Skip to content

Commit 666e5e3

Browse files
author
R. Tyler Croy
authored
Merge pull request #52 from dj80hd/patch-1
Fix broken link
2 parents cff723d + d580bec commit 666e5e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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)