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 519b77e commit eca7408Copy full SHA for eca7408
ci/quarkus.Jenkinsfile
@@ -48,9 +48,6 @@ 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