How to move steps inside stage to a function in Jenkins pipeline

后端 未结 0 1549
南方客
南方客 2020-12-06 22:57

I have a Jenkinsfile like this

pipeline {
    agent { label \'master\' }
    stages {
        stage(\'1\') {
            steps {
                script {
             


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题