- 
    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
 
-         
