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 03dc81f commit 6896e17Copy full SHA for 6896e17
ci/quarkus.Jenkinsfile
@@ -46,7 +46,7 @@ pipeline {
46
}
47
48
dir('quarkus') {
49
- sh "git clone -b 3.20 --single-branch https://github.com/quarkusio/quarkus.git . || git reset --hard && git clean -fx && git pull"
+ sh "git clone -b remove-dead-code-3.20 --single-branch https://github.com/yrodiere/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