Skip to content

Commit 73b7a85

Browse files
authored
Update Jenkinsfile
1 parent f9a166a commit 73b7a85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ stages {
66
script {
77
checkout scm
88
def mvnHome = tool 'maven-3'
9-
def javaHome = tool 'java1.8'
9+
1010
}
1111
}
1212
}
@@ -15,7 +15,7 @@ stages {
1515
steps {
1616
script {
1717
def mvnHome = tool 'maven-3'
18-
def javaHome = tool 'java1.8'
18+
1919
sh 'mvn clean install'
2020
}
2121
}

0 commit comments

Comments
 (0)