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