Skip to content

Using build artifacts from netbeans for personal github actions #7321

Closed Answered by mbien
haidubogdan asked this question in Q&A
Discussion options

You must be logged in to vote

The build artifact is a temporary artifact of the workflow and cleaned up once all jobs finished. You can't download that unless the build fails. This is there for debugging purposes.

The dev builds on jenkins are for manual testing of the most recent bits directly from the master branch.

But again. you should not download netbeans at all during the build. plugins would simply depend on some modules and thats it.
example:
https://github.com/mbien/xpath-util
https://github.com/mbien/xpath-util/blob/master/pom.xml

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@mbien
Comment options

Answer selected by haidubogdan
@haidubogdan
Comment options

@haidubogdan
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants