How Can We Help?
< All Topics
Print

Jenkins DevOps Pack Deployment on BitssCloud at One-Click

Jenkins is an open-source continuous integration and delivery system designed to ensure build and deploy automation. It is well-suited to be installed in the cloud to run self-hosted pipelines.

Jenkins supports clustering via master-slave mode. A build process can be delegated to several slave (worker) nodes. This allows serving multiple projects in a single Jenkins cluster setup.

In this article, we’ll describe how to install a Jenkins cluster with slave nodes auto-discovering and self-registering inside a master node. Jelastic PaaS implemented this solution in Jenkins DevOps Pack that can be installed from the Marketplace or through the environment setup wizard as a New Environment. In this tutorial, we’ll cover both. Also, you will find out how to build a simple Java project hosted on GitHub using BitssCloud Maven plugin.

Jenkins DevOps Pack Installation

Installation from Marketplace

You can automatically get a preconfigured ready-to-work Jenkins Application instance up and running within minutes using BitssCloud Marketplace.

  1. Log in to your BitssCloud account and click the Marketplace button at the top of the dashboard. 


  2. Access the platform dashboard, click on Marketplace > Clusters, find Jenkins DevOps Pack and press Install.

        Hover over the located package and click Install.

  1. Within the appeared installation frame, you can adjust the following fields:

      Here you can specify a path to your git repo and change the env name, it will be your application domain.

  • Environment – set your environment name
  • Display Name – define a preferable alias
  • Region – select the environment region (if multiple are available)
    Proceed with the Install button.

   4. Wait for successful deployment

       The first-time application deployment takes longer. After this point, your application should be deployed and ready to handle requests.

   5 – Open in browser

      Sign in to the application using the credentials shared with your email.

That’s it! Now you know how to easily get Jenkins cluster installation in the cloud with the Maven project build and deploy. Register at BitssCloud service providers to automate continuous integration and delivery of your Java applications using the pre-configured master-slave Jenkins cluster.

Table of Contents