-
Bug
-
Resolution: Fixed
-
Critical
-
None
I try running the following step (generated by the snippet generator):
steps { hockeyApp applications: [ [ apiToken: 'xxxxxx', downloadAllowed: true, filePath: '**/app-beta.apk', mandatory: false, notifyTeam: false, releaseNotesMethod: none(), uploadMethod: versionCreation(appId: 'yyyyyy') ] ], debugMode: false, failGracefully: false }
I get the following error:
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: WorkflowScript: 27: Missing required parameter: "baseUrlHolder" @ line 27, column 9. hockeyApp applications: [[apiToken: 'xxxxxx', downloadAllowed: true, filePath: '**/app-beta.apk', mandatory: false, notifyTeam: false, releaseNotesMethod: none(), uploadMethod: versionCreation(appId: 'yyyyyy')]], debugMode: false, failGracefully: false ^ 1 error