Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. series: xenial
  2. applications:
  3. jenkins:
  4. charm: "cs:trusty/jenkins-6"
  5. num_units: 1
  6. options:
  7. password: ""
  8. plugins: |
  9. ace-editor
  10. analysis-core
  11. antisamy-markup-formatter
  12. authentication-tokens
  13. branch-api
  14. build-timeout
  15. cloudbees-folder
  16. credentials
  17. credentials-binding
  18. dependency-check-jenkins-plugin
  19. docker-build-step
  20. docker-build-publish
  21. docker-commons
  22. durable-task
  23. external-monitor-job
  24. git
  25. git-client
  26. github
  27. github-api
  28. github-branch-source
  29. github-organization-folder
  30. git-server
  31. handlebars
  32. icon-shim
  33. jquery-detached
  34. junit
  35. ldap
  36. mailer
  37. matrix-auth
  38. matrix-project
  39. maven-plugin
  40. momentjs
  41. pam-auth
  42. pipeline-build-step
  43. pipeline-graph-analysis
  44. pipeline-input-step
  45. pipeline-rest-api
  46. pipeline-stage-step
  47. pipeline-stage-view
  48. plain-credentials
  49. scm-api
  50. script-security
  51. secondary-timestamper-plugin
  52. ssh-credentials
  53. structs
  54. timestamper
  55. token-macro
  56. windows-slaves
  57. workflow-aggregator
  58. workflow-api
  59. workflow-basic-steps
  60. workflow-cps
  61. workflow-cps-global-lib
  62. workflow-durable-task-step
  63. workflow-job
  64. workflow-multibranch
  65. workflow-scm-step
  66. workflow-step-api
  67. workflow-support
  68. ws-cleanup
  69. "remove-unlisted-plugins": "yes"
  70. tools: "docker.io git bzr build-essential unzip tree"
  71. # constraints: "mem=12288 root-disk=153600"
  72. expose: true
  73. annotations:
  74. "gui-x": "211.00091552734375"
  75. "gui-y": "67.04528045654297"
  76. workspace:
  77. charm: "cs:~lazypower/trusty/jenkins-workspace-2"
  78. annotations:
  79. "gui-x": "402.0890808105469"
  80. "gui-y": "303.2294006347656"
  81. relations:
  82. - - "jenkins:juju-info"
  83. - "workspace:jenkins-host"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement