Change Jenkinsfile for devel

This commit is contained in:
BrokenFire 2018-02-18 12:22:53 +01:00
parent 6e47f2f63d
commit 9453837b79

6
Jenkinsfile vendored
View File

@ -15,10 +15,8 @@ node {
* First, the incremental build number from Jenkins * First, the incremental build number from Jenkins
* Second, the 'latest' tag. * Second, the 'latest' tag.
* Pushing multiple tags is cheap, as all the layers are reused. */ * Pushing multiple tags is cheap, as all the layers are reused. */
// app.push("${env.BUILD_NUMBER}") app.push("devel")
// app.push("latest") //app.push("${env.BUILD_NUMBER}")
app.push()
app.push("${env.BUILD_NUMBER}")
} }
stage('Cleaning'){ stage('Cleaning'){