panicking
(Michael Nazzareno Trimarchi)
1
Hi all
I have created GitHub - amarula/gitea-artifactory · GitHub with for now minimal test. Looking for collaboration to make as a standard plugin. @MarkEWaite or @poddingue ?
I have tested with this pipeline:
node {
sh "touch test.txt"
archiveArtifacts artifacts: 'test.txt'
}
michael
A good guide to the process is described in:
jonesbusy
(Valentin Delaye)
3
Any reason the artifact id is “gitea-artifactory” shouldn’t be something like “gitea-artifact-manager”.
I suggest to use the archetype to bootstrap the project and ensure consistent package name.
1 Like
panicking
(Michael Nazzareno Trimarchi)
4
Yes, you can create a pull request, or I can change. I think you are right about it
panicking
(Michael Nazzareno Trimarchi)
5