Construção de tags
parent
1a2d2bdbac
commit
4a32267b86
|
@ -63,6 +63,9 @@ def verificaTicket(mensagem) {
|
||||||
//======================================================================================================
|
//======================================================================================================
|
||||||
@NonCPS
|
@NonCPS
|
||||||
String getChangedFilesList() {
|
String getChangedFilesList() {
|
||||||
|
if( tagName != 'master'){
|
||||||
|
return tagName
|
||||||
|
}
|
||||||
|
|
||||||
changedFiles = ""
|
changedFiles = ""
|
||||||
for (changeLogSet in currentBuild.changeSets) {
|
for (changeLogSet in currentBuild.changeSets) {
|
||||||
|
|
Loading…
Reference in New Issue