Skip to content

Commit

Permalink
SSPROD-28198 Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giovinazzorocco authored Nov 21, 2023
1 parent 1d767cb commit 0bb7015
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -25,4 +21,4 @@ pipeline {
}
}
}
}
}

0 comments on commit 0bb7015

Please sign in to comment.