-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Blocker
-
Component/s: job-dsl-plugin, rundeck-plugin
-
None
-
Environment: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