Jenkinsfile: ignore some data when checking secret rotation
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2020-05-16 10:20:39 +02:00
parent 6ecdb5be47
commit ab17a290ed
Signed by: kunsi
GPG key ID: 12E3D2136B818350

2
Jenkinsfile vendored
View file

@ -36,7 +36,7 @@ pipeline {
sh """
. venv/bin/activate
export BW_VAULT_DUMMY_MODE=1
bw test -s ''
bw test -s 'root on,registration_shared_secret'
"""
}
}