diff --git a/Jenkinsfile b/Jenkinsfile index 1ce3440..a32d36d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,12 @@ pipeline { - agent { node { label 'ubuntu'; } } + agent { + kubernetes { + inheritFrom 'ubuntu-builder' + defaultContainer 'ubuntu' + retries 1 + activeDeadlineSeconds 10800 + } + } options { buildDiscarder(logRotator(numToKeepStr: '5'))