From c12b37b6f92a71892ab2277e6f238d9d58847054 Mon Sep 17 00:00:00 2001 From: primakov Date: Thu, 21 Mar 2024 10:28:20 +0300 Subject: [PATCH] rm ugly short text --- predeploy/Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/predeploy/Jenkinsfile b/predeploy/Jenkinsfile index 15fa1fc..47c1733 100644 --- a/predeploy/Jenkinsfile +++ b/predeploy/Jenkinsfile @@ -6,7 +6,6 @@ stage ('predeploy') { if (tag) { echo 'found tag ' + tag - addShortText(text: "Release ${tag}") addBadge( icon: 'completed.gif', text: "Release ${tag}") @@ -15,7 +14,6 @@ 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")