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

update maven version in jenkinsfile

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