2020-02-10

Jenkins pipeline YML file configuration example

buildPipeline(){
properties([
.....
])

pipelineRunner{

yml="........file.yml"


}
}

No comments:

Post a Comment