hockeapp-plugin fails in pipeline because of missing 'baseUrlHolder'

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Critical
    • Component/s: hockeyapp-plugin
    • 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
      

            Assignee:
            Mez Pahlan
            Reporter:
            Dominik Bartholdi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: