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