Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giovinazzorocco authored Nov 21, 2023
1 parent a47870c commit e92f716
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 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 Down

0 comments on commit e92f716

Please sign in to comment.