amuniz / bitbucket-branch-source-plugin

5 stars 2 forks source link

Prevent creation of initial builds #13

Open mbraku opened 6 years ago

mbraku commented 6 years ago

We're running our Jenkins inside Docker so every time we're want to update Jenkins we just update our Docker image and restart the container. But that causes our bitbucket branch job to be recreated on the every restart and a bunch of builds to be started for every repository/branch combination. We still want our bitbucket project to be scanned and the jobs to be created for each repository/branch. But is there a way to prevent the creation of the initial build for those jobs?