release icon fix
This commit is contained in:
2
predeploy/Jenkinsfile
vendored
2
predeploy/Jenkinsfile
vendored
@@ -7,7 +7,7 @@ stage ('predeploy') {
|
||||
if (tag) {
|
||||
echo 'found tag ' + tag
|
||||
addBadge(
|
||||
icon: 'star-gold.png',
|
||||
icon: 'completed.gif',
|
||||
text: "Release ${tag}")
|
||||
def tagNoV = tag.substring(1)
|
||||
sh "cd ${TARGET_FOLDER}; echo '${tagNoV}' > ${DEPLOY_VERSION_VAR}";
|
||||
|
||||
Reference in New Issue
Block a user