We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eea61a commit 950db2eCopy full SHA for 950db2e
jenkins/development/linux/Jenkinsfile
@@ -3,5 +3,5 @@
3
node("idps-linux-node") {
4
checkout scm
5
pipelineModule = load "jenkins/pipeline.groovy"
6
- pipelineModule.run("linux")
+ pipelineModule.run_all("linux")
7
}
jenkins/development/mac/Jenkinsfile
node("idps-mac-node") {
- pipelineModule.run("mac")
+ pipelineModule.run_all("mac")
jenkins/development/windows/Jenkinsfile
node("idps-windows-node") {
- pipelineModule.run("windows")
+ pipelineModule.run_all("windows")
0 commit comments