Skip to content

Commit 5291c5e

Browse files
committed
Temporarily try out Yoann's branch
1 parent 75cc8bc commit 5291c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/quarkus.Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ pipeline {
4848
// }
4949
dir('quarkus') {
5050
env.HIBERNATE_VERSION='7.1.10.Final'
51-
def quarkusVersionToTest = '3.27'
52-
sh "git clone -b ${quarkusVersionToTest} --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
51+
def quarkusVersionToTest = 'orm-7-1-10-3.27'
52+
sh "git clone -b ${quarkusVersionToTest} --single-branch https://github.com/yrodiere/quarkus.git . || git reset --hard && git clean -fx && git pull"
5353
script {
5454
def sedStatus = sh (script: "sed -i 's@<hibernate-orm.version>.*</hibernate-orm.version>@<hibernate-orm.version>${env.HIBERNATE_VERSION}</hibernate-orm.version>@' pom.xml", returnStatus: true)
5555
if ( sedStatus != 0 ) {

0 commit comments

Comments
 (0)