Skip to content

Instantly share code, notes, and snippets.

@wololock
Created January 29, 2020 14:06
Show Gist options
  • Save wololock/7646d7aea5422e6e72341f826742d914 to your computer and use it in GitHub Desktop.
Save wololock/7646d7aea5422e6e72341f826742d914 to your computer and use it in GitHub Desktop.
#!groovy
myPipeline {
build {
mvn "3.5-jdk-8-slim"
before {
echo "BEFORE!!!"
sh "ls -lah"
}
}
deploy {
branches = ["master"]
credentialsId = "89251094-612c-4546-aec3-0644c217f47d"
serviceAccount = "jenkins@micronaut-demo-app.iam.gserviceaccount.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment