mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
c39fbcd72a
commit
a70c07cddf
1 changed files with 0 additions and 11 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -64,17 +64,6 @@ try {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("Deploy QA") {
|
|
||||||
echo "Deploy to QA"
|
|
||||||
openshift.withCluster() {
|
|
||||||
openshift.withProject("${appName}-uat") {
|
|
||||||
echo "Rollout to QA."
|
|
||||||
def dc = openshift.selector('dc', "${appName}")
|
|
||||||
dc.rollout().latest()
|
|
||||||
dc.rollout().status()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
echo "in catch block"
|
echo "in catch block"
|
||||||
|
|
Loading…
Reference in a new issue