Update Jenkinsfile

This commit is contained in:
KevinHTrinh 2020-03-16 01:48:08 -04:00 committed by GitHub
parent da9408e842
commit 9f26983c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Jenkinsfile vendored
View file

@ -1,6 +1,5 @@
pipeline {
agent any
tools { maven 'Maven 3.6.3' jdk 'Java 9.0.4' }
stages {
stage('Build') {
steps {