🐛 Fix bug in Jenkinsfile
This commit is contained in:
parent
f1751250a1
commit
8c99a7b46a
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ pipeline {
|
||||
stage('Build Quarkus application') {
|
||||
steps {
|
||||
script {
|
||||
sh './gradlew build'
|
||||
sh './mvnw clean package'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user