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 { pipeline {
agent { agent any
docker { image 'docker:dind' }
}
stages { stages {
stage('Build') { stage('Build') {
steps { steps {