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

Provide support for Declarative Pipeline

    XMLWordPrintable

Details

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

    Description

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

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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: