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

releaseName unknown Paramater in Pipeline Script

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • google-play-android-publisher-plugin - 4.0
      Jenkins version 2.249.2

      Gday Pipeline script is not accepting release name  as a valid option.

       

      I have a string parameter defined called "Release Name"

      In pipeline script i have the following:

      androidApkUpload releaseName: params['Release Name'], googleCredentialsId: 'Google Play Android Developer', apkFilesPattern: '*-signed-zipped.aab', trackName: params['Release Track'], rolloutPercentage: '0', recentChangeList: [ [language:'en-us', text: params['Release Notes']]]

       

      On runtime, i get the following "warning", and the releaseName is not set in the play store.

      [Pipeline] step
      WARNING: Unknown parameter(s) found for class type 'org.jenkinsci.plugins.googleplayandroidpublisher.ApkPublisher': releaseName
      Authenticating to Google Play API...

      • Credential: Google Play Android Developer

       

            orrc Christopher Orr
            nfrankish Nathan Frankish
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: