• 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

          [JENKINS-68494] error creating DSL with rundeckNotifier

          César Ruyra created issue -
          César Ruyra made changes -
          Description Original: {code:java}
          publishers {
            rundeckNotifier {
              rundeckInstance('Rundeck_AWS')
              jobId("$RUNDECK_JOBID")
              shouldWaitForRundeckJob(true)
              includeRundeckLogs(true)
              tailLog(true)
              shouldFailTheBuild(true)
              notifyOnAllStatus(false)
              options('')
              nodeFilters('')
              tags('')
              jobUser('')
              jobPassword('')
              jobToken('')
            }
          }{code}
          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: []
          New: {code:java}
          publishers {
            rundeckNotifier {
              rundeckInstance('Rundeck_AWS')
              jobId("$RUNDECK_JOBID")
              shouldWaitForRundeckJob(true)
              includeRundeckLogs(true)
              tailLog(true)
              shouldFailTheBuild(true)
              notifyOnAllStatus(false)
              options('')
              nodeFilters('')
              tags('')
              jobUser('')
              jobPassword('')
              jobToken('')
            }
          }{code}
          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
          César Ruyra made changes -
          Component/s New: job-dsl-plugin [ 16720 ]

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

              Created:
              Updated: