-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins: 2.133
xcode plugin: 2.0.4
When using xcodeBuild(...) from a Jenkinsfile, I'm forced to specify each parameter (e.g. about 40!) Using the Jenkinsfile snippet generator does the same (although it leaves off "xcodeName" which is required).
I can see that other people have (in the past) not needed to specify these so I'm not quite sure what's going on.
error log looks like this (this is with only about 38 specified ):
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 37: Missing required parameter: "xcodeName" @ line 37, column 25. xcodeBuild( ^ WorkflowScript: 37: Missing required parameter: "assetPackManifestURL" @ line 37, column 25. xcodeBuild( ^ 2 errors at org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:310) at org.codehaus.groovy.control.CompilationUnit.applyToPrimaryClassNodes(CompilationUnit.java:1085) at org.codehaus.groovy.control.CompilationUnit.doPhaseOperation(CompilationUnit.java:603) at org.codehaus.groovy.control.CompilationUnit.processPhaseOperations(CompilationUnit.java:581) at org.codehaus.groovy.control.CompilationUnit.compile(CompilationUnit.java:558) at groovy.lang.GroovyClassLoader.doParseClass(GroovyClassLoader.java:298) at groovy.lang.GroovyClassLoader.parseClass(GroovyClassLoader.java:268) at groovy.lang.GroovyShell.parseClass(GroovyShell.java:688) at groovy.lang.GroovyShell.parse(GroovyShell.java:700) at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.doParse(CpsGroovyShell.java:131) at org.jenkinsci.plugins.workflow.cps.CpsGroovyShell.reparse(CpsGroovyShell.java:125) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.parseScript(CpsFlowExecution.java:560) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.start(CpsFlowExecution.java:521) at org.jenkinsci.plugins.workflow.job.WorkflowRun.run(WorkflowRun.java:330) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:429)