If I delete and recreate a multibranch pipeline it seems like jenkins tries to build ALL branches because they are all "new" to it.
Is there a way to say "index but dont build" for the initial indexing operation? I will want to do this if I have to delete and recreate a job or if standing up a replacement master.
For example I use the job dsl to create multibranch jobs. Now I can have the seed job create all the multibranch pipeline jobs with "Suppress automatic SCM triggering", wait for the indexing to finish, then go back and manually remove the "Suppress automatic SCM triggering" from every job- but it would be better to just say "dont build for first indexing operation".