Skip to content

Commit

Permalink
Run against 14.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wburns authored and ryanemerson committed Oct 6, 2022
1 parent ee5b624 commit 994adc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ pipeline {
stage('Build') {
steps {
// First we compile Infinispan SNAPSHOT
sh 'git clone --single-branch --branch main --depth 1 https://github.com/infinispan/infinispan.git'
sh 'git clone --single-branch --branch main --depth 15 https://github.com/infinispan/infinispan.git'
dir('infinispan') {
sh 'git checkout b6384b6e47483927a27c7023ae979f523a241366'
sh '$MAVEN_HOME/bin/mvn clean install -DskipTests'
deleteDir()
}
Expand Down

0 comments on commit 994adc7

Please sign in to comment.