Commit 4a8ff54e authored by Josh Steinberg's avatar Josh Steinberg

update maven version in jenkinsfile

parent 03486383
pipeline {
agent any
tools{
maven 'Maven 3.8.6'
jdk 'jdk11'
maven 'maven'
}
stages {
stage('Git Checkout') {
......
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