Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 08:20:13 +00:00
parent df3a84426f
commit 982fdd2438
Vendored
+1
View File
@@ -15,6 +15,7 @@ pipeline {
steps { steps {
script { script {
echo "Building the application..." echo "Building the application..."
echo "Testing webhook..."
} }
} }
} }