Create pipeline jenkins job Select script path as jenkinsfile Run the job Create a github repo with jenkinsfile Copy the repo url Add scm url in jenkins job Error shown in above screen shot is due to absence of git bin in jenkins server . [root@jenkins ~]# yum install git -y Rerun the jenkins job … Continue reading Working with Jenkinsfile from scratch
