This commit is contained in:
BrokenFire 2018-02-18 20:20:52 +01:00
parent b988fc2c59
commit 3856c6ca79

1
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ node {
* Second, the 'latest' tag.
* Pushing multiple tags is cheap, as all the layers are reused. */
app.push()
app.push("${env.BUILD_NUMBER}")
}
stage('Cleaning'){