add test case to push/pull edge container images in quay.io
This commit is contained in:
parent
dedc4b9fc9
commit
661d59e534
3 changed files with 18 additions and 7 deletions
4
schutzbot/Jenkinsfile
vendored
4
schutzbot/Jenkinsfile
vendored
|
|
@ -596,6 +596,10 @@ pipeline {
|
|||
}
|
||||
stage('EL8.4 New OSTree') {
|
||||
agent { label "rhel84cloudbase && psi && x86_64" }
|
||||
environment {
|
||||
QUAY_USERNAME = credentials('quay-username')
|
||||
QUAY_PASSWORD = credentials('quay-password')
|
||||
}
|
||||
steps {
|
||||
run_tests('ostree-ng')
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue