Showing posts with label jenkins. Show all posts
Showing posts with label jenkins. Show all posts

Tuesday, April 28, 2015

must-have jenkins plugins

  • Git 
  • Git Client
  • Git Server
  • Disk Usage
  • Build Flow
  • Build Pipeline
  • Parameterized Trigger
  • Build Monitor
  • Build Name Setter
  • Cucumber Test Result
  • Cobertura
  • Checkstyle
  • PMD
  • Priority Sorter
  • Join
  • Build Trigger BadgeCopy Artifact
  • Radiator View
  • Dashboard View
  • Warnings
  • JDK Parameter
  • Multiple SCMs
  • JaCoCo
  • Performance
  • Thinbackup
  • Timestamper
  • Chuck Norris
  • JobConfigHistory
  • SafeRestart

how to install jenkins update1

previous platform

  • windows 7- 64 bit
  • java version "1.7.0_40"
  • apache-maven 3.1.0
  • eclipse Kepler 4.3.1
  • m2e - Maven Integration for Eclipse-      http://www.eclipse.org/m2e/download/
  • artifactory-3.0.3
  • jenkins 1.535

current platform

  • windows 7- 64 bit
  • java version "1.8.0_45"
  • Apache Maven 3.3.1
  • Apache Ant(TM) version 1.9.4
  • Eclipse Java EE IDE for Web Developers. Version: Luna Service Release 1a (4.4.1)
  • Artifactory version 3.5.3
  • Apache Tomcat/8.0.20
  • Jenkins ver. 1.611

Problem: when upgraded to jdk 1.8.x it is not possible to upgrade jenkins by putting war file.Therefore platform should be built from scratch.


to verify installations on command prompt

maven
mvn --version
system variable
M2=C:\Downloads\apache-maven\bin
M2_HOME=C:\Downloads\apache-maven
MAVEN_OPTS=-Xms256m -Xmx512m


jdk
java -version
system variable
JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_45
path variable
%JAVA_HOME%\bin;

ant
ant -version
system variable
ANT_HOME=C:\Downloads\apache-ant
path variable
%ANT_HOME%\bin

Saturday, October 19, 2013

how to install jenkins

     Platform:
  • windows 7- 64 bit
  • java version "1.7.0_40"
  • apache-maven 3.1.0
  • eclipse Kepler 4.3.1
  • m2e - Maven Integration for Eclipse-      http://www.eclipse.org/m2e/download/
  • artifactory-3.0.3
  • tomcat7-maven-plugin
  • jetty-maven-plugin
  • jenkins 1.535


Download jenkins  war file.At the time of download version is (1.535)
http://jenkins-ci.org/

Copy war file into C:\Downloads\ciroot\jenkinshome

I set jenkins home directory and the port through this file.In case of any update on jenkins I simply replace war file in jenkins_home directory. I use "jenkins start.cmd" file to run jenkins.

Start command prompt or double click on "jenkins start.cmd"
At first run jenkins asks you to configure updates/security
I create jenkins user.
After installation this is how jenkins looks like


Click Manage Jenkins - Configure System
Point jdk installation
Point ant installation
Point maven installation
Point git installation
the url jenkins runs on

You can create users.This is how jenkins looks like at the end