Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 08:15:07 +00:00
parent b39bdc130f
commit df3a84426f

1
Jenkinsfile vendored
View File

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