Jenkins Tutorial For Beginners 15 Pipeline script from SCM + Using Jenkinsfile in Github Project
In this Video I am going to show How to use Pipeline script from SCM and How to use Jenkinsfile in Github Pipeline is a Whole suite of plugins (10+) which are opensourced and Shipped with Jenkins These Pipeline plugins were Formerly commercially available by CloudBees, called Workflow. We use a file called Jekinsfile to Define pipeline as code (again Groovy DSL) stage( Hello ) echo Hello stage( World ) echo World Jenkins sample pipeline script in Jenkinsfile pipeline agent any stages stage( clean ) steps sh mvn clean stage( test ) steps sh mvn test stage( packag. .., ProgrammingKnowledge, Jenkins, JenkinsTutorial, JenkinsTutorialForBeginners, IntroductiontoJenkins, Tutorial, Installation, GitSetup, Configuration, SetupBuildJobs 20180723 56jtwSrNvrs
|
|