Skip to content

Instantly share code, notes, and snippets.

@iocanel
Created February 10, 2016 09:03
Show Gist options
  • Save iocanel/17bd50f3dd73cf588ac1 to your computer and use it in GitHub Desktop.
Save iocanel/17bd50f3dd73cf588ac1 to your computer and use it in GitHub Desktop.
node('kubernetes') {
withRegistry('172.30.52.10:5000') {
git 'https://github.com/fabric8-quickstarts/node-example.git'
kubernetes.image().withName("example").build().fromPath(".")
kubernetes.image().withName("example").push().withTag("1.0").toRegistry()
kubernetesApply(....)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment