Skip to content

Commit 22a8e25

Browse files
committed
fix: point to fixed jenkinslib
1 parent 7eb5267 commit 22a8e25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile_Subgraph_viviani

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
//Readme @ http://gitlab.iex.ec:30000/iexec/jenkins-library
22

3-
@Library('global-jenkins-library@2.7.0') _
3+
@Library('global-jenkins-library@fix/subgraph_deploy_add_custom_filename') _
44
deploySubGraph(
55
targetRemoteHost : 'azubgrpvx-thegraph-viviani.public.az2.internal',
66
subgraphFolder: './',
77
subgraphFilename: 'subgraph.viviani.yaml',
88
subgraphVersionLabel: 'v1.0.0-rc.1',
99
subgraphLabel: 'viviani/poco-v5'
10-
)
10+
)

0 commit comments

Comments
 (0)