-
Bug
-
Resolution: Duplicate
-
Major
-
jenkins master 2.88 - openSUSE Leap 42.3
bibucket branch source plugin 2.2.7
bitbucket plugin 1.1.8
scope: declarative pipeline + bitbucket multi branch
for optimization purpose (big repo), i chose to skip the default checkout.
options { disableConcurrentBuilds() skipDefaultCheckout(env.PR_NUM != null) }
i also implemented my own checkout, depending on branch's type (feature, PR-,...)
pipeline triggers jobs on every commit i do, but somehow the "changes" are not caught
when i do NOT skip the default checkout, everything works as expected.
Question: is this as "per-design", how can i get rid of this issue?
- duplicates
-
JENKINS-46431 Multibranch pipelines should always show changes
-
- Open
-
[JENKINS-48474] skipDefaultCheckout() : pipeline displays "No change"
Assignee | New: kgiloo [ kgiloo ] |
Link | New: This issue duplicates JENKINS-46431 [ JENKINS-46431 ] |
Labels | Original: declarative pipeline scm | New: declarative pipeline scm triaged-2018-11 |
Component/s | Original: bitbucket-plugin [ 18755 ] |
Assignee | Original: kgiloo [ kgiloo ] | New: Nikolas Falco [ nfalco ] |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |