Skip to content

Commit d4c3349

Browse files
author
OpenShift Bot
authored
Merge pull request #9807 from bparees/slaves
Merged by openshift-bot
2 parents 2ec50ba + a08bb03 commit d4c3349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/jenkins/pipeline/samplepipeline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"strategy": {
4343
"type": "JenkinsPipeline",
4444
"jenkinsPipelineStrategy": {
45-
"jenkinsfile": "node('agent') {\nstage 'build'\nopenshiftBuild(buildConfig: 'ruby-sample-build', showBuildLogs: 'true')\nstage 'deploy'\nopenshiftDeploy(deploymentConfig: 'frontend')\n}"
45+
"jenkinsfile": "node('maven') {\nstage 'build'\nopenshiftBuild(buildConfig: 'ruby-sample-build', showBuildLogs: 'true')\nstage 'deploy'\nopenshiftDeploy(deploymentConfig: 'frontend')\n}"
4646
}
4747
}
4848
}

pkg/bootstrap/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)