Create Pipeline Job
From Jenkins home page click to New Item
Typing job name GOL_Pileline, select Pipeline job style, and click to Save button
From job dashboard GOL_Pipeline, click to Configure
Select Build Triggers tab, select Post SCM check box, then put in following string to check change every minute on github “ *”
Select Pipeline tab, then select Pipeline script from SCM
From SCM dropbox, select Git, then put in GOL project repository url https://github.com/tanpv/gol.git , finally click to Save button.
That it, we already complete create the first pipeline job with Jenkins!