I have a linked repository from bitbucket that I checkout in the first stage using the following code:
return new VcsCheckoutTask()
.description("Checkout Default Repository")
.checkoutItems(new CheckoutItem()
.defaultRepository())
when I use "ls" in my Inlinebody it will output the 2 files that are from the repo.
But when I try to access these files from within the next stage I cannot.
I have also tried to used "export fileLocation=`pwd`" yet it does not export to the other stage.
I saw that if you use the "linked repository" that it should be global, but where can I find it then?
Can anybody please help me with this issue?
Thanks in advance for all effort.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.