Jenkins Projects (aka Jobs) for GitHub

From Gcube Wiki
Revision as of 00:15, 1 December 2019 by Manuele.simi (Talk | contribs)

Jump to: navigation, search

gCube GitHUb Template Project

The easiest way to create a new project is to clone the gCubeGitHubProjectTemplate project.

1. In the Jenkins interface (Jenkins interface is available at https://jenkins.d4science.org/), select New Item from the options on the left panel:

Jenkins newItem.png

2. In the new item page, assign a name to the project

3. Scroll down until the bottom of the page and use the last option to create the new item from other existing. Insert gCubeGitHubProjectTemplate as input (it should auto-complete).

Jenkins newItemFromGitHubTemplate.png

and confirm with OK.

4. In the new project page, you need to:

  • uncheck the "Disable this project" checkbox
  • provide the URL to the GitHub repo to build

Jenkins newItemRequiredChanges.png

That should be enough to try to build the project with a Jenkins job.