Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 08:21:44 +00:00
parent 982fdd2438
commit 12135903ab

1
Jenkinsfile vendored
View File

@@ -8,6 +8,7 @@ pipeline {
script { script {
echo "Testing the application..." echo "Testing the application..."
echo "Testing webhook..." echo "Testing webhook..."
echo "Testing webhook..."
} }
} }
} }