Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-02 Thread sirisha sai
On Tue, Jul 2, 2019, 17:39 sirisha sai wrote: > >> Hi, >> >> As of now our organization will not support downloading plugins, so they >> asked me to publish Job 1 dll’s to nexus repository and reference these >> dll’s from nexus in the Job 2.For java apps we c

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-02 Thread sirisha sai
just reuse the same workspace between jobs. > Examples are provided in the README. > > On Monday, July 1, 2019 at 4:37:40 AM UTC-4, sirisha sai wrote: >> >> Hi, >> >> Currently I am working on a .net project.I have a scenario,Job 1 >> output(dll's) n

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-02 Thread sirisha sai
les from job1 > > Something like that: > > job1 > > archiveArtifacts '*.dll' > build 'job2' > > job2 > > copyArtifacts projectName: 'job1', selector: upstream() > > On Mon, Jul 1, 2019 at 2:06 PM sirisha sai > wrote: > >&

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-01 Thread sirisha sai
*.dll' > build 'job2' > > job2 > > copyArtifacts projectName: 'job1', selector: upstream() > > On Mon, Jul 1, 2019 at 2:06 PM sirisha sai > wrote: > >> Hi, >> >> Thank you for your reply. Is there any way to share files between

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-01 Thread sirisha sai
#x27;*.dll' > build 'job2' > > job2 > > copyArtifacts projectName: 'job1', selector: upstream() > > On Mon, Jul 1, 2019 at 2:06 PM sirisha sai > wrote: > >> Hi, >> >> Thank you for your reply. Is there any way to share files between &

Re: Can we use and stash and unstash to copy artifacts from one job to another

2019-07-01 Thread sirisha sai
; > On Mon, Jul 1, 2019 at 10:37 AM sirisha sai > wrote: > >> Hi, >> >> Currently I am working on a .net project.I have a scenario,Job 1 >> output(dll's) needs to be copied to Job 2 Jenkins workspace and then run >> the corresponding sln(solution) fil

Can we use and stash and unstash to copy artifacts from one job to another

2019-07-01 Thread sirisha sai
Hi, Currently I am working on a .net project.I have a scenario,Job 1 output(dll's) needs to be copied to Job 2 Jenkins workspace and then run the corresponding sln(solution) file of Job 2.In this case can I use stash and unstash to copy the files or should I use copy artifacts plugin.I am curr