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 @@ -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-8 '
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 ) {
You can’t perform that action at this time.
0 commit comments