Skip to content

Instantly share code, notes, and snippets.

@icheko
Last active July 30, 2021 16:38
Show Gist options
  • Save icheko/fc5f61d89123f91a7a45348d6f4f1401 to your computer and use it in GitHub Desktop.
Save icheko/fc5f61d89123f91a7a45348d6f4f1401 to your computer and use it in GitHub Desktop.
// load library via @Library or other method
pipeline {
agent {
kubernetes {
yaml libraryResource('node-10.yaml')
}
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment