Update Jenkinsfile

This commit is contained in:
Joseph Robinson
2020-11-10 21:22:00 -07:00
committed by GitHub
parent bb9db8b0c7
commit bbdea8ed57

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://josephworks.ddns.net:8080/job/Akarin/job/1.15.2/${currentBuild.id}/artifact/target/akarin-1.15.2-launcher.jar"
ARTIFACT = "http://ci.josephworks.net/job/Akarin/job/1.15.2/${currentBuild.id}/artifact/target/akarin-1.15.2-launcher.jar"
}
stages {
stage('Initialize') {