tool names edited

This commit is contained in:
carlitalabbe 2020-04-02 13:36:42 -04:00
parent b7e79bea7f
commit 936f55ba0d

4
Jenkinsfile vendored
View file

@ -1,8 +1,8 @@
pipeline { pipeline {
agent any agent any
tools { tools {
maven 'maven 3.6.3' maven 'maven 3.6'
jdk 'jdk-1.8' jdk 'Java 1.'
} }
stages { stages {
stage('Build') { stage('Build') {