jenkins: attempt to mark commit status only within libopencm3
trying to get pr checks tto flag properly
This commit is contained in:
parent
09bf6e9ebc
commit
b8461da137
4
tests/gadget-zero/Jenkinsfile
vendored
4
tests/gadget-zero/Jenkinsfile
vendored
@ -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"]
|
||||
]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user