From 842add4b3d6cb5c2ee9ba13a0199ec109daf56b1 Mon Sep 17 00:00:00 2001 From: BrokenFire Date: Sun, 18 Feb 2018 12:59:18 +0100 Subject: [PATCH] jf --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e1c44b6..df37195 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,8 +15,8 @@ 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("devel") - //app.push("${env.BUILD_NUMBER}") + app.push() + app.push("${env.BUILD_NUMBER}") } stage('Cleaning'){