Skip to content

Commit 9c687da

Browse files
authored
Update Jenkinsfile
1 parent 8e6dab1 commit 9c687da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

projects/age-calculator/Jenkinsfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ pipeline {
99
echo "Cloning Successful"
1010
}
1111
}
12+
stage('Test'){
13+
steps{
14+
echo "There is no testing here"
15+
}
16+
}
1217
stage('Deploy'){
1318
steps{
1419
echo "Deploying to Apache server...."

0 commit comments

Comments
 (0)