Update 'Jenkinsfile'
This commit is contained in:
parent
5e90cd39fa
commit
4efa5ae797
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -26,7 +26,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
when { tag="*" }
|
||||
when { tag "*" }
|
||||
steps {
|
||||
echo 'Deploying tag...'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user