Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pipeline cannot find artifacts

jokajak March 2, 2020

Struggling with artifacts in a pipeline. Here's the relevant sections of the pipeline logs and configuration:

definitions:
steps:
- step: &build-steps
name: Build customerportal RPM
image: centos:7
script:
- bash ./build_rpm.sh $version
- find /root/rpmbuild/SRPMS/
- find /root/rpmbuild/RPMS/
custom:
build:
- variables:
- name: version
- step:
<<: *build-steps
artifacts:
- /root/rpmbuild/SRPMS/*.rpm
- /root/rpmbuild/RPMS/x86_64/*.rpm
+ find /root/rpmbuild/SRPMS/
/root/rpmbuild/SRPMS/
/root/rpmbuild/SRPMS/software-1.59.01.acm-1.src.rpm

+ find /root/rpmbuild/RPMS/
/root/rpmbuild/RPMS/
/root/rpmbuild/RPMS/x86_64
/root/rpmbuild/RPMS/x86_64/software-1.59.01.acm-1.x86_64.rpm
Searching for files matching artifact pattern /root/rpmbuild/SRPMS/*.rpm
Searching for files matching artifact pattern /root/rpmbuild/RPMS/x86_64/*.rpm

Searching for test report files in directories named [test-results, failsafe-reports, test-reports, surefire-reports] down to a depth of 4
Finished scanning for test reports. Found 0 test report files.
Merged test suites, total number tests is 0, with 0 failures and 0 errors.

 

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events