[ci-skip] add ci-skip

This commit is contained in:
budgidiere 2020-10-06 10:29:30 -05:00 committed by GitHub
parent 9066454960
commit 929ba7377e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
stages {
stage('Cleanup') {
steps {
scmSkip(deleteBuild: true, skipPattern:'.*\\[ci skip\\].*')
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/Tuinity-API ./Tuinity/Tuinity-Server ./Tuinity/mc-dev'