What is Jenkins?
- Building/testing software projects continuously, just like CruiseControl or DamageControl. In a nutshell, Jenkins provides an easy-to-use so-called continuous integration system, making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. The automated, continuous build increases the productivity.
- Monitoring executions of externally-run jobs, such as cron jobs and procmail jobs, even those that are run on a remote machine. For example, with cron, all you receive is regular e-mails that capture the output, and it is up to you to look at them diligently and notice when it broke. Jenkins keeps those outputs and makes it easy for you to notice when something is wrong.
For us, we use jenkins to do gemfire deployments in our environments. Adding security to jenkins is a simple process, the pre-requisite of course is that you have Jenkins installed, configured and jobs setup.
Click Jenkins > Manage Jenkins > Configure System
On the configure page, Fill in correct information on the access control > Active Directory field.
Test the Active Directory by clicking on the test.
Under Authorization, choose Project-based Matrix Authorization Strategy
Add the group and users that you want to have permission to jenkins.
You can then go ahead, save and test away.
If you want granular security in some particular jobs, you can then go ahead and configure that job by following these instruction.
First, click on the job then click Configure
Click on "Enable Project based security", add the users that you want access to this job and what they are able to do.
I can then tell that diana.sy is able to execute and run this job but not the other jobs that is not enabled.


























