Installing Jenkins on Linux for the HCL VersionVault-Jenkins integration
Learn how to install Jenkins on Linux so that it can be integrated with HCL VersionVault.
Before you begin
Install the following items before you install Jenkins on Linux:
- You must have a 64-bit Java Runtime Environment (JRE) specifically for
Java 11 installed before you install Jenkins. If you do not have a JRE already, you can
obtain one from Adoptium at https://adoptium.net/temurin/releases/?version=11. After you have installed Java:
- Set the path for the
Java:
setenv PATH /opt/your-java/bin:${PATH}
- Set the Java path as a system environment
variable:
setenv JAVA_HOME /opt/your-java/bin
- Set the path for the
Java:
- You must install the HCL VersionVault Remote Client or HCL VersionVault before you install Jenkins and ensure that the system path includes /opt/hcl/ccm/versionvault/bin.
Procedure
Use the following procedure to install Jenkins on Linux for the HCL
VersionVault-Jenkins
integration:
What to do next
You must unlock Jenkins on Linux and customize it before you can start using it.