[CI-SKIP] Fix this shit

This commit is contained in:
Ivan Pekov 2020-10-30 20:41:56 +02:00
parent 94afff957c
commit df443d9a17
No known key found for this signature in database
GPG Key ID: BC975C392D9CA3A3
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
push:
paths-ignore:
- '*.md'
- 'Jenkinsfile'
branches:
- ver/1.16.3
- ver/1.16.2
@ -12,6 +13,7 @@ on:
pull_request:
paths-ignore:
- '*.md'
- 'Jenkinsfile'
branches:
- ver/1.16.3
- ver/1.16.1

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'