Setup Jenkins Bit-bucket environment in Windows Server 2008
Steps for setting Jenkins/Bitbucket CI environment in Windows - little trickier than Linux 1) Download and Install Jenkins-2.60.1 (current as of the day written) 2) Once installed changed the port from C:\Program Files (x86)\Jenkins\jenkins.xml to ‘9090’ and restart jenkins 3) Set security options to “false” from config.xml 4) Then open localhost:8090 and see if you can see Jenkins Interface 5) Install all default plugins plus following plugins to work Jenkins correctly with Bitbucket and dev requirements for my workflow a. Bitbucket pull request builder plugin b. Maven integration plugin c. MS build plugin d. Next build number plugin e. NodeJS plugin f. SSH Agent Plugin g. SSh plugin h. Self-orga...