From 1c8c551ca38a462368e10e1e3bce569c4eb49042 Mon Sep 17 00:00:00 2001 From: kossboii Date: Thu, 4 Jan 2024 18:30:05 -0800 Subject: [PATCH] add params --- .jenkins/mongodb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.jenkins/mongodb b/.jenkins/mongodb index 579e896..270af06 100644 --- a/.jenkins/mongodb +++ b/.jenkins/mongodb @@ -1,6 +1,10 @@ pipeline { agent any + parameters { + choice(name: 'ip_address', choices: ['52.220.220.29'], description: 'AWS IP address') + } + stages { stage ('Create MongoDB Container') { steps { @@ -18,6 +22,7 @@ pipeline { post { always { + // Clean up command + steps echo "Done" } success {