Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-60185

Jenkins Cli get-job doesn't export jobs inside a folder

XMLWordPrintable

      Hi All, I am new to jenkins and using Jenkins ver. 2.190.2 which is installed in Azure Kubernetes version 1.14.6 . I am trying to export the jenkins jobs using the command line using a simple script by passing the job name.

       

      Export_jobs()

      { mkdir JOB while read -r i do java -jar jenkins-cli.jar -s $URL -auth $username:$password get-job "$i" </dev/null > JOB/$i.xml done < list_jobs.txt }

      Jenkins has a folder within that there are multiple jobs, the above export command only exports only the folder but not the jobs. Is there any other command i should use?

            Unassigned Unassigned
            lavanyaanbu Lavanya Anbalagan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: