Skip to content

Commit

Permalink
Merge pull request #1 from openshift-qe/update_lang_type1
Browse files Browse the repository at this point in the history
Updated to use nodejs-mongodb example.
  • Loading branch information
Chris Ryan authored Dec 20, 2016
2 parents 60dc8ea + e1c4209 commit 31840f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
node('nodejs') {
stage 'build'
openshiftBuild(buildConfig: 'ruby-sample-build', showBuildLogs: 'true')
openshiftBuild(buildConfig: 'nodejs-mongodb-example', showBuildLogs: 'true')
stage 'deploy'
openshiftDeploy(deploymentConfig: 'frontend')
openshiftDeploy(deploymentConfig: 'nodejs-mongodb-example')
stage 'check npm version'
sh 'npm --version'
}
4 changes: 2 additions & 2 deletions jenkins/pipeline/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
node('maven') {
stage 'build'
openshiftBuild(buildConfig: 'ruby-sample-build', showBuildLogs: 'true')
openshiftBuild(buildConfig: 'nodejs-mongodb-example', showBuildLogs: 'true')
stage 'deploy'
openshiftDeploy(deploymentConfig: 'frontend')
openshiftDeploy(deploymentConfig: 'nodejs-mongodb-example')
}

0 comments on commit 31840f6

Please sign in to comment.