Commit f2e566c8 authored by Muhammad Suleman's avatar Muhammad Suleman

Delete Jenkinsfile

parent 96b555cc
#!groovy
pipeline {
agent none
stages {
stage('Maven Install') {
agent {
docker {
image 'maven:3.6.3-openjdk-17'
}
}
steps {
sh 'mvn clean install'
}
}
}
}
\ 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