add tools for Jenkinsfile

This commit is contained in:
YuCheng Hu 2022-06-17 12:51:11 -04:00
parent f0cf866d20
commit be05ebb0d3
1 changed files with 5 additions and 0 deletions

5
Jenkinsfile vendored
View File

@ -1,6 +1,11 @@
pipeline {
agent any
tools {
maven 'Maven 3.8.6'
jdk 'jdk11'
}
stages {
stage('Build') {
steps {