pipeline简单规则

Declarative 

1、

pipeline{

    agent 

options{

   }

    stages{

      stage(' '){

           steps{

            }

         }

   }

   post{

      always{}

      changed{}

      fixed{}

      regression{}

      aborted{}

      failure{}

      success{}

      unstable{}

      cleanup{}

    }

}

猜你喜欢

转载自www.cnblogs.com/xiaopaipai/p/10005684.html
今日推荐