Jenkinsfile: secret rotation check is gone in bw4
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
7d911ce835
commit
359d069513
1 changed files with 0 additions and 9 deletions
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
|
@ -34,15 +34,6 @@ pipeline {
|
|||
"""
|
||||
}
|
||||
}
|
||||
stage('secret rotation') {
|
||||
steps {
|
||||
sh """
|
||||
. venv/bin/activate
|
||||
export BW_VAULT_DUMMY_MODE=1
|
||||
bw test -s 'root on,registration_shared_secret'
|
||||
"""
|
||||
}
|
||||
}
|
||||
stage('determinism') {
|
||||
steps {
|
||||
sh """
|
||||
|
|
Loading…
Reference in a new issue