Skip to content

Commit 25e659e

Browse files
Merge pull request #18 from iExecBlockchainComputing/feat/add_jenkins_pipeline_bellecour
Feat/add jenkins pipeline bellecour
2 parents cd9b7e0 + 72f5581 commit 25e659e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile_Subgraph_bellecour

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 : 'azubgrpbp-thegraph-bellecour.public.az2.internal',
6+
subgraphFolder: './',
7+
subgraphFilename: 'subgraph.bellecour.yaml',
8+
subgraphVersionLabel: 'v1.0.0-rc.1',
9+
subgraphLabel: 'bellecour/poco-v5'
10+
)

0 commit comments

Comments
 (0)