From 4ceeb93cb85f2b81c6b08ca93c5eec4c4129800b Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Sun, 18 Feb 2018 13:07:26 +0100 Subject: [PATCH] Devel jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'){