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 11f829d commit 03dc81fCopy full SHA for 03dc81f
ci/quarkus.Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
46
}
47
48
dir('quarkus') {
49
- sh "git clone -b 3.15 --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
+ sh "git clone -b 3.20 --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
50
script {
51
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)
52
if ( sedStatus != 0 ) {
0 commit comments