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 +}