merge works. add new print

This commit is contained in:
Roberto Cirillo 2022-10-04 12:23:08 +02:00
parent d7bc7469e0
commit 922ffd83be
1 changed files with 3 additions and 0 deletions

3
Jenkinsfile vendored
View File

@ -128,7 +128,10 @@ pipeline {
} }
} }
serviceList << record.get(0) serviceList << record.get(0)
}else{
echo "${record.get(0)} already deployed"
} }
} }
sh "rm ${file.path}" sh "rm ${file.path}"
} }