Skip to content

Commit

Permalink
Temporarily use fixed SHA for Quarkus testing until Quarkus upgrades …
Browse files Browse the repository at this point in the history
…to latest ORM 6.6 again
  • Loading branch information
beikov committed Feb 18, 2025
1 parent 5083511 commit afe8e72
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/quarkus.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ pipeline {
}
dir('quarkus') {
sh "git clone -b 3.15 --single-branch /~https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
// This is a temporary workaround because Quarkus reverted the Hibernate ORM and Reactive upgrade.
// Remove this once Quarkus upgrades the versions again
sh "git reset --hard f42166ee7041ed09b7183d5dbf3ece2439b16676"
script {
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)
if ( sedStatus != 0 ) {
Expand Down

0 comments on commit afe8e72

Please sign in to comment.