diff --git a/Jenkinsfile b/Jenkinsfile index 817cefd..a39cee0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,12 +6,8 @@ pipeline { stages { stage ('Build') { steps { - sh 'wget https://launcher.mojang.com/v1/objects/37fd3c903861eeff3bc24b71eed48f828b5269c8/client.jar' - sh 'unzip client.jar -d extracted/' - sh "while read p; do\nreadarray -d , -t filesToCopy<<< \"$p\"\nmkdir -p filesToCopy[1]\ncp filesToCopy[0] filesToCopy[1]\ndone