Stay tuned for more information !!!!!
LDAP integration with Jenkins
If you want to integrate LDAP plugin with Jenkins and make your jenkins application LDAP secure,
You can follow below steps to configure LDAP with Jenkins :
1) Go To Manage Jenkins >> Configure System
2) Configure LDAP related stuff as show below
You can follow below steps to configure LDAP with Jenkins :
1) Go To Manage Jenkins >> Configure System
2) Configure LDAP related stuff as show below
Build Maven project with Jenkins
Hi Everyone,
Here are the steps to configure maven based project in Jenkins.
Hope this will be useful to make build automation with maven based project
1) Install Jenkins in local machine as per the steps given in last blog post.
2) Go to Manage Jenkins>> Configure System
3) Set Maven path as show in below screenshot
Here are the steps to configure maven based project in Jenkins.
Hope this will be useful to make build automation with maven based project
1) Install Jenkins in local machine as per the steps given in last blog post.
2) Go to Manage Jenkins>> Configure System
3) Set Maven path as show in below screenshot
Setup Jenkins in local machine
Steps to install jenkins in local machine
- Install apache tomcat server
- Download latest jenkins war file from http://jenkins-ci.org/
- Deploy jenkins.war file in tomcat webapps folder
- Once jenkins.war deployed successfully, start the tomcat server
- Open http://localhost:8080/jenkins in browser once server starts properly
- Now configure JDK and ANT which can be used to build the project.For that you have to click on manage Jenkins >> Configure System
Subscribe to:
Posts (Atom)
Most Reading
-
Hi Everyone, Normally this kind of violations comes when you are using mutable object in getter settter. Ideally you should not direct ...
-
Hi guys, If you get below error in your sonar build, don't worry we have solution for that. org.sonar.api.utils.SonarException: No...
-
Here is the detail for how to setup code coverage using jacoco plugin which is OOB come out with SONAR : Write sample java project calle...
-
Hi Everybody, If you want to know about the LCOM4(Lack of Cohesion of Methods) which sonar having , please see below example: Cohesion ...
-
1. Take backup of current sonar filesystem & DB. 2. Unzip sonar351 (Your current sonar version) in /opt/ folder. 3. Shutdown S...
-
1. Shutdown Jenkins . 2. Take backup of current Jenkins repository 3. Download jenkins.war file & put it in current webapps folder of a...
-
Hi All, If you are usinf findbugs to check code quality, you may see violations like "No relationship between generic parameter and...
-
Steps to install jenkins in local machine Install apache tomcat server Download latest jenkins war file from http://jenkins-ci.org/ ...
-
Hi Friends, If you know when we build any project through jenkins, it shows console where we can see deployment log. So if you are passi...
-
The default Java code coverage engine for unit tests to be used must be defined in Settings > Configuration > General Settings >...