Commit 93a42dd9 authored by Shoaib Ahmed's avatar Shoaib Ahmed

Jenkinsfile docker to any

parent 5e937500
pipeline {
agent { docker { image 'php:8.1.0-alpine' } }
agent { any { image 'php:8.1.0-alpine' } }
stages {
stage('build') {
steps {
......@@ -7,4 +7,4 @@ pipeline {
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment