-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins:2.289.2
basic-branch-build-strategies:1.3.2
cloudbees-bitbucket-branch-source:2.9.9
configuration-as-code:1.54
job-dsl:1.78.1
workflow-aggregator:2.6
The build strategies configuration of multibranch is attached.
Expected:
- Skip build of master, develop and any other branch jobs after 'Scan Multibranch Pipeline Now' button is clicked(It doesn't work)
- Skip initial build of master, develop and any other branch jobs on first branch indexing(It works)
- Skip build of branch jobs except master and develop branch(It works)
- Automatically build master and develop branch when changes detected(It works)
- Automatically build PR jobs even it is initial build(It works)
- Automatically build PR jobs when changes detected(It works)
- Automatically build target branch jobs, when a PR is merged and target branch is master or develop(It works)
Jenkinsfile of multibranch job
// code placeholder pipeline { agent any stages { stage("Init") { agent any steps { echo "Init" } } } }
- duplicates
-
JENKINS-63799 Skip initial build on first branch indexing builds on second scan
-
- Open
-
[JENKINS-67037] Basic Branch Build Strategies Plugin build matched jobs on manual scan
Description |
Original:
The build strategies configuration of multibranch is attached.
Expected: # Skip build of master, develop and any other branch jobs after 'Scan Multibranch Pipeline Now' button is clicked({color:#FF0000}It doesn't work{color}) # Skip initial build of master, develop and any other branch jobs on first branch indexing({color:#00875a}It works{color}) # Skip build of branch jobs except master and develop branch({color:#00875a}It works{color}) # Automatically build master and develop branch when changes detected({color:#00875a}It works{color}) # Automatically build PR jobs even it is initial build # Automatically build PR jobs when changes detected({color:#00875a}It works{color}) # Automatically build target branch jobs, when a PR is merged and target branch is master or develop({color:#00875a}It works{color}) Jenkinsfile of multibranch job {code:java} // code placeholder pipeline { agent any stages { stage("Init") { agent any steps { echo "Init" } } } } {code} |
New:
The build strategies configuration of multibranch is attached.
Expected: # Skip build of master, develop and any other branch jobs after 'Scan Multibranch Pipeline Now' button is clicked({color:#ff0000}It doesn't work{color}) # Skip initial build of master, develop and any other branch jobs on first branch indexing({color:#00875a}It works{color}) # Skip build of branch jobs except master and develop branch({color:#00875a}It works{color}) # Automatically build master and develop branch when changes detected({color:#00875a}It works{color}) # Automatically build PR jobs even it is initial build({color:#00875a}It works{color}) # Automatically build PR jobs when changes detected({color:#00875a}It works{color}) # Automatically build target branch jobs, when a PR is merged and target branch is master or develop({color:#00875a}It works{color}) Jenkinsfile of multibranch job {code:java} // code placeholder pipeline { agent any stages { stage("Init") { agent any steps { echo "Init" } } } } {code} |
Link | New: This issue duplicates JENKINS-63799 [ JENKINS-63799 ] |
Released As | New: https://github.com/jenkinsci/basic-branch-build-strategies-plugin/releases/tag/71.vc1421f89888e | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |