I see the following 3 error messages trying to compile the Docker plugin
from sources on github.
git repo: https://github.com/jenkinsci/docker-plugin.git (branch is master).
Envronment Idea; MacOS Mojave; JDK 8 (8.0.202-zulu); followed plugin
development getting started et al:
https://wiki.jenk
Is it possible to take jobs in:
${JENKINS_HOME}/jobs/some-job-1
${JENKINS_HOME}/jobs/some-job-2
and move them to folder, say ${JENKINS_HOME}/jobs/SomeJobs?
(More explicitly:
${JENKINS_HOME}/jobs/some-job-1 MOVED to
${JENKINS_HOME}/jobs/SomeJobs/some-job-1 (and)
${JENKINS_HOME}/jobs/some-jo