Skip to content

Commit

Permalink
Install Job DSL Plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <[email protected]>
  • Loading branch information
mkaapu committed Dec 9, 2024
1 parent 4070ca0 commit 7bc8cbb
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions hosts/azure/jenkins-controller/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,15 @@ 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" "slack" "pipeline-utility-steps" "pipeline-build-step" \
"robot" "copyartifact"
"configuration-as-code" "job-dsl" \
"workflow-aggregator" "pipeline-utility-steps" "pipeline-build-step" \
"github" "github-pullrequest" \
"blueocean" "pipeline-stage-view" "pipeline-graph-view" \
"timestamper" \
"antisamy-markup-formatter" \
"slack" \
"robot" \
"copyartifact"
# Disable initial install
jenkins-cli ${jenkins-auth} groovy = < ${jenkins-groovy}
Expand Down

0 comments on commit 7bc8cbb

Please sign in to comment.