Change the Jenkins agent type to any

This commit is contained in:
Sameer Rahmani 2021-01-15 18:31:41 +00:00
parent e0c6960b6b
commit 13f09e821f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
pipeline {
agent docker
agent any
stages {
stage('Build') {