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-organizing swarm plugin
i. Categorized view plugin
j. Publish-over ssh
k. Schedule build
l. Nugget
m. Vagrant
6) Install git bash in the machine
7) From git bash, generate ssh-keys , ssh-keygen
8) Add the public key(id_rsa.pub) in BitBucket under group account
Friday, July 21, 2017
Subscribe to:
Posts
(
Atom
)