Skip to content

Commit 950db2e

Browse files
author
Nosheen Adil
committed
fix typo
1 parent 4eea61a commit 950db2e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jenkins/development/linux/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
node("idps-linux-node") {
44
checkout scm
55
pipelineModule = load "jenkins/pipeline.groovy"
6-
pipelineModule.run("linux")
6+
pipelineModule.run_all("linux")
77
}

jenkins/development/mac/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
node("idps-mac-node") {
44
checkout scm
55
pipelineModule = load "jenkins/pipeline.groovy"
6-
pipelineModule.run("mac")
6+
pipelineModule.run_all("mac")
77
}

jenkins/development/windows/Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
node("idps-windows-node") {
44
checkout scm
55
pipelineModule = load "jenkins/pipeline.groovy"
6-
pipelineModule.run("windows")
6+
pipelineModule.run_all("windows")
77
}

0 commit comments

Comments
 (0)