Skip to content

Commit

Permalink
Merge pull request #16 from draios/SSPROD-28198-update-jenkinsfile
Browse files Browse the repository at this point in the history
SSPROD-28198 Update Jenkinsfile
  • Loading branch information
giovinazzorocco authored Nov 30, 2023
2 parents fb6da02 + 9fea4e7 commit 6f17e86
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 6f17e86

Please sign in to comment.