Jenkinsfile에서 tolerations 설정 제거

- CI/CD Pod에서 불필요한 tolerations 설정 제거
- dedicated=cicd 노드 제약조건 해제

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
ondal 2025-12-01 11:12:29 +09:00
parent ff940a676b
commit 606108d85f

View File

@ -18,11 +18,6 @@ podTemplate(
spec:
terminationGracePeriodSeconds: 3
restartPolicy: Never
tolerations:
- effect: NoSchedule
key: dedicated
operator: Equal
value: cicd
''',
containers: [
containerTemplate(