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