Currently Bamboo can associate one file type per artifact, users should be allowed to save multiple file types per artifact.
Requested in BSP-284
I want to save the test results (generated html) as artifact (in addition to the test results bamboo save for me; these are nice, but don't give the quick overview of all tests on one html page). This artifact contains of a bunch of html files and one stylesheet.
How do i specify this as Artifact Copy Pattern?
I tried
- *.html *.css
- [*.html, *.css] (entered as "*.html, *.css", bamboo adds the '[' brackets!)
Yeah, i could copy the whole dir, but it contains loads of test-output that i'd rather not file....
How it works in Bamboo
Bamboo uses single Ant file copy pattern to specify copy pattern for artifact
Ability to copy multiple file types as one artifact
Currently Bamboo can associate one file type per artifact, users should be allowed to save multiple file types per artifact.
Requested in BSP-284
I want to save the test results (generated html) as artifact (in addition to the test results bamboo save for me; these are nice, but don't give the quick overview of all tests on one html page). This artifact contains of a bunch of html files and one stylesheet.
How do i specify this as Artifact Copy Pattern?
I tried
- *.html *.css
- [*.html, *.css] (entered as "*.html, *.css", bamboo adds the '[' brackets!)
Yeah, i could copy the whole dir, but it contains loads of test-output that i'd rather not file....
How it works in Bamboo
Bamboo uses single Ant file copy pattern to specify copy pattern for artifact