[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}"
|
sh "git push https://${GIT_USERNAME}:${GIT_PASSWORD}@${env.GIT_REPOSITORY_PATH} ${env.APPLICATION_VERSION}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Cleanup') {
|
||||||
|
sh "docker image ls"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch ( exception ) {
|
} catch ( exception ) {
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>cryptosky.me</groupId>
|
<groupId>cryptosky.me</groupId>
|
||||||
<artifactId>db-gateway</artifactId>
|
<artifactId>db-gateway</artifactId>
|
||||||
<version>0.0.1</version>
|
<version>1.0.0</version>
|
||||||
<name>DB Gateway</name>
|
<name>DB Gateway</name>
|
||||||
<description>Database Cluster Gateway with a GraphQL API</description>
|
<description>Database Cluster Gateway with a GraphQL API</description>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user