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