Updated jenkinsfile to not use docker agent

This commit is contained in:
2023-06-02 19:21:36 -04:00
parent be3ed23d38
commit 7cb3331b6f

4
Jenkinsfile vendored
View File

@@ -1,7 +1,5 @@
pipeline {
agent {
docker { image 'docker:dind' }
}
agent any
stages {
stage('Build') {
steps {