6 lines
73 B
Groovy
6 lines
73 B
Groovy
def deployApp() {
|
|
echo 'deploying the application...'
|
|
}
|
|
|
|
return this
|