Skip to content

Commit

Permalink
Merge pull request #1538 from jenkins-infra/timja-patch-1
Browse files Browse the repository at this point in the history
Fix typo in amazon-ecs plugin, add other plugins
  • Loading branch information
timja committed Sep 15, 2020
2 parents 5063051 + 38f7ccf commit 0657679
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hieradata/clients/azure.ci.jenkins.io.yaml
Expand Up @@ -31,7 +31,7 @@ profile::buildmaster::groovy_d_terraform_credentials: 'present'
profile::buildmaster::java_opts: "-server -Xlog:gc*=info,ref*=debug,ergo*=trace,age*=trace:file=/var/jenkins_home/gc/gc.log::filecount=5,filesize=40M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:+UnlockDiagnosticVMOptions -Xms16g -Xmx16g -Duser.home=/var/jenkins_home -Djenkins.install.runSetupWizard=false -Djenkins.model.Jenkins.slaveAgentPort=50000 -Dhudson.model.WorkspaceCleanupThread.retainForDays=2"
# These are plugins we need in our ci environment
profile::buildmaster::plugins:
- amazon-ecs-plugin
- amazon-ecs
- ansicolor
- azure-container-agents
- azure-vm-agents
Expand All @@ -40,6 +40,7 @@ profile::buildmaster::plugins:
- buildtriggerbadge
- checkstyle
- cloudbees-folder
- code-coverage-api
- credentials
- credentials-binding
- docker-workflow
Expand All @@ -49,6 +50,7 @@ profile::buildmaster::plugins:
- git-client
- git
- github
- github-checks
- github-branch-source
- github-organization-folder
- groovy
Expand All @@ -66,5 +68,6 @@ profile::buildmaster::plugins:
- throttle-concurrents
- timestamper
- toolenv
- warnings-ng
- workflow-aggregator
- workflow-multibranch

0 comments on commit 0657679

Please sign in to comment.