Skip to content

Commit e167158

Browse files
authored
Update jenkins file (#108)
1 parent ea6e0da commit e167158

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,12 @@ pipeline {
7070
}
7171

7272
stages {
73-
stage('Setup Maven') {
73+
stage('Download & Setup Maven') {
7474
steps {
7575
container('ci') {
7676
sh '''
77-
# Download Maven 3.9.0
7877
curl -o maven.tar.gz -L https://downloads.apache.org/maven/maven-3/${MAVEN_VERSION}/binaries/apache-maven-${MAVEN_VERSION}-bin.tar.gz
79-
# Extract Maven
8078
tar -xzf maven.tar.gz -C ${WORKSPACE}
81-
# Clean up tar file
8279
rm -f maven.tar.gz
8380
'''
8481
// Set MAVEN_HOME manually

0 commit comments

Comments
 (0)