Re: docker.build on Windows

2018-09-05 Thread Mani Agnihotri
The command is run as nohup and you wont have that OOTB in windows. You can get it via cygwin though. So you have two quick solutions, either be sensitive to platform in your build (i.e. use an env param to pass command in docker build) or make sure linux utilities are available in path On Thu,

Re: Blue Ocean link from a legacy build page shows 404 error

2018-09-05 Thread George Cimpoies
Tried to replicate the scenario but couldn't reproduce your issue, in my case it just opens the appropriate blue ocean section of the pipeline job. Using Jenkins ver. 2.130 . On Wed, Sep 5, 2018 at 9:02 PM wrote: > Hi, > > In version of Jenkins 2.121.3, with Blue Ocean 1.8.

Re: docker.build on Windows

2018-09-05 Thread Ramana Rapally
Did you got any solution to this issue? any updates on this thread? On Tuesday, May 29, 2018 at 12:18:15 PM UTC-5, Daniel Ellison wrote: > > Does docker.build only work on Linux versions of Jenkins? My Jenkins is > running on Windows 10. When my pipeline attempts to build my docker image > us

Re: How to use NodeLabel Parameter Plugin in Declarative Pipeline ?

2018-09-05 Thread Craig Rodrigues
I haven't tried it, but see if this example works for you: https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/trigger-job-on-all-nodes/triggerJobOnEveryNode.groovy#L14 -- Craig On Mon, Sep 3, 2018 at 6:43 AM Wramberg wrote: > Im trying to use the NodeLabel Parameter p

Blue Ocean link from a legacy build page shows 404 error

2018-09-05 Thread damien . coraboeuf
Hi, In version of Jenkins 2.121.3, with Blue Ocean 1.8.2, I have the following behaviour: * from the Blue Ocean dashboard, I can navigate to a pipeline page * now using the legacy UI, I navigate to the same pipeline page, and then click on the "Open Blue Ocean" link - I get a 404 exception The

Re: Problems with ENV variables in jenkins 2.1.41?

2018-09-05 Thread Gorgonz ola
[UPD]Nope, its not that simple, Returning to version 2.1.40 did not help. Its likely a problem, that results from the newer packages, that are installed with tumbleweed Am Mittwoch, 5. September 2018 12:46:50 UTC+2 schrieb Gorgonz ola: > > Again, I'm new to jenkins. So maybe someone should valid

Re: Lost My Login Info.

2018-09-05 Thread Steve Burrus
Well I WAS able to change my login info., after accurately answering a few questions. But I can't get my web browser, Firefox, to change the language from German to English. Can you help me about that? On Wed, Sep 5, 2018 at 6:33 AM George Cimpoies wrote: > Is it a local instance of Jenkins? Is

Re: JClouds Plugin

2018-09-05 Thread Ali Bazlamit
Hi Fritz, Its been a long time since posting my question and i wonder have things changed in the jclouds-plugin, again it appears when installing the plugin to jenkins i couldn't find the profitbricks-rest plugin i am also responsible for oneandone and packet as jclouds plugins. Both the profit

Re: possible new 0 day for jenkins

2018-09-05 Thread Dariusz Urbańczyk
Yeah found it with our devops sorry my bad it was this issue thanks śr., 5 wrz 2018 o 12:40 Daniel Beck napisał(a): > > > > On 5. Sep 2018, at 11:15, urbanczykd wrote: > > > > looks like yesterday we've been hacked quite similar as but reported a > year ago, our Jenkins server tuns again to zom

Re: possible new 0 day for jenkins

2018-09-05 Thread Daniel Beck
> On 5. Sep 2018, at 11:15, urbanczykd wrote: > > looks like yesterday we've been hacked quite similar as but reported a year > ago, our Jenkins server tuns again to zombie and start to mining monero check > attachment. Per your screenshot, you have anonymous administrator access enabled, s

Re: Lost My Login Info.

2018-09-05 Thread George Cimpoies
Is it a local instance of Jenkins? Is it hosted on a docker container? Providing more info could help. On Tue, Sep 4, 2018 at 8:20 PM Steve Burrus wrote: > Can someone simply tell me how I can retrieve my login information, i.e., > name and password, to get into Jenkins? Thanx in advance for an

What is the System requirement for installing jenkins in linux prod Environemnt

2018-09-05 Thread Vowner
Hello Experts, Please help me with the Jenkins system requirement to setup in linux production environment. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to j

Problems with ENV variables in jenkins 2.1.41?

2018-09-05 Thread Gorgonz ola
Again, I'm new to jenkins. So maybe someone should validate, that it is the jenkins version and not a different presumption ;-) Using jenkins 2.1.40 with opensuse leap 15.0: - I'm able to define ENV variables in the global config - a shell build step in order to echo the variables works fine The