一个pipeline的骨架
2018-04-19 本文已影响0人
白敏鸢
pipeline
{
agent{
}
options{
}
enviroment{
}
post{
}
stages{
stage('step1'){
}
}
}
pipeline
{
agent{
}
options{
}
enviroment{
}
post{
}
stages{
stage('step1'){
}
}
}