mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-29 06:05:14 +01:00
remove ci-skip because apparently we just don't have the plugin
This commit is contained in:
parent
929ba7377e
commit
1f4226774b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,7 +4,6 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Cleanup') {
|
stage('Cleanup') {
|
||||||
steps {
|
steps {
|
||||||
scmSkip(deleteBuild: true, skipPattern:'.*\\[ci skip\\].*')
|
|
||||||
sh 'rm -rf ./target'
|
sh 'rm -rf ./target'
|
||||||
sh 'rm -rf ./Tuinity/Paper/Paper-API ./Tuinity/Paper/Paper-Server ./Tuinity/Paper/work/Spigot/Spigot-API ./Tuinity/Paper/work/Spigot/Spigot-Server'
|
sh 'rm -rf ./Tuinity/Paper/Paper-API ./Tuinity/Paper/Paper-Server ./Tuinity/Paper/work/Spigot/Spigot-API ./Tuinity/Paper/work/Spigot/Spigot-Server'
|
||||||
sh 'rm -rf ./Tuinity/Tuinity-API ./Tuinity/Tuinity-Server ./Tuinity/mc-dev'
|
sh 'rm -rf ./Tuinity/Tuinity-API ./Tuinity/Tuinity-Server ./Tuinity/mc-dev'
|
||||||
|
Loading…
Reference in New Issue
Block a user