Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 08:20:13 +00:00
parent df3a84426f
commit 982fdd2438

1
Jenkinsfile vendored
View File

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