mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Wipe any etcd data when Jenkins CI cleanup stage (#6968)
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
27726e921d
commit
4e27571451
5
build/ci/jenkins/Jenkinsfile
vendored
5
build/ci/jenkins/Jenkinsfile
vendored
@ -46,6 +46,11 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
container('etcd') {
|
||||
script {
|
||||
sh 'ETCDCTL_API=3 etcdctl del "" --from-key=true'
|
||||
}
|
||||
}
|
||||
container('main') {
|
||||
dir ('tests/scripts') {
|
||||
script {
|
||||
|
||||
@ -54,6 +54,11 @@ pipeline {
|
||||
stages {
|
||||
stage('Test') {
|
||||
steps {
|
||||
container('etcd') {
|
||||
script {
|
||||
sh 'ETCDCTL_API=3 etcdctl del "" --from-key=true'
|
||||
}
|
||||
}
|
||||
container('main') {
|
||||
dir ('tests/scripts') {
|
||||
script {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user