Thanks for replying.
I understand that “—no-edit” would prevent git from asking for a commit
message. And indeed this is the case if I do it manually.
But I do get your point about working in a clean environment... I think
I’ll go for that, don’t want anti-patterns happening here.
Thanks!
David
No, I’m CONNECTING to the build box as root.
On Tue, 17 Nov 2020 at 14:50, chencho wrote:
> Are you running jenkins as root?
>
>
>
> On Tue, Nov 17, 2020 at 3:41 PM David Villasmil Govea <
> david.villas...@gmail.com> wrote:
>
>> Thanks Jerome.
>>
>&g
any changes as they occur.*
>
> *COVID-19 : nous sommes fiers d’informer nos collaborateurs que Amotus
> opèrent adéquatement et que l’impact sur notre productivité est minimisé.
> Nous vous tiendrons au courant de tout changement.*
>
>
>
> *From:* jenkinsci-users@googlegroups.co
Hello,
I have the following simple script. I just want to connect via ssh to my
build server, "git pull" and just build the docker and push it to the
registry.
(If i don't include the "git pull --no-edit", it works fine)
I just want to do "git pull". But when there are changed being pulled, g
Hello all,
I finally found my problem. I had configured the job to do the git clone.
But for some reason I also added the cloning on the build steps... once i
removed that jenkins started getting the files properly.
I would still like to understand why this would happen...
Regards,
David
On T
Hello,
Thanks for answering. Funny thing, it didn't generate an error, but still
didn't get the files... :(
David
On Monday, April 25, 2016 at 8:45:05 AM UTC-4, David Villasmil wrote:
>
> Hello Guys,
>
> I have a jenkins running a job, after which I want it to "arc
Hello Guys,
I have a jenkins running a job, after which I want it to "archive
artifact", which is basically just get some files.
The Job clones a github and when ran, it generates some log files which I
need. The patter is:
logfiles/*
I added a command to list the directory to make sure the f