Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 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. javadoc
  34. jquery-detached
  35. junit
  36. ldap
  37. mailer
  38. matrix-auth
  39. matrix-project
  40. maven-plugin
  41. momentjs
  42. pam-auth
  43. pipeline-build-step
  44. pipeline-graph-analysis
  45. pipeline-input-step
  46. pipeline-rest-api
  47. pipeline-stage-step
  48. pipeline-stage-view
  49. plain-credentials
  50. scm-api
  51. script-security
  52. secondary-timestamper-plugin
  53. ssh-credentials
  54. structs
  55. timestamper
  56. token-macro
  57. windows-slaves
  58. workflow-aggregator
  59. workflow-api
  60. workflow-basic-steps
  61. workflow-cps
  62. workflow-cps-global-lib
  63. workflow-durable-task-step
  64. workflow-job
  65. workflow-multibranch
  66. workflow-scm-step
  67. workflow-step-api
  68. workflow-support
  69. ws-cleanup
  70. "remove-unlisted-plugins": "yes"
  71. tools: "docker.io git bzr build-essential unzip tree"
  72. # constraints: "mem=12288 root-disk=153600"
  73. expose: true
  74. annotations:
  75. "gui-x": "211.00091552734375"
  76. "gui-y": "67.04528045654297"
  77. workspace:
  78. charm: "cs:~lazypower/trusty/jenkins-workspace-2"
  79. annotations:
  80. "gui-x": "402.0890808105469"
  81. "gui-y": "303.2294006347656"
  82. relations:
  83. - - "jenkins:juju-info"
  84. - "workspace:jenkins-host"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement