add Jenkinsfile
This commit is contained in:
parent
69b359bdfc
commit
4344883eb6
2 changed files with 20 additions and 0 deletions
6
openshift/pipeline/Jenkinsfile
vendored
Normal file
6
openshift/pipeline/Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
node('nodejs') {
|
||||
stage 'build'
|
||||
openshiftBuild(buildConfig: 'nodejs-ex', showBuildLogs: 'true')
|
||||
stage 'deploy'
|
||||
openshiftDeploy(deploymentConfig: 'nodejs-ex')
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue