Skip to content

Commit

Permalink
feat: add jenkinsfile for viviani subgraph deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienMure committed Mar 7, 2024
1 parent fc197c9 commit 7eb5267
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile_Subgraph_viviani
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//Readme @ http://gitlab.iex.ec:30000/iexec/jenkins-library

@Library('[email protected]') _
deploySubGraph(
targetRemoteHost : 'azubgrpvx-thegraph-viviani.public.az2.internal',
subgraphFolder: './',
subgraphFilename: 'subgraph.viviani.yaml',
subgraphVersionLabel: 'v1.0.0-rc.1',
subgraphLabel: 'viviani/poco-v5'
)

0 comments on commit 7eb5267

Please sign in to comment.