Delete script.groovy
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user