From 49459b8f70ba250f52f17cbcf0d24b72a047e9e8 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 20 Dec 2023 14:24:21 +0100 Subject: [PATCH] [#13] Use build number as tag --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f5302a..54a7d73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { REGISTRY_URL = 'https://git.gerhardt.io' OWNER = 'amarillo' IMAGE_NAME = "amarillo" - TAG = 'latest' + TAG = "${BUILD_NUMBER}" } stages { stage('Create virtual environment') {