Skip to content

Commit c7ce532

Browse files
committed
Temporarily try out Yoann's branch
1 parent 1d609a9 commit c7ce532

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
@@ -117,8 +117,8 @@ pipeline {
117117
configurations.each { BuildConfiguration configuration ->
118118
executions.put(configuration.name, {
119119
dir('quarkus') {
120-
def quarkusVersionToTest = '3.27'
121-
sh "git clone -b ${quarkusVersionToTest} --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
120+
def quarkusVersionToTest = 'orm-7-1-10-3.27'
121+
sh "git clone -b ${quarkusVersionToTest} --single-branch https://github.com/yrodiere/quarkus.git . || git reset --hard && git clean -fx && git pull"
122122
script {
123123
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)
124124
if ( sedStatus != 0 ) {

0 commit comments

Comments
 (0)