-
Bug
-
Resolution: Duplicate
-
Major
-
Ubuntu, Jenkins 2.73.1
When Creating a jenkinsfile Pipeline I set false the archive option.
step([$class: 'XCodeBuilder',.......... generateArchive: false,])
When the script is run I see the archive option is set to TRUE hence causing a build error for my specific setup.
Console log shows:
......configuration: Debug, clean: NO, archive:YES, .......
- duplicates
-
JENKINS-44574 xCode plugin build Archives always.
- Open