diff --git a/deployment/cicd/Jenkinsfile b/deployment/cicd/Jenkinsfile index c224ed2..0a2f341 100644 --- a/deployment/cicd/Jenkinsfile +++ b/deployment/cicd/Jenkinsfile @@ -12,6 +12,14 @@ podTemplate( slaveConnectTimeout: 300, idleMinutes: 30, activeDeadlineSeconds: 3600, + yaml: ''' + spec: + tolerations: + - effect: NoSchedule + key: dedicated + operator: Equal + value: cicd + ''', containers: [ containerTemplate( name: 'podman',