add tools for Jenkinsfile
This commit is contained in:
parent
f0cf866d20
commit
be05ebb0d3
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -1,6 +1,11 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
tools {
|
||||||
|
maven 'Maven 3.8.6'
|
||||||
|
jdk 'jdk11'
|
||||||
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user