Skip to content

Commit cd9b7e0

Browse files
authored
Merge pull request #16 from iExecBlockchainComputing/feat/jenkins_subgraph_deploy
Feat/jenkins subgraph deploy
2 parents fc197c9 + d539784 commit cd9b7e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile_Subgraph_viviani

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
//Readme @ http://gitlab.iex.ec:30000/iexec/jenkins-library
2+
3+
@Library('[email protected]') _
4+
deploySubGraph(
5+
targetRemoteHost : 'azubgrpvx-thegraph-viviani.public.az2.internal',
6+
subgraphFolder: './',
7+
subgraphFilename: 'subgraph.viviani.yaml',
8+
subgraphVersionLabel: 'v1.0.0-rc.1',
9+
subgraphLabel: 'viviani/poco-v5'
10+
)

0 commit comments

Comments
 (0)