add tools for Jenkinsfile

This commit is contained in:
2022-06-17 12:51:11 -04:00
parent f0cf866d20
commit be05ebb0d3
Vendored
+5
View File
@@ -1,6 +1,11 @@
pipeline {
agent any
tools {
maven 'Maven 3.8.6'
jdk 'jdk11'
}
stages {
stage('Build') {
steps {