From b8461da1377f9bde13c81e16a341b5a92ef26d70 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sun, 27 Sep 2020 13:34:37 +0000 Subject: [PATCH] jenkins: attempt to mark commit status only within libopencm3 trying to get pr checks tto flag properly --- tests/gadget-zero/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gadget-zero/Jenkinsfile b/tests/gadget-zero/Jenkinsfile index b0c4828c..b308b953 100644 --- a/tests/gadget-zero/Jenkinsfile +++ b/tests/gadget-zero/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { step([ $class: "GitHubCommitStatusSetter", commitShaSource: [$class: "ManuallyEnteredShaSource", sha: "$pr_from_sha"], - reposSource: [$class: "ManuallyEnteredRepositorySource", url: "$pr_from_git_url"], + reposSource: [$class: "ManuallyEnteredRepositorySource", url: "https://github.com/libopencm3/libopencm3"], contextSource: [$class: "DefaultCommitContextSource"], statusResultSource: [ $class: "DefaultStatusResultSource"] ]); @@ -76,7 +76,7 @@ pipeline { step([ $class: "GitHubCommitStatusSetter", commitShaSource: [$class: "ManuallyEnteredShaSource", sha: "$pr_from_sha"], - reposSource: [$class: "ManuallyEnteredRepositorySource", url: "$pr_from_git_url"], + reposSource: [$class: "ManuallyEnteredRepositorySource", url: "https://github.com/libopencm3/libopencm3"], contextSource: [$class: "DefaultCommitContextSource"], statusResultSource: [ $class: "DefaultStatusResultSource"] ]);