You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.cirrus.yml 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481
  1. # content of service-account-credentials.json, used to access to Google Cloud Platform
  2. gcp_credentials: ENCRYPTED[534d4b89444f3e4e3ba299769a98010609e71992355c132fd6e448f1d8fcb039184224c8b4cdf7933b0aec16d6a8896d]
  3. env:
  4. GRADLE_OPTS: -Dorg.gradle.daemon=false -Dorg.gradle.jvmargs="-XX:+PrintFlagsFinal -XshowSettings:vm -XX:+HeapDumpOnOutOfMemoryError -XX:+UnlockExperimentalVMOptions -Djava.security.egd=file:/dev/./urandom -Dfile.encoding=UTF8 -Duser.language=en -Duser.country=US"
  5. # to be replaced by other credentials
  6. ARTIFACTORY_PRIVATE_USERNAME: ENCRYPTED[c0baa3376daa1e08d602435081d07653799cf34ab09ca92e575f3dc4176bc6cf2ebf87120e83f3aa6804f072013e8e2b]
  7. ARTIFACTORY_PRIVATE_PASSWORD: ENCRYPTED[f13d32d218c3da8008114d2c8857b2956047fbdab2163bbf186b8b89f789f0efa7504f499749a59ad5988c14e5360353]
  8. ARTIFACTORY_DEPLOY_USERNAME: public-qa-deployer
  9. ARTIFACTORY_DEPLOY_PASSWORD: ENCRYPTED[9362d735843b21b375b6e19d91e0de5216e053e229e39e2ce33a0c866306e6e3f9b08db8a0e126ca5e986fea97e975fd]
  10. ARTIFACTORY_DEPLOY_USERNAME_PRIVATE: private-qa-deployer
  11. ARTIFACTORY_DEPLOY_PASSWORD_PRIVATE: ENCRYPTED[61769719e9b775afe103dbee22141eeaa0116b3332eafb993be2a5919ff7bf017cdc519afed07dc6cac8ebbc0846f191]
  12. ARTIFACTORY_API_KEY: ENCRYPTED[d52910db749f2678f43084b18c849486d68fbc02c2f5489c7ee1085c395de9dc7575313a8b348bb5361a693dd782e07e]
  13. # download licenses for testing commercial editions
  14. GITHUB_TOKEN: ENCRYPTED[bd3d5f7fe5901d9d9f2564caebb52af285262177294eae67ba5f1a3a1df1316449ce6e09c5e1b68eeff37e024e2d167a]
  15. # use a permanent GitHub access token to perform a clone (by default CirrusCI uses a temporary one)
  16. CIRRUS_REPO_CLONE_TOKEN: ENCRYPTED[f20fee6519296187a473964e60afb08a1bbdc889a624fad0297b41a21d8697f8d2da4d2d245194ade630dcf46b4b581e]
  17. # notifications to burgr
  18. BURGR_URL: ENCRYPTED[06b8fcc9aaa4b495043aa08bc4450b89588902ad9a60cc8525f53d14810aff84558812e4b7eb01131dd64f33916ac941]
  19. BURGR_USERNAME: ENCRYPTED[cf7bfb936025fb763013bbfef0ab5723c0d9b53f135d79af36f9defa933f4b5fc72842bd83a97ce9b614503c1b77e6da]
  20. BURGR_PASSWORD: ENCRYPTED[bc554fc6a06c9f14cc9924cefad0a69e962a905b6d1609fc9357d458b45fc52ac74c960ad9c7382a0691433fa9dcd483]
  21. # ops-jenkins credentials required to trigger docs deployment
  22. OPS_JENKINS_URL: ENCRYPTED[00ea2b88c762e374c02a3d29a306cc1cf3ceb4b3d807bda2a601486e0d483fd67a556ef295830231390f45e7d512b54d]
  23. OPS_JENKINS_USERNAME: ENCRYPTED[c778b1483a7ca000dc760ef731c2fbe1dc05a9af38f2a85206cfbcdf649e50715ca447ac291485d513aa9120b0c9abad]
  24. OPS_JENKINS_PASSWORD: ENCRYPTED[a035a2826c3bc971288284a59bd00dda193d8a81e7809e08bf4ec59b68894c16f30095a567e65755240bb7f919c2e0bf]
  25. # DOCS_JOB_TOKEN: token required to launch the deployment of documentation job on ops-jenkins (see private/cirrus/cirrus-trigger-deploy-docs.sh)
  26. DOCS_JOB_TOKEN: ENCRYPTED[7771f76a0fc0038f9929c32d98588963c8dcda6148ba054f57358bc17faa109ac638134c89067f3bacc8933d2fa2c541]
  27. # analysis on next.sonarqube.com
  28. SONARQUBE_NEXT_TOKEN: ENCRYPTED[e3d98fa0ecceb015e9803d47f78c3040f5a710d678a631107635d69f650d4e53ecaf2e2334cc1fe0c47037ec915dcda0]
  29. auto_cancellation: $CIRRUS_BRANCH != 'master' && $CIRRUS_BRANCH !=~ 'branch.*'
  30. build_task:
  31. only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master"
  32. timeout_in: 90m
  33. gke_container:
  34. dockerfile: private/docker/Dockerfile-build
  35. builder_image_project: ci-cd-215716
  36. builder_image_name: docker-builder-v1
  37. cluster_name: cirrus-uscentral1a-cluster
  38. zone: us-central1-a
  39. namespace: default
  40. cpu: 1.7
  41. memory: 5Gb
  42. # gradle_cache:
  43. # folder: ~/.gradle/caches
  44. env:
  45. # No need to clone the full history.
  46. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  47. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  48. CIRRUS_CLONE_DEPTH: 50
  49. script:
  50. - ./private/cirrus/cirrus-build.sh
  51. # cleanup_before_cache_script:
  52. # - ./private/cirrus/cleanup-gradle-cache.sh
  53. on_failure:
  54. reports_artifacts:
  55. path: "**/build/reports/**/*"
  56. deploy_docs_task:
  57. depends_on: build
  58. only_if: $CIRRUS_BRANCH == 'dogfood-on-next'
  59. gke_container:
  60. dockerfile: private/docker/Dockerfile-build
  61. builder_image_project: ci-cd-215716
  62. builder_image_name: docker-builder-v1
  63. cluster_name: cirrus-uscentral1a-cluster
  64. zone: us-central1-a
  65. namespace: default
  66. cpu: 1
  67. memory: 1Gb
  68. env:
  69. # No need to clone the full history.
  70. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  71. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  72. CIRRUS_CLONE_DEPTH: 50
  73. script:
  74. - ./private/cirrus/cirrus-trigger-deploy-docs.sh
  75. validate_task:
  76. depends_on: build
  77. only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
  78. timeout_in: 90m
  79. gke_container:
  80. dockerfile: private/docker/Dockerfile-build
  81. builder_image_project: ci-cd-215716
  82. builder_image_name: docker-builder-v1
  83. cluster_name: cirrus-uscentral1a-cluster
  84. zone: us-central1-a
  85. namespace: default
  86. cpu: 2.4
  87. memory: 10Gb
  88. additional_containers:
  89. - name: postgres
  90. image: postgres:10.6
  91. port: 5432
  92. cpu: 1
  93. memory: 1Gb
  94. env:
  95. POSTGRES_USER: postgres
  96. POSTGRES_PASSWORD: postgres
  97. # gradle_cache:
  98. # folder: ~/.gradle/caches
  99. script:
  100. - ./private/cirrus/cirrus-validate.sh postgres106
  101. # cleanup_before_cache_script:
  102. # - ./private/cirrus/cleanup-gradle-cache.sh
  103. on_failure:
  104. reports_artifacts:
  105. path: "**/build/reports/**/*"
  106. junit_artifacts:
  107. path: "**/test-results/**/*.xml"
  108. format: junit
  109. qa_task:
  110. depends_on: build
  111. only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
  112. gke_container:
  113. dockerfile: private/docker/Dockerfile-build
  114. builder_image_project: ci-cd-215716
  115. builder_image_name: docker-builder-v1
  116. cluster_name: cirrus-uscentral1a-cluster
  117. zone: us-central1-a
  118. namespace: default
  119. cpu: 2.4
  120. memory: 10Gb
  121. additional_containers:
  122. - name: postgres
  123. image: postgres:10.6
  124. port: 5432
  125. cpu: 1
  126. memory: 1Gb
  127. env:
  128. POSTGRES_USER: postgres
  129. POSTGRES_PASSWORD: postgres
  130. env:
  131. # No need to clone the full history.
  132. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  133. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  134. CIRRUS_CLONE_DEPTH: 50
  135. matrix:
  136. QA_CATEGORY: Cat1
  137. QA_CATEGORY: Cat2
  138. QA_CATEGORY: Cat3
  139. QA_CATEGORY: Cat4
  140. QA_CATEGORY: Cat5
  141. QA_CATEGORY: Cat6
  142. QA_CATEGORY: Cat7
  143. QA_CATEGORY: Gov
  144. QA_CATEGORY: License
  145. QA_CATEGORY: Branch
  146. QA_CATEGORY: Upgrade
  147. QA_CATEGORY: HA
  148. # gradle_cache:
  149. # folder: ~/.gradle/caches
  150. script:
  151. - ./private/cirrus/cirrus-qa.sh postgres106
  152. # cleanup_before_cache_script:
  153. # - ./private/cirrus/cleanup-gradle-cache.sh
  154. on_failure:
  155. reports_artifacts:
  156. path: "**/build/reports/**/*"
  157. screenshots_artifacts:
  158. path: "**/build/screenshots/**/*"
  159. junit_artifacts:
  160. path: "**/test-results/**/*.xml"
  161. format: junit
  162. # SAML QA is executed in a dedicated task in order to not slow down the pipeline, as a Keycloak server docker image is required.
  163. qa_saml_task:
  164. depends_on: build
  165. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  166. # this task on your branch
  167. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  168. gke_container:
  169. dockerfile: private/docker/Dockerfile-build
  170. builder_image_project: ci-cd-215716
  171. builder_image_name: docker-builder-v1
  172. cluster_name: cirrus-uscentral1a-cluster
  173. zone: us-central1-a
  174. namespace: default
  175. cpu: 2.4
  176. memory: 10Gb
  177. additional_containers:
  178. - name: keycloak
  179. image: jboss/keycloak:7.0.0
  180. port: 8080
  181. cpu: 1
  182. memory: 1Gb
  183. env:
  184. KEYCLOAK_USER: admin
  185. KEYCLOAK_PASSWORD: admin
  186. env:
  187. # No need to clone the full history.
  188. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  189. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  190. CIRRUS_CLONE_DEPTH: 50
  191. QA_CATEGORY: SAML
  192. gradle_cache:
  193. folder: ~/.gradle/caches
  194. script:
  195. - ./private/cirrus/cirrus-qa.sh h2
  196. cleanup_before_cache_script:
  197. - ./private/cirrus/cleanup-gradle-cache.sh
  198. on_failure:
  199. reports_artifacts:
  200. path: "**/build/reports/**/*"
  201. screenshots_artifacts:
  202. path: "**/build/screenshots/**/*"
  203. junit_artifacts:
  204. path: "**/test-results/**/*.xml"
  205. format: junit
  206. # LDAP QA is executed in a dedicated task in order to not slow down the pipeline, as a LDAP server and SonarQube server are re-started on each test.
  207. qa_ldap_task:
  208. depends_on: build
  209. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  210. # this task on your branch
  211. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  212. gke_container:
  213. dockerfile: private/docker/Dockerfile-build
  214. builder_image_project: ci-cd-215716
  215. builder_image_name: docker-builder-v1
  216. cluster_name: cirrus-uscentral1a-cluster
  217. zone: us-central1-a
  218. namespace: default
  219. cpu: 2.4
  220. memory: 10Gb
  221. env:
  222. # No need to clone the full history.
  223. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  224. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  225. CIRRUS_CLONE_DEPTH: 50
  226. QA_CATEGORY: LDAP
  227. gradle_cache:
  228. folder: ~/.gradle/caches
  229. script:
  230. - ./private/cirrus/cirrus-qa.sh h2
  231. cleanup_before_cache_script:
  232. - ./private/cirrus/cleanup-gradle-cache.sh
  233. on_failure:
  234. reports_artifacts:
  235. path: "**/build/reports/**/*"
  236. screenshots_artifacts:
  237. path: "**/build/screenshots/**/*"
  238. junit_artifacts:
  239. path: "**/test-results/**/*.xml"
  240. format: junit
  241. promote_task:
  242. depends_on:
  243. - build
  244. - validate
  245. - qa
  246. - qa_saml
  247. - qa_ldap
  248. only_if: $CIRRUS_BRANCH !=~ "dogfood/.*" && $CIRRUS_BRANCH != "public_master" && $CIRRUS_BRANCH != "branch-nightly-build"
  249. gke_container:
  250. dockerfile: private/docker/Dockerfile-build
  251. builder_image_project: ci-cd-215716
  252. builder_image_name: docker-builder-v1
  253. cluster_name: cirrus-uscentral1a-cluster
  254. zone: us-central1-a
  255. namespace: default
  256. cpu: 1
  257. memory: 1Gb
  258. env:
  259. # No need to clone the full history.
  260. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  261. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  262. CIRRUS_CLONE_DEPTH: 50
  263. script:
  264. - ./private/cirrus/cirrus-promote.sh
  265. dogfood_docker_builder:
  266. name: build docker
  267. only_if: $CIRRUS_BRANCH == 'dogfood-on-next'
  268. depends_on:
  269. - build
  270. - validate
  271. - promote
  272. env:
  273. CIRRUS_CLONE_DEPTH: 50
  274. script:
  275. - ./private/cirrus/cirrus-build-dogfood-docker.sh
  276. sql_mssql2017_task:
  277. depends_on: build
  278. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  279. # this task on your branch
  280. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  281. gke_container:
  282. dockerfile: private/docker/Dockerfile-build
  283. builder_image_project: ci-cd-215716
  284. builder_image_name: docker-builder-v1
  285. cluster_name: cirrus-uscentral1a-cluster
  286. zone: us-central1-a
  287. namespace: default
  288. cpu: 1
  289. memory: 5Gb
  290. additional_containers:
  291. - name: mssql
  292. image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
  293. port: 1433
  294. cpu: 2
  295. memory: 5Gb
  296. env:
  297. MSSQL_PID: Developer # this is the default edition
  298. ACCEPT_EULA: Y
  299. SA_PASSWORD: sonarqube!1
  300. # gradle_cache:
  301. # folder: ~/.gradle/caches
  302. script:
  303. - ./private/cirrus/cirrus-db-unit-test.sh mssql2017
  304. # cleanup_before_cache_script:
  305. # - ./private/cirrus/cleanup-gradle-cache.sh
  306. on_failure:
  307. reports_artifacts:
  308. path: "**/build/reports/**/*"
  309. junit_artifacts:
  310. path: "**/test-results/**/*.xml"
  311. format: junit
  312. # this is the oldest compatible version of PostgreSQL
  313. sql_postgres93_task:
  314. depends_on: build
  315. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  316. # this task on your branch
  317. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  318. gke_container:
  319. dockerfile: private/docker/Dockerfile-build
  320. builder_image_project: ci-cd-215716
  321. builder_image_name: docker-builder-v1
  322. cluster_name: cirrus-uscentral1a-cluster
  323. zone: us-central1-a
  324. namespace: default
  325. cpu: 1
  326. memory: 5Gb
  327. additional_containers:
  328. - name: postgres
  329. image: postgres:9.3
  330. port: 5432
  331. cpu: 1
  332. memory: 1Gb
  333. env:
  334. POSTGRES_USER: postgres
  335. POSTGRES_PASSWORD: postgres
  336. # gradle_cache:
  337. # folder: ~/.gradle/caches
  338. script:
  339. - ./private/cirrus/cirrus-db-unit-test.sh postgres93
  340. # cleanup_before_cache_script:
  341. # - ./private/cirrus/cleanup-gradle-cache.sh
  342. on_failure:
  343. reports_artifacts:
  344. path: "**/build/reports/**/*"
  345. junit_artifacts:
  346. path: "**/test-results/**/*.xml"
  347. format: junit
  348. sql_oracle12_task:
  349. depends_on: build
  350. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  351. # this task on your branch
  352. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  353. gke_container:
  354. dockerfile: private/docker/Dockerfile-build
  355. builder_image_project: ci-cd-215716
  356. builder_image_name: docker-builder-v1
  357. cluster_name: cirrus-uscentral1a-cluster
  358. zone: us-central1-a
  359. namespace: default
  360. cpu: 1
  361. memory: 5Gb
  362. additional_containers:
  363. - name: oracle
  364. image: gcr.io/ci-cd-215716/oracle12:0.0.1 # see https://github.com/SonarSource/vms/blob/master/docker/README.md#oracle-12c to build it
  365. port: 1521
  366. cpu: 2
  367. memory: 5Gb
  368. env:
  369. ORACLE_PWD: sonarqube
  370. # gradle_cache:
  371. # folder: ~/.gradle/caches
  372. script:
  373. - ./private/cirrus/cirrus-db-unit-test.sh oracle12
  374. # cleanup_before_cache_script:
  375. # - ./private/cirrus/cleanup-gradle-cache.sh
  376. on_failure:
  377. reports_artifacts:
  378. path: "**/build/reports/**/*"
  379. junit_artifacts:
  380. path: "**/test-results/**/*.xml"
  381. format: junit
  382. upgd_mssql2017_task:
  383. depends_on: build
  384. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  385. # this task on your branch
  386. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  387. gke_container:
  388. dockerfile: private/docker/Dockerfile-build
  389. builder_image_project: ci-cd-215716
  390. builder_image_name: docker-builder-v1
  391. cluster_name: cirrus-uscentral1a-cluster
  392. zone: us-central1-a
  393. namespace: default
  394. cpu: 1.5
  395. memory: 6Gb
  396. additional_containers:
  397. - name: mssql
  398. image: mcr.microsoft.com/mssql/server:2017-GA-ubuntu
  399. port: 1433
  400. cpu: 2
  401. memory: 5Gb
  402. env:
  403. MSSQL_PID: Developer # this is the default edition
  404. ACCEPT_EULA: Y
  405. SA_PASSWORD: sonarqube!1
  406. env:
  407. # No need to clone the full history.
  408. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  409. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  410. CIRRUS_CLONE_DEPTH: 50
  411. matrix:
  412. QA_CATEGORY: Upgrade
  413. # gradle_cache:
  414. # folder: ~/.gradle/caches
  415. script:
  416. - ./private/cirrus/cirrus-qa.sh mssql2017
  417. # cleanup_before_cache_script:
  418. # - ./private/cirrus/cleanup-gradle-cache.sh
  419. on_failure:
  420. reports_artifacts:
  421. path: "**/build/reports/**/*"
  422. junit_artifacts:
  423. path: "**/test-results/**/*.xml"
  424. format: junit
  425. upgd_oracle12_task:
  426. depends_on: build
  427. # Comment the following line and commit with message "DO NOT MERGE" in order to run
  428. # this task on your branch
  429. only_if: $CIRRUS_BRANCH == "branch-nightly-build"
  430. gke_container:
  431. dockerfile: private/docker/Dockerfile-build
  432. builder_image_project: ci-cd-215716
  433. builder_image_name: docker-builder-v1
  434. cluster_name: cirrus-uscentral1a-cluster
  435. zone: us-central1-a
  436. namespace: default
  437. cpu: 1.5
  438. memory: 6Gb
  439. additional_containers:
  440. - name: oracle
  441. image: gcr.io/ci-cd-215716/oracle12:0.0.1 # see https://github.com/SonarSource/vms/blob/master/docker/README.md#oracle-12c to build it
  442. port: 1521
  443. cpu: 2
  444. memory: 5Gb
  445. env:
  446. ORACLE_PWD: sonarqube
  447. env:
  448. # No need to clone the full history.
  449. # Depth of 1 is not enough because it would fail the build in case of consecutive pushes
  450. # (example of error: "Hard resetting to c968ecaf7a1942dacecd78480b3751ac74d53c33...Failed to force reset to c968ecaf7a1942dacecd78480b3751ac74d53c33: object not found!")
  451. CIRRUS_CLONE_DEPTH: 50
  452. matrix:
  453. QA_CATEGORY: Upgrade
  454. # gradle_cache:
  455. # folder: ~/.gradle/caches
  456. script:
  457. - ./private/cirrus/cirrus-qa.sh oracle12
  458. # cleanup_before_cache_script:
  459. # - ./private/cirrus/cleanup-gradle-cache.sh
  460. on_failure:
  461. reports_artifacts:
  462. path: "**/build/reports/**/*"
  463. junit_artifacts:
  464. path: "**/test-results/**/*.xml"
  465. format: junit