-
Improvement
-
Resolution: Fixed
-
Major
-
None
It would be we could set the bitbucket trigger using Declarative Pipeline:
pipeline { agent { label 'master' } triggers { bitbucketPush() } stage ('checkout') { steps { checkout scm } } }
- relates to
-
JENKINS-38447 Bitbucket hooks don't work for Pipeline jobs
- Closed
- links to