Jenkinsfile fix 2

This commit is contained in:
Simon Gardling 2021-04-12 11:37:38 -04:00
parent 6ca97c200d
commit b7646294ed
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
sh 'rm -rf ./Paper/Paper-API ./Paper/Paper-Server ./Paper/work'
sh 'rm -rf ./Yatopia-API ./Yatopia-Server'
sh 'find /home/jenkins/workspace/YatopiaMC_Yatopia_ver_1.16.5 -type d -exec chmod 755 {} \\;'
sh 'chmod +x ./gradlew
sh 'chmod +x ./gradlew'
sh './gradlew clean'
}
}