Commit 5e937500 authored by Shoaib Ahmed's avatar Shoaib Ahmed

Add Jenkins file

parent 9815f132
pipeline {
agent { docker { image 'php:8.1.0-alpine' } }
stages {
stage('build') {
steps {
sh 'php --version'
}
}
}
}
\ 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