The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline cannot find artifacts

jokajak
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

TAGS
AUG Leaders

Atlassian Community Events