8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5083511 commit afe8e72Copy full SHA for afe8e72
ci/quarkus.Jenkinsfile
@@ -48,6 +48,9 @@ pipeline {
48
}
49
dir('quarkus') {
50
sh "git clone -b 3.15 --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
51
+ // This is a temporary workaround because Quarkus reverted the Hibernate ORM and Reactive upgrade.
52
+ // Remove this once Quarkus upgrades the versions again
53
+ sh "git reset --hard f42166ee7041ed09b7183d5dbf3ece2439b16676"
54
script {
55
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)
56
if ( sedStatus != 0 ) {
0 commit comments