Skip to content

Commit ab26c10

Browse files
authored
Update Jenkinsfile
1 parent 3563804 commit ab26c10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ pipeline{
99
stage('Checkout'){
1010

1111
steps{
12-
echo 'cloning'
12+
echo 'cloning the repo
1313
git 'https://github.com/Sonal0409/DevOpsClassCodes.git'
1414
}
1515
}
1616
stage('Compile'){
1717

1818
steps{
19-
echo 'complie the code..'
19+
echo 'complie the code again..'
2020
sh 'mvn compile'
2121
}
2222
}

0 commit comments

Comments
 (0)