Update vars/jenkinsPipelineSkeleton.groovy

This commit is contained in:
2025-05-29 11:43:11 +03:00
parent d63302c2b1
commit ee40c26911

View File

@@ -66,8 +66,8 @@ def call(String projectName, Map config) {
}
}
}
}
}
}
post {
success {
echo "Build for '${projectName}' was successful!"
@@ -79,4 +79,4 @@ def call(String projectName, Map config) {
}
}
}
}
}