The Need for Workload Identity in the Private Cloud
A growing consideration for cloud spending and the proliferation of AI have caused many organizations to evaluate their use of the public cloud. Many …
This post covers integrating Jenkins CI server with Microsoft Active Directory to provide centralized authentication.
Click “Manage Jenkins” from the sidebar
Click “Manage Plugins” to install the Active Directory plugin
Click on the “Available” tab, enter “Active Directory” in the “Filter:” search box, click the checkbox next to “Active Directory plugin” and finally click “Download now and install after restart”
Click the “Restart Jenkins when install is complete and no jobs are running” checkbox to complete the plugin installation.
Click “Configure Global Security”
Select “Active Directory” and enter the domain and domain accounts information.
Select “Matrix-based security” and add the desired users and groups. user names and group names are case sensitive
Log into the web interface with AD credentials
Jenkins AD Security http://justinramel.com/2013/01/15/active-directory-security/
Jenkins AD Plugin https://wiki.jenkins-ci.org/display/JENKINS/Active+Directory+Plugin
A growing consideration for cloud spending and the proliferation of AI have caused many organizations to evaluate their use of the public cloud. Many …
Jenkins is a popular open source CI server and many that are familiar with it often have a bit of a love/hate relationship. That being said, it is an …