OCI Cloud Instance with Jenkins

In this post, we can add OCI compute instance with Jenkins. As a prerequisite, we already configured OCI plugins and add the credentails in Jenkins. On the Jenkins Server console, click Manage Jenkins, and Configure System. Scroll Down to the end of page under Cloud section. Use the credentials which we created in previous post. […]

Read More

Add OCI Credentials in Jenkins

Oracle Cloud Infrastructure Credentials are required to connect to your Oracle Cloud Infrastructure.  On the Jenkins Server console, click Manage Jenkins, and Configure System. Scroll Down to the end of page under Cloud section, click Add a new cloud and select Oracle Cloud Infrastructure Compute. In Name provide any name & Credentials, click Add and select Jenkins In Add […]

Read More

Jenkins Plugin for Oracle Cloud Infrastructure

Oracle Cloud Infrastructure Compute Plugin allows users to access and manage cloud resources on the Oracle Cloud Infrastructure (OCI) from Jenkins. A Jenkins master instance with Oracle Cloud Infrastructure Compute Plugin can spin up OCI Instances (slaves or agents) on demand within OCI, and remove the Instances and free its resources automatically once the Job […]

Read More

Jenkins Installation on Oracle Linux

Jenkins is a free and open source automation server. Jenkins helps to automate the non-human part of the software development process, with continuous integration and facilitating technical aspects of continuous delivery. Let’s begin with installation of jenkins on Linux based server. Login to server and install the java or update the java if it’s already […]

Read More