-
Bug
-
Resolution: Cannot Reproduce
-
Critical
-
Running Ubuntu 14.04.5 LTS with Jenkins 2.23 and latest bitbucket plugin
I’ve created a Jenkins Pipeline and now I want to run it automatically once Bitbucket receives a new push to master. Problem is that the Bitbucket webhook works fine for a regular freestyle build, but not for a Pipeline job with a Pipeline script from SCM.
The logs in Bitbucket show that the request succeeded (returns http 200), but in Jenkins I don’t see anything happen, also not in the bitbucket hook log. The Bitbucket hook log in jenkins says ‘Polling has not run yet.’ for a pipeline job, no matter how often scm requests were made. For a freestyle job the hooks work instantly, so it seems to be a problem with the particular Jenkins job type.
- relates to
-
JENKINS-44309 Provide support for Declarative Pipeline
- Resolved