Construção de tags

master
Fabio Faria 2023-03-23 18:33:16 -03:00
parent 1a2d2bdbac
commit 4a32267b86
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ def verificaTicket(mensagem) {
//======================================================================================================
@NonCPS
String getChangedFilesList() {
if( tagName != 'master'){
return tagName
}
changedFiles = ""
for (changeLogSet in currentBuild.changeSets) {