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