publish artifacts step does not generate artifact #1281
Replies: 2 comments 5 replies
-
Hi @vinayakkaladhar, can you please share the build id so we can investigate the issue further? |
Beta Was this translation helpful? Give feedback.
5 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
workflows:
UI-Automation:
name: complile the project
triggering:
events:
- push
scripts:
- cd selenium && mvn test
artifacts:
- /*
- build/*
- /**
Tried with all the above pattern, but artifacts are not generated.
this is a maven project, and i want to generate artifacts for the target folder.
Beta Was this translation helpful? Give feedback.
All reactions