June 25, 2015 7:50:33 PM
> Subject: Re: External access to the files in the middle of the build
> Thanks, I'll check. Especially I'll check whether it works if the process
> runs on a slave.
> BTW, is the path documented somewhere? I don't see it in the ".../api"
onal tests.
--
Radek
- Original Message -
> From: "Maximilian Hill"
> To: jenkinsci-users@googlegroups.com
> Sent: Thursday, June 25, 2015 3:53:45 PM
> Subject: External access to the files in the middle of the build
> I think you don't need public access for tha
ere are no secrets in the files.)
--
Radek
- Original Message -
> From: "Vincent Latombe"
> To: "Jenkins Users"
> Sent: Thursday, June 25, 2015 11:16:09 AM
> Subject: Re: External access to the files in the middle of the build
> Hi,
> y
I think you don't need public access for that. I trigger my builds via http
from a hook on my git repository server with http auth. The workspace
should be accessable the same way. (not tested)
Max
Am 25.06.2015 11:16 schrieb "Vincent Latombe" :
> Hi,
>
> you could use the workspace access throug
Hi,
you could use the workspace access through /ws/filepath if it is
feasible for you to grant public access to the job workspace.
Vincent
2015-06-24 13:13 GMT+02:00 :
> Hello,
>
> is there a documented/supported (!) way how to access files created by the
> job in the middle of the build? As pa
Hello,
is there a documented/supported (!) way how to access files created by the
job in the middle of the build? As part of the build process, I'd like to
call a build service (Fedora Copr) which requires a publicly available file
which will be generated by the job. Then, I'd like to continue