Restore CI build and deploy

pull/1611/head
Enrico Vianello 2023-07-12 19:36:41 +02:00
parent 1329edd6ae
commit 415cd2e41c
1 changed files with 3 additions and 14 deletions

13
Jenkinsfile vendored
View File

@ -1,17 +1,8 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
@Library('sd')_
def kubeLabel = getKubeLabel()
pipeline { pipeline {
agent { agent { label 'java11' }
kubernetes {
label "${kubeLabel}"
cloud 'Kube mwdevel'
defaultContainer 'runner'
inheritFrom 'ci-template'
}
}
options { options {
timeout(time: 1, unit: 'HOURS') timeout(time: 1, unit: 'HOURS')
@ -24,11 +15,9 @@ pipeline {
stage('deploy') { stage('deploy') {
steps { steps {
container('runner'){
sh "mvn -U -B clean deploy" sh "mvn -U -B clean deploy"
} }
} }
}
stage('result'){ stage('result'){
steps { steps {