Initial Commit
All checks were successful
andreas-personal/good-old-jenkins/pipeline/head This commit looks good

This commit is contained in:
2024-03-14 21:31:22 +01:00
commit 552ed8a7a5
8 changed files with 99 additions and 0 deletions

2
alpine/executors.groovy Normal file
View File

@ -0,0 +1,2 @@
import jenkins.model.*
Jenkins.instance.setNumExecutors(0)