From 0bb7015454e0759d783d35f21d806cd04ee1c58b Mon Sep 17 00:00:00 2001 From: Rocco Giovinazzo <107408635+giovinazzorocco@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:29:01 +0100 Subject: [PATCH] SSPROD-28198 Update Jenkinsfile --- Jenkinsfile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index db29a5590..5dabebbce 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 +}