Skip to content

Commit d580bec

Browse files
authored
Fix broken link
The Previous URL had 404. Updated it with something that would work.
1 parent cff723d commit d580bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

global-library-examples/global-function/standardBuild.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// See https://github.com/jenkinsci/workflow-plugin/tree/master/cps-global-lib#defining-global-functions
1+
// See https://github.com/jenkinsci/workflow-cps-global-lib-plugin
22

33
// The call(body) method in any file in workflowLibs.git/vars is exposed as a
44
// method with the same name as the file.
@@ -17,4 +17,4 @@ def call(body) {
1717
stage 'post'
1818
sh config.postScript
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)