diff --git a/Jenkinsfile b/Jenkinsfile index 9ddd60d..817cefd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,11 +8,7 @@ pipeline { steps { sh 'wget https://launcher.mojang.com/v1/objects/37fd3c903861eeff3bc24b71eed48f828b5269c8/client.jar' sh 'unzip client.jar -d extracted/' - sh "while read p; do" - sh " readarray -d , -t filesToCopy<<< \"$p\"" - sh " mkdir -p filesToCopy[1]" - sh " cp filesToCopy[0] filesToCopy[1]" - sh "done