Where does Jenkins store configuration files for the jobs it runs?

后端 未结 6 1750
攒了一身酷
攒了一身酷 2020-12-12 15:42

I\'m adding continuous integration to an EC2 project at work using Jenkins. The Jenkins machine itself is kept on an EC2 machine - one that might need to be taken offline an

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 16:12

    The best approach would be to keep your job configurations in a Jenkinsfile that live in source control.

提交回复
热议问题