Gitea artifact storage plugin

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:

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

Yes, you can create a pull request, or I can change. I think you are right about it

@jonesbusy gitea-artifact-manager done and rename github GitHub - amarula/gitea-artifact-manager · GitHub