We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 557cfee + a20f4d8 commit 26d5476Copy full SHA for 26d5476
dev_guide/dev_tutorials/openshift_pipeline.adoc
@@ -106,10 +106,10 @@ link:https://github.com/openshift/origin/tree/master/examples/jenkins/pipeline/n
106
----
107
def templatePath = 'https://raw.githubusercontent.com/openshift/nodejs-ex/master/openshift/templates/nodejs-mongodb.json' <1>
108
def templateName = 'nodejs-mongodb-example' <2>
109
-openshift.withCluster() {
110
- openshift.withProject() {
111
- echo "Using project: ${openshift.project()}"
112
- pipeline {
+pipeline {
+ openshift.withCluster() {
+ openshift.withProject() {
+ echo "Using project: ${openshift.project()}"
113
agent {
114
node {
115
label 'nodejs' <3>
0 commit comments