Declare the agent directive (set to 'any') in the Jenkins CI build Declarative Pipeline.

This commit is contained in:
John Blum
2021-04-09 13:20:16 -07:00
parent 5cb72858a3
commit d1d33502ba

2
Jenkinsfile vendored
View File

@@ -1,5 +1,7 @@
pipeline {
agent any
options {
buildDiscarder(logRotator(numToKeepStr: '15'))
disableConcurrentBuilds()