-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
Jenkins - 1.609
Rundeck - 2.8.2
Rundeck Plugin - 3.6.2
When using Jenkins to run a Rundeck job, the project name appear as [null] at the job's menu. Can anyone help me with this bug please?
I've tried both versions, 3.5.4 and 3.6.2. In the 3.5.4 it worked fine.
The XML returned by the API in the Rundeck 2.4.2 had an 'context' element with the project name inside which is missing in the 2.8.2 version.
To get to this bug I've just created a 'Hello world' project in Rundeck and called it via a Jenkins job.
The attachment illustrates the bug.
Thank you!
[JENKINS-45582] Jenkins can't get Rundeck's jobs names.
Summary | Original: Jenkins can't get rundeck's jobs names. | New: Jenkins can't get Rundeck's jobs names. |
Description |
Original:
When using Jenkins to run a Rundeck job, the project name appear as [null] at the job's menu. Can anyone help me with this bug please? I've tried both [versions|http://updates.jenkins-ci.org/download/plugins/rundeck/], 3.5.4 and 3.6.2. In the 3.5.4 it worked fine. To get to this bug I've just created a 'Hello world' project in Rundeck and called it via a Jenkins job. The attachment illustrates the bug. Thank you! |
New:
When using Jenkins to run a Rundeck job, the project name appear as [null] at the job's menu. Can anyone help me with this bug please? I've tried both [versions|http://updates.jenkins-ci.org/download/plugins/rundeck/], 3.5.4 and 3.6.2. In the 3.5.4 it worked fine. The XML returned by the API in the Rundeck 2.4.2 had an 'context' element with the project name inside which is missing in the 2.8.2 version. To get to this bug I've just created a 'Hello world' project in Rundeck and called it via a Jenkins job. The attachment illustrates the bug. Thank you! |
Attachment | New: Screenshot 2017-12-05 10.42.58.png [ 40581 ] |
This is a problem of the rundeck-api-java-client, the API endpoint of rundeck that the client uses, doesn't get the project name.
I will send a PR to the rundeck-api-java-client to fix it.
It will work with API over 18.