Skip to content

DevCloudLabs/jenkins-test-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

03_05 Challenge Connect Jenkins to GitHub

You're on a team developing an algorithm that calculates the value of pi.

The code for the project is being stored in a GitHub repository. The team wants to test the latest changes to the algorithm with every push to the repo.

They also want to display the status of that most recent test directly in the repo’s README file.

Tasks

  • Create a new GitHub repo and add the exercise files for this lesson.
  • Create a new pipeline project that pulls the code from the repo and uses the Jenkinsfile for the project definition.
  • Install the Embeddable status plug-in and update the GitHub repo to show the status of the project.

Tips

  • Successfully building the project will create a artifact named report.txt.
  • Review the contents of the report for more information.
  • Update README

This challenge should take about 15 to 20 minutes to complete.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages