Add build pull

This commit is contained in:
BrokenFire 2018-02-18 19:48:56 +01:00
parent 4efad49146
commit 4bcb084427

1
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ 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'){