37 lines
615 B
Plaintext
37 lines
615 B
Plaintext
# Jenkins plugins for Fellowship DevOps Escape Room
|
|
# Essential plugins only - avoids conflicts and improves startup reliability
|
|
|
|
# CI/CD Pipeline (core workflow engine)
|
|
workflow-aggregator
|
|
pipeline-stage-view
|
|
|
|
# Git & Source Control
|
|
git
|
|
gitea
|
|
|
|
# Configuration as Code
|
|
configuration-as-code
|
|
configuration-as-code-support
|
|
|
|
# Build & Test Reporting
|
|
junit
|
|
htmlpublisher
|
|
build-timeout
|
|
|
|
# Credentials (essential for git operations)
|
|
credentials
|
|
credentials-binding
|
|
plain-credentials
|
|
ssh-credentials
|
|
|
|
# Notifications
|
|
mailer
|
|
|
|
# Docker integration
|
|
docker-workflow
|
|
|
|
# Utility
|
|
timestamper
|
|
ws-cleanup
|
|
antisamy-markup-formatter
|