Add new file

This commit is contained in:
Nana Janashia
2020-11-05 17:47:49 +00:00
parent 273c10f041
commit 99d992ee76

14
script.groovy Normal file
View File

@@ -0,0 +1,14 @@
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