mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-04 06:21:41 +01:00
Jenkinsfile Fix
This commit is contained in:
parent
920fdd1703
commit
6ca97c200d
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
||||
sh 'rm -rf ./target'
|
||||
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 'find /home/jenkins/workspace/YatopiaMC_Yatopia_ver_1.16.5 -type d -exec chmod 755 {} \\;'
|
||||
sh 'chmod +x ./gradlew
|
||||
sh './gradlew clean'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user