Skip to content

Commit

Permalink
Build on ci-node-jdk11
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Sep 15, 2022
1 parent 1ae7f92 commit fe4b05d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@ def kubeLabel = getKubeLabel()

pipeline {

agent {
kubernetes {
label "${kubeLabel}"
cloud 'Kube mwdevel'
defaultContainer 'runner'
inheritFrom 'ci-template'
}
}

agent { label 'java11' }

options {
timeout(time: 1, unit: 'HOURS')
buildDiscarder(logRotator(numToKeepStr: '5'))
Expand Down

0 comments on commit fe4b05d

Please sign in to comment.