Re: Resurrecting a Backup to SCM structure - with Jenkinsfile and Agents

2018-12-25 Thread Mark Waite
I use a private docker image for rapid Jenkins test setup and teardown. In that private image, I place copies of relevant files in the "ref/" directory. That allows me to copy credentials, job definitions, folder definitions, etc. I plan to eventually move away from that technique since it

Resurrecting a Backup to SCM structure - with Jenkinsfile and Agents

2018-12-25 Thread Randall Becker
Hi All, Following best practices, we moved our entire build structure to a per-project Jenkinsfile and agents where the various parts of builds happen. The Jenkinsfiles are stored in the git repositories involved and we are using multi-branch projects. All that is working file. Our issue is