Skip to content

Commit 01c6204

Browse files
committed
Use self
Skip-PR-comments: true Signed-off-by: Brian J. Murrell <brian.murrell@intel.com>
1 parent be13824 commit 01c6204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// That PR should be landed with out deleting the PR branch.
1818
// Then a second PR submitted to comment out the @Library line, and when it
1919
// is landed, both PR branches can be deleted.
20-
//@Library(value='pipeline-lib@my_branch_name') _
20+
@Library(value='pipeline-lib@bmurrell/fix-mpich-loading') _
2121

2222
/* groovylint-disable-next-line CompileStatic */
2323
job_status_internal = [:]

0 commit comments

Comments
 (0)