Jenkins pipeline YML file configuration example

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

pipelineRunner{

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


}
}

Comments

Popular posts from this blog

Spring Elasticsearch Operations

Object oriented programming concepts (OOPs)

Hibernate JPA @OnDelete Example