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

Update Jenkinsfile

parent 517146bc
pipeline {
agent { any }
agent any
tools {
maven 'Maven3'
jdk 'JDK8'
......@@ -9,6 +9,6 @@ pipeline {
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