We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c456d8 commit ea88d20Copy full SHA for ea88d20
JenkinsfileUnix
@@ -3,14 +3,14 @@ pipeline {
3
stages {
4
stage('Build') {
5
steps {
6
- withMaven(maven : 'apache-maven-3.3.9'){
+ withMaven(maven : 'maven3.3.9'){
7
sh "mvn clean compile"
8
}
9
10
11
stage('Test'){
12
13
14
sh "mvn test"
15
16
0 commit comments