-
Notifications
You must be signed in to change notification settings - Fork 17
How to test
Chmouel Boudjnah edited this page Jul 19, 2018
·
2 revisions
- Reset your osio account -> https://openshift.io/$USER/_cleanup
- Fork https://github.com/bucharest-gold/nodejs-health-check/ to your github user ($GH_USER)
- Create a space in openshiftio and import a codebase, specify your new nodejs-health-check for your codebase, don't worry about the pipeline thing. It will autostart a build which is normal because it is overwriting the JenkinsFile which would not work.
- Modify your .openshiftio/application.yaml with this https://github.com/chmouel/nodejs-health-check/blob/master/.openshiftio/application.yaml (it adds the SUFFIX to names) and push to your repo
- Modify your Jenkinsfile like this https://github.com/chmouel/nodejs-health-check/blob/master/Jenkinsfile
- Start a build again from jenkins or from the openshift console.