On Wed, Sep 22, 2021 at 8:16 AM 'Björn Pedersen' via Jenkins Users < [email protected]> wrote:
> > >> I'm not familiar with the archive process. If you could provide me some >> quick links for information, that would be useful. I'll also ask our >> internal ops team. >> >> > > Archiving is not something special, it's a standard feature. > in a scripted pipeline: > > archiveArtifacts artifacts: '**/*.log' > (just use the script builder for more help) > > link to: > $BUILD_URL/artifact/<our local path>/<filename> > That "our local path" thing is not clear to me. What exactly would that be? If the file I create is in the root directory of the workspace , would that "local path" be empty? -- 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/CAA5t8Vr6RQHNW2NCKBdkAjqgNt3Ra1pN01LU6KsXbk50CVcwkA%40mail.gmail.com.
