6bc5398336
The tag provides Jinja templating capabilities for generating parts of YAML structures. Two potential use cases are provided as test cases and are linked in the documentation. The new tag should also help address some use cases people were asking about, like here: https://groups.google.com/g/jenkins-job-builder/c/HkVZVuBDlKM. Change-Id: I96392e42c3c79a9be0a8f736506908701251dd62
4 lines
104 B
Groovy
4 lines
104 B
Groovy
if (manager.logContains(".*no_jenkins.*")) {
|
|
manager.build.result = hudson.model.Result.NOT_BUILT
|
|
}
|