Skip to content

Commit a4a119b

Browse files
authored
Update Jenkinsfile with multiple corrections.
1 parent c0b3c43 commit a4a119b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Jenkinsfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,16 @@ pipeline{
66
echo 'Building the application'
77
}
88
}
9-
}
109

11-
stages{
1210
stage('Test'){
1311
steps{
1412
echo 'Testing the application'
1513
}
1614
}
17-
}
1815

19-
stages{
2016
stage('Deploy'){
2117
steps{
22-
echo 'Deploy the application'
18+
echo 'Deploying the application'
2319
}
2420
}
2521
}

0 commit comments

Comments
 (0)