Browse Source

jenkins: fix typo

pull/1253/head
Karl Palsson 4 years ago
parent
commit
09bf6e9ebc
  1. 2
      tests/gadget-zero/Jenkinsfile

2
tests/gadget-zero/Jenkinsfile

@ -12,7 +12,7 @@ pipeline {
sh "echo karl we are building $pr_from_sha" sh "echo karl we are building $pr_from_sha"
checkout([$class: 'GitSCM', branches: [[name: "$pr_from_sha"]], userRemoteConfigs: [[url: "$pr_from_git_url"]]]) checkout([$class: 'GitSCM', branches: [[name: "$pr_from_sha"]], userRemoteConfigs: [[url: "$pr_from_git_url"]]])
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: "$pr_from_git_url"],
contextSource: [$class: "DefaultCommitContextSource"], contextSource: [$class: "DefaultCommitContextSource"],

Loading…
Cancel
Save