Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Calling a Shared Library script
To call a Shared Library script, that is, to execute its call method, you:
Use @Library annotation to tell Jenkins to use a certain Shared Library
Follow the library name with the version (branch) to use
Specify a list of methods to import (or use '_' to import all methods)