Update 'Jenkinsfile'

This commit is contained in:
Mario Hüttel 2021-10-10 23:18:13 +02:00
parent 015028bde2
commit 5e90cd39fa

3
Jenkinsfile vendored
View File

@ -26,8 +26,9 @@ pipeline {
} }
} }
stage('Deploy') { stage('Deploy') {
when { tag="*" }
steps { steps {
echo 'Deploying....' echo 'Deploying tag...'
} }
} }
} }