From 09bf6e9ebc328b0c1b632bc989a312a9bbbfcc95 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Sat, 26 Sep 2020 21:48:51 +0000 Subject: [PATCH] jenkins: fix typo --- tests/gadget-zero/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gadget-zero/Jenkinsfile b/tests/gadget-zero/Jenkinsfile index d804bd00..b0c4828c 100644 --- a/tests/gadget-zero/Jenkinsfile +++ b/tests/gadget-zero/Jenkinsfile @@ -12,7 +12,7 @@ pipeline { sh "echo karl we are building $pr_from_sha" checkout([$class: 'GitSCM', branches: [[name: "$pr_from_sha"]], userRemoteConfigs: [[url: "$pr_from_git_url"]]]) step([ - class: "GitHubCommitStatusSetter", + $class: "GitHubCommitStatusSetter", commitShaSource: [$class: "ManuallyEnteredShaSource", sha: "$pr_from_sha"], reposSource: [$class: "ManuallyEnteredRepositorySource", url: "$pr_from_git_url"], contextSource: [$class: "DefaultCommitContextSource"],