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

error creating DSL with rundeckNotifier

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Blocker Blocker
    • None
    • Jenkins 2.343
      rundeck 3.3.0

      publishers {
        rundeckNotifier {
          rundeckInstance('Rundeck_AWS')
          jobId("$RUNDECK_JOBID")
          shouldWaitForRundeckJob(true)
          includeRundeckLogs(true)
          tailLog(true)
          shouldFailTheBuild(true)
          notifyOnAllStatus(false)
          options('')
          nodeFilters('')
          tags('')
          jobUser('')
          jobPassword('')
          jobToken('')
        }
      }

      We have this error.

      ERROR: (unknown source) No signature of method: javaposse.jobdsl.plugin.structs.DescribableContext.jobPassword() is applicable for argument types: (java.lang.String) values: []

      thanks

            vbehar Vincent Behar
            cruyra César Ruyra
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: