From 284087862584d92efff4358d111bda84c9882321 Mon Sep 17 00:00:00 2001 From: Gabriel Fournier Date: Wed, 10 Jul 2024 11:14:12 +0200 Subject: [PATCH] remove netwoerk two --- Jenkinsfile_Subgraph_generic | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile_Subgraph_generic b/Jenkinsfile_Subgraph_generic index 03fb940..2f71cd8 100644 --- a/Jenkinsfile_Subgraph_generic +++ b/Jenkinsfile_Subgraph_generic @@ -12,7 +12,6 @@ stage('Deployement form') { message: 'Select environment & service', parameters: [ string(name: 'network', description: 'The network name you want to deploy your subgraph'), - choice(name: 'network', description:'The network name you want to deploy your subgraph', choices: ['dev', 'prod']), string(name: 'targetRemoteHost', description: 'The host you want to deploy the subgraph'), ]