From 5be17ce67c4f26ec6efcbe25e0efc023e58a965d Mon Sep 17 00:00:00 2001 From: Damien <15243951+DamienMure@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:22:59 +0200 Subject: [PATCH] feat(subgrpah): add stagingv8 --- Jenkinsfile_Subgraph_bellecour_stagingv8 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Jenkinsfile_Subgraph_bellecour_stagingv8 diff --git a/Jenkinsfile_Subgraph_bellecour_stagingv8 b/Jenkinsfile_Subgraph_bellecour_stagingv8 new file mode 100644 index 0000000..9ef8206 --- /dev/null +++ b/Jenkinsfile_Subgraph_bellecour_stagingv8 @@ -0,0 +1,10 @@ +//Readme @ http://gitlab.iex.ec:30000/iexec/jenkins-library + +@Library('global-jenkins-library@2.7.7') _ +deploySubGraph( + targetRemoteHost : 'azubgrpbx-thegraph-staging.public.az2.internal', + subgraphFolder: './', + subgraphFilename: 'subgraph.bellecour.yaml', + subgraphVersionLabel: 'v1.0.0-rc.1', + subgraphLabel: 'bellecour/poco-v5' +)