You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI jar list-jobs option returns top level folder names but does not recursively list nested jobs or folders. This causes jenkins_job to attempt to recreate existing jobs which ultimately fails.
Error: /Stage[main]/Jenkins_demo::Profile::Master/Jenkins_job[seeds/dm-jobs]: Could not evaluate: Execution of '/bin/java -jar /usr/lib/jenkins/jenkins-cli.jar -s http://localhost:8080 -i /usr/lib/jenkins/admin_private_key create-job seeds/dm-jobs' returned 4: ERROR: Job 'seeds/dm-jobs' already exists
The text was updated successfully, but these errors were encountered:
jhoblitt
changed the title
jenkins_jobs unable to pretech jobs contained in folders
jenkins_job unable to pretech jobs contained in folders
Apr 1, 2016
The CLI jar
list-jobs
option returns top level folder names but does not recursively list nested jobs or folders. This causesjenkins_job
to attempt to recreate existing jobs which ultimately fails.The text was updated successfully, but these errors were encountered: