-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.32.1
Artifactory-Plugin 2.9.0
Since updating from 2.8.1 to 2.9.0 the JobDSL for many of our jobs has begin failing with the following error:
ERROR: (XXXscript.groovy, line 88) the following options are required and must be specified: customBuildName, overrideBuildName
By definition these fields are optional, this is not expected;
To work around this we have had to update a number of job configurations as follows, since the upgrade:
artifactoryRedeployPublisher {
customBuildName(null)
overrideBuildName(false)
...
}
edrandall, we didn't manage to reproduce this issue executing Artifactory jobDSL configuration as mentioned here:
The job was created as expected.
Can you please run the example and check if it works for you ?