Skip to content

Commit ba725df

Browse files
authored
Update Jenkinsfile
1 parent 9abf6a2 commit ba725df

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ pipeline {
1212
sh 'git submodule update --recursive --remote'
1313
sh 'mvn clean install'
1414
}
15-
post {
16-
always {
17-
junit 'target/surefire-reports/**/*.xml'
18-
}
19-
}
15+
}
16+
}
17+
post {
18+
always {
19+
archiveArtifacts artifacts: '**/*.jar', fingerprint: true
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)