From af733703ec7c3737b15f68df4fc0700b0cc3f182 Mon Sep 17 00:00:00 2001 From: primakov Date: Thu, 21 Mar 2024 10:16:07 +0300 Subject: [PATCH] short test near of bage --- predeploy/Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/predeploy/Jenkinsfile b/predeploy/Jenkinsfile index 47c1733..15fa1fc 100644 --- a/predeploy/Jenkinsfile +++ b/predeploy/Jenkinsfile @@ -6,6 +6,7 @@ stage ('predeploy') { if (tag) { echo 'found tag ' + tag + addShortText(text: "Release ${tag}") addBadge( icon: 'completed.gif', text: "Release ${tag}") @@ -14,6 +15,7 @@ stage ('predeploy') { // sh "cd ${TARGET_FOLDER} ; echo 'mkdir ${tagNoV}; mv ./${branchName}/* ./${tagNoV}; rm -r -d ./${branchName}; rm ${DEPLOY_VERSION_VAR}' > ${DEPLOY_VERSION_VAR}" } else { echo 'tag not found' + addShortText(text: "Сборка в master") addBadge( icon: 'info.gif', text: "Сборка в master")