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
9f3a641789
commit
17cf9e9316
1 changed files with 11 additions and 0 deletions
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
|
@ -37,6 +37,17 @@ try {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
node('jenkins-slave-image-mgmt') {
|
||||
|
||||
stage('Inspect Image') {
|
||||
sh """
|
||||
set +x
|
||||
|
||||
skopeo inspect docker://docker.io/fedora
|
||||
"""
|
||||
}
|
||||
|
||||
stage("Tag DEV") {
|
||||
echo "Tag image to DEV"
|
||||
openshift.withCluster() {
|
||||
|
|
Loading…
Reference in a new issue