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

Jenkinsfile docker to any

parent 5e937500
pipeline { pipeline {
agent { docker { image 'php:8.1.0-alpine' } } agent { any { image 'php:8.1.0-alpine' } }
stages { stages {
stage('build') { stage('build') {
steps { steps {
......
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