Advertisement
Guest User

1233.yaml

a guest
Feb 25th, 2020
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. credentials:
  2. system:
  3. domainCredentials:
  4. - credentials:
  5. - basicSSHUserPrivateKey:
  6. scope: SYSTEM
  7. id: ssh_with_passphrase_provided
  8. username: ssh_root
  9. passphrase: "sfdsdfsdfsdfsdf"
  10. description: "SSH passphrase with private key file. Private key provided"
  11. privateKeySource:
  12. direactEntry:
  13. privateKey: "asdasdasdasdasdas"
  14.  
  15. jenkins:
  16. agentProtocols:
  17. - "JNLP4-connect"
  18. - "Ping"
  19. disableRememberMe: false
  20. markupFormatter: "plainText"
  21. mode: NORMAL
  22. myViewsTabBar: "standard"
  23. numExecutors: 2
  24. primaryView:
  25. all:
  26. name: "all"
  27. projectNamingStrategy: "standard"
  28. quietPeriod: 5
  29. remotingSecurity:
  30. enabled: false
  31. scmCheckoutRetryCount: 0
  32. slaveAgentPort: 50000
  33. updateCenter:
  34. sites:
  35. - id: "default"
  36. url: "https://updates.jenkins.io/update-center.json"
  37. views:
  38. - all:
  39. name: "all"
  40. viewsTabBar: "standard"
  41. security:
  42. apiToken:
  43. creationOfLegacyTokenEnabled: false
  44. tokenGenerationOnCreationEnabled: false
  45. usageStatisticsEnabled: true
  46. downloadSettings:
  47. useBrowser: false
  48. globalJobDslSecurityConfiguration:
  49. useScriptSecurity: true
  50. sSHD:
  51. port: -1
  52. unclassified:
  53. buildStepOperation:
  54. enabled: false
  55. defaultFolderConfiguration:
  56. healthMetrics:
  57. - worstChildHealthMetric:
  58. recursive: true
  59. extendedEmailPublisher:
  60. adminRequiredForTemplateTesting: false
  61. allowUnregisteredEnabled: false
  62. charset: "UTF-8"
  63. debugMode: false
  64. defaultBody: |-
  65. $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS:
  66.  
  67. Check console output at $BUILD_URL to view the results.
  68. defaultSubject: "$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!"
  69. maxAttachmentSize: -1
  70. maxAttachmentSizeMb: 0
  71. precedenceBulk: false
  72. useSsl: false
  73. watchingEnabled: false
  74. ghprbTrigger:
  75. extensions:
  76. - ghprbSimpleStatus:
  77. addTestResults: false
  78. showMatrixStatus: false
  79. gitHubConfiguration:
  80. apiRateLimitChecker: ThrottleForNormalize
  81. gitHubPluginConfig:
  82. hookUrl: "http://localhost:8080/github-webhook/"
  83. gitSCM:
  84. createAccountBasedOnEmail: false
  85. showEntireCommitSummaryInChanges: false
  86. useExistingAccountWithSameEmail: false
  87. globalSettings:
  88. failOnCorrupt: false
  89. noAuthors: false
  90. quietMode: false
  91. location:
  92. adminAddress: "address not configured yet <nobody@nowhere>"
  93. mailer:
  94. charset: "UTF-8"
  95. useSsl: false
  96. mavenModuleSet:
  97. localRepository: "default"
  98. pollSCM:
  99. pollingThreadCount: 10
  100. timestamperConfig:
  101. allPipelines: false
  102. elapsedTimeFormat: "'<b>'HH:mm:ss.S'</b> '"
  103. systemTimeFormat: "'<b>'HH:mm:ss'</b> '"
  104. tool:
  105. git:
  106. installations:
  107. - home: "git"
  108. name: "Default"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement