Kubernetes-Home-Lab/pipeline.groovy
2023-07-04 18:59:39 +02:00

5 lines
70 B
Groovy

def buildApp() {
echo 'building the application...'
}
return this