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