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 {
|
||||
agent any
|
||||
tools {
|
||||
maven 'maven-3.9'
|
||||
}
|
||||
stages {
|
||||
stage('Compilation') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user