-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.361.1
Rundeck plugin 3.6.11
Rundeck 4.6.1
Incorrect requests are being sent to rundeck instance by rundeck plugin from Jenkins during jenkins's job configuration via browser. Rundeck caching is not enabled.
Actually sends request:
"GET /api/32/project/project1/jobs?jobFilter=group1&groupPath=deploy1&jobExactFilter=&groupPathExact= HTTP/1.1" 200 12 "-" "rd-api-client/1.3.3"
if the group and job elements are switched, it recognizes this job.
Still, during the execution of jenkins job, job identifier is parsed correctly.
Also adding rundeck setup:
- relates to
-
JENKINS-70013 Rundeck Plugin - could not find a job with identifer
- Open