Skip to content

Commit

Permalink
feat(jenkin): add jenkins for subgraph ingestor to deploy pocosubgrap…
Browse files Browse the repository at this point in the history
…h on c13
  • Loading branch information
DamienMure committed Jun 18, 2024
1 parent 25e659e commit c319e69
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Jenkinsfile_Subgraph_c13
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 : 'services.c13.az2.internal',
subgraphFolder: './',
subgraphFilename: 'subgraph.bellecour.yaml',
subgraphVersionLabel: 'v1.0.0-rc.1',
subgraphLabel: 'c13/poco-v5'
)

0 comments on commit c319e69

Please sign in to comment.