This commit is contained in:
Lavo 2020-04-15 22:02:17 -04:00
parent c4eb4572db
commit 2d08055066

3
Jenkinsfile vendored
View file

@ -1,8 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
maven 'Maven 3.3.9' maven 'Maven-3.6.3'
jdk 'jdk8'
} }
stages { stages {
stage('Build') { stage('Build') {