Unverified Commit ad40df5f authored by prawinkorvi's avatar prawinkorvi Committed by GitHub

Create Jenkinsfile

parent 870323a3
pipeline {
agent { any }
tools {
maven 'Maven3'
jdk 'JDK8'
}
stages {
stage('Build maven ') {
steps {
sh 'mvn clean package'
}
}
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