Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Google Cloud Platform icon
Labs

Parameterizing Builds

Consider the following scenario: The web dev team has indicated that they have made a recent change to the index project, and that this project now needs to have a name supplied so that the build can be customized. This is a Maven project from the M3 server. The name should be provided in string format, and the name should be steve. In this lab, we will build a project that requires parameters. We will ensure it accepts a string parameter. This is important to understand, as it is one method used to inject a build time variable into a project.

Google Cloud Platform icon
Labs

Path Info

Level
Clock icon Beginner
Duration
Clock icon 1h 30m
Published
Clock icon Nov 16, 2018

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Update Jenkins, then Create the Webdev Folder and Index Freestyle Project

    Update Jenkins

    1. Click the bell icon.
    2. Apply the Migration.
    3. Click the bell icon.
    4. Choose Manage Jenkins.
    5. Choose Go to plugin manager.
    6. Select all, Download now and install after restart.
    7. After all the items on the list are marked with an action, Checkmark "Restart Jenkins when installation is complete and no jobs are running."
    8. Reconnect to Jenkins.

    On the dashboard, create a new item named webdev, then make it a folder.

    Inside of webdev, make a freestyle project named index.

  2. Challenge

    Configure the Index Project to Accept the Name Steve

    In the index project, click this build requires parameters.

    Add a string parameter called name. The value should be steve.

    Add the Git repo.

    Add the Maven server M3.

    Add the shell command to make bin/makeindex.

    Make a post-build action to archive the artifact.

    Check the artifact to ensure it says hello steve.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans