Produced by Araxis Merge on 5/14/2018 1:18:40 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mccf_devops\environments\EDE_CIT\group_vars\ci-server | ci-server | Wed Mar 28 00:02:40 2018 UTC |
| 2 | MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mccf_devops\environments\EDE_CIT\group_vars\ci-server | ci-server | Wed May 9 23:47:33 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 10 | 224 |
| Changed | 9 | 20 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | env: EDE_C IT | |
| 2 | # The vari ables file used by t he playboo ks in the ci-server group. | |
| 3 | # These do n't have t o be expli citly impo rted by va rs_files: they are a utopopulat ed. | |
| 4 | ||
| 5 | # Optional method of pinning a specific version of Jenkins a nd/or over riding the | |
| 6 | # default Jenkins pa ckaging UR L. | |
| 7 | jenkins_pk g_url: "ht tp:// DNS . URL /pub/repo/ yum/MCCF" | |
| 8 | jenkins_up date_url: "http:// DNS . URL /pub/repo/ jenkins" | |
| 9 | jenkins_up date_cente r: "" | |
| 10 | ||
| 11 | #The syste m hostname ; usually localhost works fine . | |
| 12 | #This will be used d uring setu p to commu nicate wit h the runn ing Jenkin s instance via HTTP requests. | |
| 13 | jenkins_ho stname: DNS . URL | |
| 14 | ||
| 15 | #The Jenki ns home di rectory wh ich, among st others, is being used for s toring art ifacts, wo rkspaces a nd plugins . | |
| 16 | #This vari able allow s you to o verride th e default /var/lib/j enkins loc ation. | |
| 17 | jenkins_pr ocess_user : DNS | |
| 18 | jenkins_ho me: /var/l ib/jenkins | |
| 19 | jenkins_pr ocess_grou p: "{{ jen kins_proce ss_user }} " | |
| 20 | ||
| 21 | #The locat ion at whi ch the jen kins-cli.j ar jarfile will be k ept. This is used fo r communic ating with Jenkins v ia the CLI . | |
| 22 | jenkins_ja r_location : /opt/jen kins-cli.j ar | |
| 23 | ||
| 24 | #The HTTP port for J enkins' we b interfac e. | |
| 25 | jenkins_ht tp_port: 8 080 | |
| 26 | jenkins_ht tps_port: 8443 | |
| 27 | ||
| 28 | #Jenkins p lugins to be install ed automat ically dur ing provis ioning | |
| 29 | jenkins_pl ugins: [] | |
| 30 | #jenkins_s ync_jobs: true | |
| 31 | skip_jobs: | |
| 32 | - MCCF_T AS/jobs/bi tbucket_ho ok_test | |
| 33 | - Mainte nanceTasks /jobs/MCCF _CF_TRM_Co mpare_task | |
| 34 | - Mainte nanceTasks /jobs/scm_ sync_test | |
| 35 | - Mainte nanceTasks /jobs/jenk ins_test_a ccess | |
| 36 | ||
| 37 | #Used for setting a URL prefix for your Jenkins in stallation . | |
| 38 | #The optio n is added as --pref ix={{ jenk ins_url_pr efix }} to the Jenki ns initial ization ja va invocat ion, | |
| 39 | #so you ca n access t he install ation at a path like http://ww w.example. com{{ jenk ins_url_pr efix }}. | |
| 40 | #Make sure you start the prefi x with a / (e.g. /je nkins). | |
| 41 | jenkins_ur l_prefix: "" | |
| 42 | ||
| 43 | #Default a dmin accou nt credent ials which will be c reated the first tim e Jenkins is install ed. | |
| 44 | jenkins_ad min_userna me: jenkin s_admin | |
| 45 | jenkins_ad min_passwo rd: "{{ je nkins_admi n_pwd }}" | |
| 46 | jenkins_ad min_email: "{{ jenki ns_process _user }}@{ { jenkins_ hostname } }" | |
| 47 | ||
| 48 | jenkins_ex cluded_plu gins: 'hip chat.*,scm -sync-conf iguration. *' | |
| 49 | maven_prox ies: [] | |
| 50 | ||
| 51 | #set java packages t o use diff erent vers ion than t he | |
| 52 | # default (OpenJDK 1 .8) | |
| 53 | java_packa ges: | |
| 54 | - java-1 .8.0-openj dk-devel | |
| 55 | ||
| 56 | jenkins_de fault_user s: | |
| 57 | jenkin s_build: | |
| 58 | emai l: " PII " | |
| 59 | perm : [Jenkins .READ] | |
| 60 | full name: "Jen kins Build user" | |
| 61 | clach: | |
| 62 | emai l: "cheryl .lach@half aker.com" | |
| 63 | perm : [Jenkins .ADMINISTE R] | |
| 64 | full name: "Che ryl Lach" | |
| 65 | dmcall ister: | |
| 66 | emai l: " PII " | |
| 67 | perm : [Jenkins .ADMINISTE R] | |
| 68 | full name: "Dan iel Mcalli ster" | |
| 69 | mcordi : | |
| 70 | emai l: " PII " | |
| 71 | perm : [Jenkins .READ,item .READ] | |
| 72 | full name: "Mik e Cordi" | |
| 73 | thowar d: | |
| 74 | emai l: " PII " | |
| 75 | perm : [Jenkins .ADMINISTE R] | |
| 76 | full name: "Ton y Howard" | |
| 77 | vthomp son: | |
| 78 | emai l: " PII " | |
| 79 | perm : [Jenkins .READ,item .READ] | |
| 80 | full name: "Ver nita Thomp son" | |
| 81 | vhaact asfpcdnsrt c: | |
| 82 | emai l: " PII " | |
| 83 | perm : [Jenkins .READ,item .READ,item .BUILD,ite m.WORKSPAC E,run.REPL AY,view.RE AD,scm.TAG ] | |
| 84 | full name: "RTC Build Ser vice Accou nt" | |
| 85 | ||
| 86 | jenkins_re move_users : | |
| 87 | - mjen ks | |
| 88 | - lben hart | |
| 89 | ||
| 90 | jenkins_gl obal_vars: | |
| 91 | - name : NPM_REGI STRY | |
| 92 | valu e: "{{ npm _registry }}" | |
| 93 | ||
| 94 | - name : MCCF_PUB _REPO_URL | |
| 95 | valu e: "{{ mcc f_pub_url }}/repo" | |
| 96 | ||
| 97 | - name : VAULTPAS S_PATH | |
| 98 | valu e: "~/.vau lt_pass" | |
| 99 | ||
| 100 | - name : ENV | |
| 101 | valu e: "{{ env }}" | |
| 102 | ||
| 103 | nodejs_npm _global_pa ckages: | |
| 104 | # # Insta ll a speci fic versio n of a pac kage. | |
| 105 | # - name: jslint | |
| 106 | # versi on: 0.9.3 | |
| 107 | # # Insta ll the lat est stable release o f a packag e. | |
| 108 | # - name: node-sass | |
| 109 | - name: check-depe ndencies | |
| 110 | versio n: '1.1.0' | |
| 111 | ||
| 112 | - name: selenium-s tandalone | |
| 113 | versio n: '6.0.1' | |
| 114 | ||
| 115 | - name: protractor | |
| 116 | versio n: '5.1.1' | |
| 117 | ||
| 118 | - name: grunt | |
| 119 | versio n: '1.0.1' | |
| 120 | ||
| 121 | - name: typescript | |
| 122 | versio n: '2.1.6' |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.