We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eae18 commit 93dbcafCopy full SHA for 93dbcaf
1 file changed
Jenkinsfile
@@ -6,7 +6,7 @@ pipeline{
6
}
7
agent any
8
stages{
9
- stage('Checkout'){
+ stage('Checkout the code'){
10
11
steps{
12
echo 'cloning the repo'
0 commit comments