Skip to content

Commit 8af20f6

Browse files
committed
libcouchbase: display SRPM results
1 parent 2f8407e commit 8af20f6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

libcouchbase/Jenkinsfile.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ def package_srpm(name, bits, relno, arch, mock, VERSION) {
276276
sudo mock --buildsrpm -r ${mock} --spec libcouchbase.spec --sources ${pwd()} --old-chroot \
277277
--resultdir="libcouchbase-${VERSION.tar()}_${name}${relno}_srpm"
278278
""".stripIndent())
279+
sh("find libcouchbase-${VERSION.tar()}_${name}${relno}_srpm/")
279280
stash(includes: "libcouchbase-${VERSION.tar()}_${name}${relno}_srpm/*.src.rpm", name: "${name}${relno}-srpm")
280281
}
281282
}

libcouchbase/lcb-lnx-scripted-build-pipeline.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def package_srpm(name, bits, relno, arch, mock, VERSION) {
203203
sudo mock --buildsrpm -r ${mock} --spec libcouchbase.spec --sources ${pwd()} --old-chroot \
204204
--resultdir="libcouchbase-${VERSION.tar()}_${name}${relno}_srpm"
205205
""".stripIndent())
206+
sh("find libcouchbase-${VERSION.tar()}_${name}${relno}_srpm/")
206207
stash(includes: "libcouchbase-${VERSION.tar()}_${name}${relno}_srpm/*.src.rpm", name: "${name}${relno}-srpm")
207208
}
208209
}

libcouchbase/lcb-scripted-build-pipeline.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def package_srpm(name, bits, relno, arch, mock, VERSION) {
203203
sudo mock --buildsrpm -r ${mock} --spec libcouchbase.spec --sources ${pwd()} --old-chroot \
204204
--resultdir="libcouchbase-${VERSION.tar()}_${name}${relno}_srpm"
205205
""".stripIndent())
206+
sh("find libcouchbase-${VERSION.tar()}_${name}${relno}_srpm/")
206207
stash(includes: "libcouchbase-${VERSION.tar()}_${name}${relno}_srpm/*.src.rpm", name: "${name}${relno}-srpm")
207208
}
208209
}

0 commit comments

Comments
 (0)