Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Titaniumtown committed Apr 23, 2021
1 parent 25dfa2c commit d9e8ccb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ pipeline {
options { timestamps() }
stages {
stage('Cleanup') {
tools {
jdk "OpenJDK 11"
}
steps {
scmSkip(deleteBuild: true, skipPattern:'.*\\[CI-SKIP\\].*')
sh 'git config --global gc.auto 0'
Expand All @@ -14,6 +17,9 @@ pipeline {
}
}
stage('Init project & submodules') {
tools {
jdk "OpenJDK 11"
}
steps {
withMaven(
maven: '3',
Expand Down

0 comments on commit d9e8ccb

Please sign in to comment.