Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-54576

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 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
      

            mezpahlan Mez Pahlan
            imod Dominik Bartholdi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: