From 9fea4e75cf1e6a98f29c16195b96606cf70b92a4 Mon Sep 17 00:00:00 2001 From: Rocco Giovinazzo <107408635+giovinazzorocco@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:49:39 +0100 Subject: [PATCH] SSPROD-28198 Update Jenkinsfile --- Jenkinsfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2bc2d59..8bea9a3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,7 @@ pipeline { agent { label 'amazon-linux2' } - parameters { - gitParameter name: 'TAG', - type: 'PT_TAG', - defaultValue: 'master' - } + stages { stage('Build and Push Dependency Image') { steps { @@ -25,4 +21,4 @@ pipeline { } } } -} \ No newline at end of file +}