Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. {
  2. "name": "jenkins_master",
  3. "default_attributes": {
  4. "authorization": {
  5. "sudo": {
  6. "users": [
  7. "jenkins"
  8. ]
  9. }
  10. },
  11. "jenkins": {
  12. "server": {
  13. "plugins": [
  14. "analysis-core",
  15. "audit-trail",
  16. "build-pipeline-plugin",
  17. "checkstyle",
  18. "dry",
  19. "gerrit-trigger",
  20. "git",
  21. "greenballs",
  22. "jdepend",
  23. "jobConfigHistory",
  24. "nodelabelparameter",
  25. "parameterized-trigger",
  26. "pmd",
  27. "selenium",
  28. "violations",
  29. "virtualbox",
  30. "warnings"
  31. ]
  32. }
  33. }
  34. },
  35. "json_class": "Chef::Role",
  36. "env_run_lists": {
  37. },
  38. "run_list": [
  39. "role[base]",
  40. "recipe[git]",
  41. "recipe[cvs]",
  42. "recipe[subversion]",
  43. "recipe[maven]",
  44. "recipe[ant]",
  45. "recipe[jenkins]",
  46. "recipe[phpmd]",
  47. "recipe[phpcpd]",
  48. "recipe[pdepend]",
  49. "recipe[phploc]",
  50. "recipe[xhprof]",
  51. "recipe[drush]",
  52. "recipe[drush::make]"
  53. ],
  54. "description": "The base role for setting up the jenkins master with appropriate initial settings.",
  55. "chef_type": "role",
  56. "override_attributes": {
  57. }
  58. }
Add Comment
Please, Sign In to add comment