[11.02.20] cleanup stage
This commit is contained in:
parent
8cc0ca1e45
commit
b948400e2b
@ -84,6 +84,9 @@ try {
|
||||
sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@${env.GIT_REPOSITORY_PATH} ${env.APPLICATION_VERSION}"
|
||||
}
|
||||
}
|
||||
stage('Cleanup') {
|
||||
sh "docker image ls"
|
||||
}
|
||||
}
|
||||
}
|
||||
} catch ( exception ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user