Files
java-maven-app/script.groovy
2020-11-08 15:58:31 +01:00

6 lines
73 B
Groovy

def deployApp() {
echo 'deploying the application...'
}
return this