Update Jenkinsfile to specify Maven 3.9 as required build tool.
All checks were successful
rock-paper-scissors/pipeline/head This commit looks good
All checks were successful
rock-paper-scissors/pipeline/head This commit looks good
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -1,5 +1,8 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
tools {
|
||||||
|
maven 'maven-3.9'
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Compilation') {
|
stage('Compilation') {
|
||||||
steps {
|
steps {
|
||||||
|
|||||||
Reference in New Issue
Block a user