0

In my Jenkinsfile, I want to disable the Scan Multibranch Pipeline Trigger: "Periodically if not otherwise run", but I can't find solution for Jenkins version 2.164

Does anyone know the correct syntax?

wonder garance
  • 329
  • 1
  • 6
  • 14

1 Answers1

0

I found the solution, in Organization Folder configuration, we sould add a Build strategies: None Strategies Match: None of Regular branches

After the config, the job inside doesn't run automatically every day.

wonder garance
  • 329
  • 1
  • 6
  • 14