Skip to content

Commit

Permalink
ci: archive rpmdb listing for easier debugging
Browse files Browse the repository at this point in the history
Then we can diff the rpmdb from two CI runs to help debug issues. That's
more or less what I did to investigate #1723, but this should make it
trivial.
  • Loading branch information
jlebon authored and openshift-merge-robot committed Sep 15, 2020
1 parent 75d4a3b commit 8242e69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cci.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ pod(image: 'registry.fedoraproject.org/fedora:32', runAsUser: 0, kvm: true, memo
dnf install -y git
git submodule update --init
./build.sh
rpm -qa | sort > rpmdb.txt
""")
archiveArtifacts artifacts: 'rpmdb.txt'
}

stage("Unit Test") {
Expand Down

0 comments on commit 8242e69

Please sign in to comment.