Last active
July 30, 2021 16:38
-
-
Save icheko/fc5f61d89123f91a7a45348d6f4f1401 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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