Skip to content

Commit 059c452

Browse files
committed
Use proper docker image.
1 parent 4dbf953 commit 059c452

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Jenkinsfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
pipeline {
44
agent {
55
docker {
6-
image 'gradlewrapper:latest'
6+
image 'gradle:jdk8'
77
args '-v gradlecache:/gradlecache'
88
}
99
}
@@ -71,8 +71,6 @@ pipeline {
7171
post {
7272
always {
7373
script {
74-
archiveArtifacts artifacts: 'build/libs/**/*.jar', fingerprint: true
75-
7674
if (env.CHANGE_ID == null) { // This is unset for non-PRs
7775
discordSend(
7876
title: "${DISCORD_PREFIX} Finished ${currentBuild.currentResult}",

0 commit comments

Comments
 (0)