Def Message jenkinsfile

This commit is contained in:
Marco Santos
2025-01-06 14:36:07 +00:00
parent e344b03485
commit 99ba21170e

1
Jenkinsfile vendored
View File

@@ -50,6 +50,7 @@ pipeline {
stage('Check for Changes') {
steps {
script {
def message = ""
CodeChanges = currentBuild.changeSets != []
if (CodeChanges) {
def changeLogSets = currentBuild.changeSets