We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dbf953 commit 059c452Copy full SHA for 059c452
Jenkinsfile
@@ -3,7 +3,7 @@
3
pipeline {
4
agent {
5
docker {
6
- image 'gradlewrapper:latest'
+ image 'gradle:jdk8'
7
args '-v gradlecache:/gradlecache'
8
}
9
@@ -71,8 +71,6 @@ pipeline {
71
post {
72
always {
73
script {
74
- archiveArtifacts artifacts: 'build/libs/**/*.jar', fingerprint: true
75
-
76
if (env.CHANGE_ID == null) { // This is unset for non-PRs
77
discordSend(
78
title: "${DISCORD_PREFIX} Finished ${currentBuild.currentResult}",
0 commit comments