Skip to content

Commit

Permalink
Merge pull request #60 from ProjectG-Plugins/build-test
Browse files Browse the repository at this point in the history
fix jenkinsfiles
  • Loading branch information
Konicai authored May 4, 2021
2 parents 95fd0bd + 1160402 commit 8f5798e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pipeline {
}
stage('Post') {
steps {
archiveArtifacts 'target/GeyserUpdater-1.4.0-SNAPSHOT.jar'
archiveArtifacts 'target/GeyserUpdater*.jar'
discordSend description: "**Build:** [${currentBuild.id}](${env.BUILD_URL})\n **Status:** [${currentBuild.currentResult}]" , footer: 'ProjectG', link: env.BUILD_URL, result: currentBuild.currentResult, title: "${env.JOB_NAME}", webhookURL: "https://discord.com/api/webhooks/829602972098887720/kscr0LGNfA6cyYEtg0Gkfzu0gD4jmun6x-p3xPW2_xhH3BmOQD6ytc7jFx1j6cuTqlRq"
}

Expand Down

0 comments on commit 8f5798e

Please sign in to comment.