babujii

Results 1 issues of babujii

While executing this step in the pipeline, stage('Build Image') { steps { sh "cp target/openshift-tasks.war target/ROOT.war" script { openshift.withCluster() { openshift.withProject(env.DEV_PROJECT) { openshift.selector("bc", "tasks").startBuild("--from-file=target/ROOT.war", "--wait=true") } } } } }...