Discussion:
Alternative to specifying branch/tag/version in library identifier
a***@bandwidth.com
2018-11-02 14:19:40 UTC
Permalink
Up to now, I've followed the documentation of specifying the
branch/tag/version to checkout from Git for shared library using identifer:
'***@version'
<http://rtyler.github.io/jenkins.io/doc/book/pipeline/shared-libraries/#retrieval-method>
approach, however I suspect this causes issues when referring to the
library using library('thing').pkg.pkg... as it doesn't recognize it.

Is there another way to configure the version to checkout?
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f7f10738-ace9-47a9-a9c0-2a59419869cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jan Monterrubio
2018-11-02 14:30:39 UTC
Permalink
What’s the .pkg.pkg for?

Usually I’ve seen the import as:

@Library('my-shared-library') _
Post by a***@bandwidth.com
Up to now, I've followed the documentation of specifying the
<http://rtyler.github.io/jenkins.io/doc/book/pipeline/shared-libraries/#retrieval-method>
approach, however I suspect this causes issues when referring to the
library using library('thing').pkg.pkg... as it doesn't recognize it.
Is there another way to configure the version to checkout?
--
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
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/f7f10738-ace9-47a9-a9c0-2a59419869cd%40googlegroups.com
<https://groups.google.com/d/msgid/jenkinsci-users/f7f10738-ace9-47a9-a9c0-2a59419869cd%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
--
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 jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CADgiF9Kyp9zrBShXBmDDfvYRTMz-_%2BaJ1qTCVbWtJBL%2BaCoWLQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...