From 39cd2b4274504f0faf5ab1949c0e06e41df22418 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Fri, 6 Nov 2020 12:28:42 +0000 Subject: [PATCH] Delete script.groovy --- script.groovy | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 script.groovy diff --git a/script.groovy b/script.groovy deleted file mode 100644 index 8394048..0000000 --- a/script.groovy +++ /dev/null @@ -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 \ No newline at end of file