[11.02.20] cleanup stage

This commit is contained in:
andyjk15 2020-02-12 20:48:22 +00:00
parent 8cc0ca1e45
commit b948400e2b
2 changed files with 4 additions and 1 deletions

View File

@ -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 ) {

View File

@ -6,7 +6,7 @@
<groupId>cryptosky.me</groupId>
<artifactId>db-gateway</artifactId>
<version>0.0.1</version>
<version>1.0.0</version>
<name>DB Gateway</name>
<description>Database Cluster Gateway with a GraphQL API</description>