Hi,
I didn't get exact use case as in what do you mean by backup project
really and project or few files!!
Simply copying those files with your script is also fine,
but you can go for archiving artifacts option, which you could open from
job also!
On Tuesday, December 25, 2018 at 9:22:08
Hi,
Check logs here -> Jenkins->Manage Jenkins->System Log->All Jenkins Logs
Will get clear picture of the reason causing this!
*Could be reason : probable solution *
-> CSRF Protection is enabled : Disable this protection and try
Jenkins->Manage Jenkins->Configure Global Securi
Hello All,
I am new to Jenkins pipeline and recently started to use it for my project
build.
So, from Jenkins file I am calling a method from other .groovy file which
is simple script having some functions defined and in those functions I am
creating antbuilder object -> "@Field AntBuilder ant
Hello Everyone,
I am new to Jenkins & don't really know much about it, have one doubt.
Does Jenkins works sequentially as per the configuration ? Might be you
wouldn't get any clear idea about doubt, So here we go with specific issue
of mine :
So I have attached a snapshot of my job configura
erl, provided by
> ActivePerl, to download artifacts from job to job. Powershell having
> a similar option sounds familiar too.
>
> On Thu, May 12, 2016 at 9:05 AM, Daniel Beck wrote:
> >
> >> On 12.05.2016, at 15:20, Ganesh Kumbhar wrote:
> >>
> >> 1.
h batch or need some extra
installation or something like that.
Thank You!
On Wed, May 11, 2016 at 4:21 PM, Daniel Beck wrote:
>
> > On 11.05.2016, at 16:03, Ganesh Kumbhar wrote:
> >
> > But if I want to copy artifacts from some another Jenkins machine, then
> is i
Hello EveryOne,
I don't have much experience with Jenkins configurations but now I am using
it more frequently for continues integration & builds.
I have one doubt like briefed in subject :
Normally, we can use artifacts of the other job from the same machine as
shown in simple scenario attach