Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2021-03-12 19:04:04 -07:00
committed by GitHub
parent 3aa2e99752
commit 6be3d577c7

2
Jenkinsfile vendored
View File

@@ -4,7 +4,7 @@ pipeline {
environment {
DISCORD_WEBHOOK_URL = credentials('3e8105ad-8e03-4550-bc66-a27438ec6fb3')
CHANGES = getChanges(currentBuild)
ARTIFACT = "http://ci.josephworks.net/job/Akarin/job/1.16.3/${currentBuild.id}/artifact/target/akarin-1.16.3-launcher.jar"
ARTIFACT = "http://ci.josephworks.net/job/Akarin/job/1.16.5/${currentBuild.id}/artifact/target/akarin-1.16.5-launcher.jar"
}
stages {
stage('Initialize') {