Hi All,
I want to add .jar file into GitHub
My Task is: I have a .jar that i want to push that .jar into direct GitHub. The .jar is generating from (gradle build) from Jenkins. So that after every code push and build the new jar gets uploaded automatically.
And Jenkins should push the .jar file to GitHub but that i dont know how to do it.
The below link is for idea but i unable to understand this link how i can start and how it workshttps://help.github.com/en/packages/using-github-packages-with-your-projects-ecosystem/configuring-gradle-for-use-with-github-packages.
Hello Mohd, hope you are doing well.
Let me try to help you by understanding your flow.
If this is what you are trying to do, and allow me to assume that this is not mandatory, this is not recommended, still, please read this SO question:
Just one additional info, I would recommend you to consider use the bucket approach, one good example is to store your jar into AWS for example.
It looks like you're new here. Sign in or register to get started.