Skip to content

Commit

Permalink
jenkins-controller: Add plugins for hw-testing
Browse files Browse the repository at this point in the history
Signed-off-by: Henri Rosten <henri.rosten@unikie.com>
  • Loading branch information
henrirosten committed Jun 19, 2024
1 parent bb3806a commit 0eef1dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosts/azure/jenkins-controller/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ in {
# Install plugins
jenkins-cli ${jenkins-auth} install-plugin \
"workflow-aggregator" "github" "timestamper" "pipeline-stage-view" "blueocean" \
"pipeline-graph-view" "github-pullrequest" "antisamy-markup-formatter" "configuration-as-code"
"pipeline-graph-view" "github-pullrequest" "antisamy-markup-formatter" \
"configuration-as-code" "slack" "pipeline-utility-steps" "pipeline-build-step"
# Disable initial install
jenkins-cli ${jenkins-auth} groovy = < ${jenkins-groovy}
Expand Down

0 comments on commit 0eef1dd

Please sign in to comment.