diff --git a/Jenkinsfile b/Jenkinsfile index df37195..45030f6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,8 +15,7 @@ node { * First, the incremental build number from Jenkins * Second, the 'latest' tag. * Pushing multiple tags is cheap, as all the layers are reused. */ - app.push() - app.push("${env.BUILD_NUMBER}") + app.push("devel") } stage('Cleaning'){