Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-44309

Provide support for Declarative Pipeline

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • bitbucket-plugin
    • None

      It would be we could set the bitbucket trigger using Declarative Pipeline:

      pipeline {
          agent { label 'master' }
      
          triggers {
              bitbucketPush()
          }
      
          stage ('checkout') {
            steps {
             checkout scm
            }
          }
      }
      

            allan_burdajewicz Allan BURDAJEWICZ
            allan_burdajewicz Allan BURDAJEWICZ
            Votes:
            10 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: