We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff723d commit d580becCopy full SHA for d580bec
global-library-examples/global-function/standardBuild.groovy
@@ -1,4 +1,4 @@
1
-// See https://github.com/jenkinsci/workflow-plugin/tree/master/cps-global-lib#defining-global-functions
+// See https://github.com/jenkinsci/workflow-cps-global-lib-plugin
2
3
// The call(body) method in any file in workflowLibs.git/vars is exposed as a
4
// method with the same name as the file.
@@ -17,4 +17,4 @@ def call(body) {
17
stage 'post'
18
sh config.postScript
19
}
20
-}
+}
0 commit comments