Skip to content

Commit 90f535d

Browse files
authored
Update Jenkinsfile
1 parent 85316d5 commit 90f535d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ pipeline{
66
}
77
}
88
stages{
9-
stage("Code"){
9+
stage("Clone Code"){
1010
steps{
1111
git url:"https://github.com/pratham-mesh/django-notes-app-jenkins.git",branch:"main"
12+
echo "Jenkins file is in sync with pipeline"
1213

1314
}
1415
}

0 commit comments

Comments
 (0)