Go to Post PLIERS: Used to round off bolt heads. - Andy A. [more]
Home
Go Back   Chief Delphi > Technical > Programming
CD-Media   CD-Spy  
portal register members calendar search Today's Posts Mark Forums Read FAQ rules

 
 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Spotlight this post!  
Unread 14-01-2017, 19:31
Jeanne Boyarsky Jeanne Boyarsky is offline
Java Mentor
FRC #0694 (StuyPulse)
Team Role: Mentor
 
Join Date: Jan 2010
Rookie Year: 2010
Location: New York
Posts: 100
Jeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud ofJeanne Boyarsky has much to be proud of
Re: New to Github and Jenkins

I"m happy to hear you are using version control. In addition to letting multiple people work on the code base, it provides history. Which saves your bacon if there is a problem!

Jenkins is a Continuous Integration server. What you do is set up a job on Jenkins to automatically build the code every time someone pushes to the repository. Building consists of compiling, running any tests you have and optional other steps. There are two ways to configure this. You can use polling where Jenkins asks git periodically if there has been a push. Or you can use a git hook to have github inform Jenkins about the change.

The words I underlined in the previous paragraph are concepts and apply to other tools; not just Jenkins.

Consider using Travis CI instead of Jenkins. Travis is free for open source projects. Many FIRST teams share their code and you even said yours is public; so you'd qualify to use it for free. The advantage of Travis over Jenkins is that you don't have to install a CI (Continuous Integration) tool nor do you have to maintain a server or pay for cloud hosting. Travis also integrates with github out of the box. It's not hard to configure Jenkins to do that regardless.
__________________
Team 694 mentor 2010-present, FIRST Volunteer and Co-organizer of FIRST World Maker Faire Tent
2012 NYC Woodie Flowers Finalist
2015 NYC Volunteer of the Year

Last edited by Jeanne Boyarsky : 14-01-2017 at 19:36.
Reply With Quote
 


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 07:07.

The Chief Delphi Forums are sponsored by Innovation First International, Inc.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi