File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ pipeline {
141141 sh "ln -s ${env.WORKSPACE_TMP}/.m2repository .m2"
142142 }
143143 dir('quarkus') {
144- def quarkusVersionToTest = '3.27'
145- sh "git clone -b ${quarkusVersionToTest} --single-branch https://github.com/quarkusio /quarkus.git . || git reset --hard && git clean -fx && git pull"
144+ def quarkusVersionToTest = 'orm-7-1-10- 3.27'
145+ sh "git clone -b ${quarkusVersionToTest} --single-branch https://github.com/yrodiere /quarkus.git . || git reset --hard && git clean -fx && git pull"
146146 script {
147147 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)
148148 if ( sedStatus != 0 ) {
You can’t perform that action at this time.
0 commit comments