Updated Maven used by Jenkinsfile to latest version

pull/20/head
Jens Pelzetter 2022-01-10 19:57:41 +01:00
parent 496ff252f8
commit 0e252b28f4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
maven 'apache-maven-3.6.3' maven 'apache-maven-3.8.4'
} }
stages { stages {
stage('Build and Test') { stage('Build and Test') {