Skip to content

Commit

Permalink
Create Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajith87907 authored May 26, 2022
1 parent 2f29491 commit 6d95bc1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage("git_checkout") {
steps {
echo "cloning repository"
echo "repo cloned successfully"
}
}
}
}

0 comments on commit 6d95bc1

Please sign in to comment.