Browse Source

jenkins: attempt to mark commit status only within libopencm3

trying to get pr checks tto flag properly
pull/1253/head
Karl Palsson 4 years ago
parent
commit
b8461da137
  1. 4
      tests/gadget-zero/Jenkinsfile

4
tests/gadget-zero/Jenkinsfile

@ -14,7 +14,7 @@ pipeline {
step([ step([
$class: "GitHubCommitStatusSetter", $class: "GitHubCommitStatusSetter",
commitShaSource: [$class: "ManuallyEnteredShaSource", sha: "$pr_from_sha"], 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"], contextSource: [$class: "DefaultCommitContextSource"],
statusResultSource: [ $class: "DefaultStatusResultSource"] statusResultSource: [ $class: "DefaultStatusResultSource"]
]); ]);
@ -76,7 +76,7 @@ pipeline {
step([ step([
$class: "GitHubCommitStatusSetter", $class: "GitHubCommitStatusSetter",
commitShaSource: [$class: "ManuallyEnteredShaSource", sha: "$pr_from_sha"], 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"], contextSource: [$class: "DefaultCommitContextSource"],
statusResultSource: [ $class: "DefaultStatusResultSource"] statusResultSource: [ $class: "DefaultStatusResultSource"]
]); ]);

Loading…
Cancel
Save