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