Jenkins Setup TDD
Jenkins Setup TDD
Jenkins Setup TDD
Statement of Confidentiality
This document is proprietary and confidential property of Western Union Financial Services, Inc. and/or
its affiliates (Western Union). It is intended solely for use by employees and agents of Western
Union and shall not be reproduced or disclosed to any other party without the express written consent of
Western Union. The use, disclosure, reproduction, modification, transfer, or transmittal of this work for
any purpose in any form or by any means without the written permission of Western Union is strictly
prohibited.
CONFIDENTIAL, UNPUBLISHED PROPERTY OF WESTERN UNION FINANCIAL SERVICES, .USE
AND DISTRIBUTION LIMITED SOLEY TO AUTHORIZED PERSONNEL.
The controlled master of this document is available on-line. Hard copies of this document are for
information only and are not subject to document control.
Document Revision History
Note:-
http://10.45.16.247:8080
Then we have to raise firewall request to Network Team to open 8080 port in WU
Internal. WU Network Team to open 8080 Port from WU Internal to 10.45.16.247.
Then we can verify through telnet command in WU windows Jump Server 172.31.8.60.
Before:-
JENKINS_HOME="/var/lib/jenkins"
After:-
JENKINS_HOME="/apps/jenkins"
Change the JENKINS_HOME path to /apps/Jenkins directory. Then restart the Jenkins Service by using
Before:-
JENKINS_USER=jenkins"
After:-
JENKINS_USER="webadm"
Change the JENKINS_USER to webadm id in /etc/sysconfig/jenkins file . Then restart the Jenkins
Service by using
[root@WUWVC2ASJEN01 ~]# service jenkins stop
ps ef|grep jenkins
http://10.45.16.247:8080/
Download Oracle JDK 1.8 64bit version from Oracle Website jdk-8u91-linux-x64.tar.gz
http://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html#jre-8u91-oth-JPR
Copy the Oracle JDK 1.8 64bit binary to /var/lib SUN_JDK_1.8/ path.
https://maven.apache.org/download.cgi
Copy apache-maven-3.3.9-bin.zip binary to Jenkins Server /var/lib/maven path
SMTP Servers:-
Then check SMTP server ipaddress with port number 25 in Jenkins Server for Reston & Chicago Data
Centre SMTP Servers
Request Network Team to open fireware port number from Jenkins Server to Charlotte Forward
Proxy (10.44.20.93:8080)
Verify Charlotte Forward Proxy Port number is opened from Jenkins Server
http://10.45.16.247:8080/
Then Client the Validate Proxy Button. If the result shows Success then Jenkins Server able to connect
Maven URL.
.ssh/authorized_keys
to make sure we haven't added extra keys that you weren't expecting.
https://cvs1.wuintranet.net/repos/GCTMS/trunk
We have to raise firewall request to Network Team for SVN Source URL
http:// git.wuintranet.net from Jenkins Server.
15) Granting access
To grant access for a particular user, on the left side of the screen click Manage Jenkins Configure Global Security.
Under the Matrix-based security in Authorization, there is a field for User/group to add. Enter the name of the
user you wish to authorize, and click Add. Then check the flags in the matrix that the user will need access to, e.g.
Administer.