>From what I can tell from the Azure and S3 Artifact Manager, you can continue to use the step archiveArtifacts.
How does this step know which Artifact Manager to use? I do not have the "Artifact Management for Builds section" in Manage Jenkins/Configure System. Perhaps because I do not have any additional artifact managers installed. Strange no one has made other artifact managers for like Nexus or plain file storage on a file server. fredag 10. desember 2021 kl. 14:08:46 UTC+1 skrev dheinric: > Am Freitag, dem 10.12.2021 um 04:58 -0800 schrieb Sverre Moe: > > *Publish over SSH*: Does not seem to support Pipelines. Is also up for > adoption > > > and is not an artifact manager, but a publisher (as the name says). > > *Nexus Artifact Uploader*: Seems it only supports uploading to a Maven > repository. > Strange considering: "This plugin goal is to upload artifacts generated > from non-maven projects to Nexus" > > > Yeah, this is pretty useless (esp. when compared to the Artifactory > plugin). It > > - isn't even implemented as a publisher, one has to add build steps > - can only upload one artifact at a time, so one needs to add even > more build steps > > so we ended up writing our own (Groovy) script to do the upload. It's > still a build step, but only one... > > And, btw., it's also not an artifact manager [image: ;-)] > > Bye... > > Dirk > > -- > > *Dirk Heinrichs* > Senior Systems Engineer, Delivery Pipeline > OpenText ™ Discovery | Recommind > *Phone*: +49 2226 15966 18 <+49%202226%201596618> > *Email*: [email protected] > *Website*: www.recommind.de > Recommind GmbH, Von-Liebig-Straße 1, 53359 Rheinbach > Vertretungsberechtigte Geschäftsführer Gordon Davies, Madhu Ranganathan, > Christian Waida, Registergericht Amtsgericht Bonn, Registernummer HRB 10646 > This e-mail may contain confidential and/or privileged information. If you > are not the intended recipient (or have received this e-mail in error) > please notify the sender immediately and destroy this e-mail. Any > unauthorized copying, disclosure or distribution of the material in this > e-mail is strictly forbidden > Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail > irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und > vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte > Weitergabe dieser Mail sind nicht gestattet. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/73015b60-4c2a-4dcc-bc0b-d824cd34cee7n%40googlegroups.com.
