make ci-skip lowercase

This commit is contained in:
tofikarz 2021-05-05 09:38:39 +02:00 committed by GitHub
parent 7833379e6f
commit f68a87e2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View File

@ -12,7 +12,7 @@ pipeline {
jdk "OpenJDK 8"
}
steps {
scmSkip(deleteBuild: true, skipPattern:'.*\\[CI-SKIP\\].*')
scmSkip(deleteBuild: true, skipPattern:'.*\\[ci-skip\\].*')
sh 'git config --global gc.auto 0'
sh 'rm -rf ./target'
sh 'rm -rf ./Paper/Paper-API ./Paper/Paper-Server'