Delete script.groovy

This commit is contained in:
Nana Janashia
2020-11-06 12:28:42 +00:00
parent 97716be9e5
commit 39cd2b4274

View File

@@ -1,14 +0,0 @@
def buildApp() {
echo 'building the application...'
}
def testApp() {
echo 'testing the application...'
}
def deployApp() {
echo 'deplying the application...'
echo "deploying version ${params.VERSION}"
}
return this