Add new file
This commit is contained in:
14
script.groovy
Normal file
14
script.groovy
Normal 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
|
||||
Reference in New Issue
Block a user