We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab26c10 commit 28eae18Copy full SHA for 28eae18
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline{
9
stage('Checkout'){
10
11
steps{
12
- echo 'cloning the repo
+ echo 'cloning the repo'
13
git 'https://github.com/Sonal0409/DevOpsClassCodes.git'
14
}
15
0 commit comments