pipeline简单规则

Declarative 

1、

pipeline{

    agent 

options{

   }

    stages{

      stage(' '){

           steps{

            }

         }

   }

   post{

      always{}

      changed{}

      fixed{}

      regression{}

      aborted{}

      failure{}

      success{}

      unstable{}

      cleanup{}

    }

}

posted @ 2018-11-23 09:42  xiao_pai_pai  阅读(186)  评论(0编辑  收藏  举报