Skip to content

contint/cd-bigeekie-2018

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Continuous Delivery

Steps to create a job in Jenkins

  1. Login in EPG Jenkins and create a personal folder.

  2. Access that new created folder and create a New Item > Freestyle project, and set a name for the job.

  3. Configure the job:

    1. Check General > Github project and set your project url.

    2. Check Source Code Management > Git:

      1. Set your repository URL.

      2. Add contint/ (GITHUB only user) credentials.

      3. Set the branch to track (i.e., to track master it would be */master).

      4. Add githubweb repository browser and project URL.

    3. Check Build Triggers > GitHub hook trigger for GITScm polling.

    4. Check Build > Execute shell and add a simple command, for example: echo "Hello world!.

    5. Save changes.

  4. Configure your repository:

    1. Go to Settings > Webhooks and click on Add webhook:

      1. Add Jenkins Payload URL: http://dcip.tid.es/github-webhook/

      2. Click on Add webhook.

And that’s it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published