-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: 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
}
}
}
- relates to
-
JENKINS-38447 Bitbucket hooks don't work for Pipeline jobs
-
- Closed
-
- links to