ciis0 / ciis0.github.io

https://ciis0.de/
0 stars 1 forks source link

Jenkins Job-DSL pipelineJob definition cps vs cpsScm #8

Open ciis0 opened 1 year ago

ciis0 commented 1 year ago

if you use cpsScm you can use checkout scm, with cps you need to put configure scm in pipeline

ciis0 commented 1 year ago

but you need to configure scm either way...

if you put scm to a pipeline inline script (from file in DSL) you can keep the files better together and do not need to scatter them across repositories.