error creating DSL with rundeckNotifier

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      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

            Assignee:
            Vincent Behar
            Reporter:
            César Ruyra
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Archived: