this commit makes this 'individual job scenario testing' using the
`DOCKER_HUB_USERNAME` and `DOCKER_HUB_PASSWORD` environment variable so
the job can run with docker authentication.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
artifacts: 'logs/**'
allow-empty: true
latest-only: false
+
+ wrappers:
+ - inject-passwords:
+ global: true
+ mask-password-params: true
+ - credentials-binding:
+ - username-password-separated:
+ credential-id: ceph-ansible-upstream-ci
+ username: DOCKER_HUB_USERNAME
+ password: DOCKER_HUB_PASSWORD