Trends on BlueOcean

2020-10-21 Thread Itzik Bak

Hi.

Basically - I want to enable TRENDS on blue-ocean, based on this:
JENKINS-35882:Trends (Reopened) 
https://issues.jenkins-ci.org/browse/JENKINS-35882
Anybody knows how to?

I did a little research, and came across this: 
https://github.com/jenkinsci/blueocean-plugin/pull/1373#issuecomment-329287972
Quote: "*Merged master, which has the new core-js, so features can be 
toggled via ?features=trends in query string, or via 
-Dblueocean.features.trends=true in command line for hpi:run*".

Where should I put those parameters?

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0c497d6a-4841-4262-b6ed-2f71c5291f9an%40googlegroups.com.


Re: How to access jenkins using ip address remotely ?

2020-10-21 Thread Richard Bywater
As well as the above, if you are wanting to access Jenkins on your Mac
outside of the machine itself you'll also need to ensure the Mac Firewall
is open to allow port 8080 traffic.

Richard.

On Wed, 21 Oct 2020 at 08:37, Ivan Fernandez Calvo 
wrote:

> Do you use something like this to run Jenkins?
>
> java --jar jenkins.war -httpListenAddress=0.0.0.0 --httpPort=8080
>
> El martes, 20 de octubre de 2020 a las 19:35:17 UTC+2, nhoj.p...@gmail.com
> escribió:
>
>> From the command line do;
>> $ netstat -an | grep 8080
>>
>> That will show you what ip address as listening on the port 8080, e.g.
>> your jenkins instance. If it's only listening to local addresses then
>> it will never work remotely.
>>
>> Don't have access to a jenkins at the moment, but within Jenkins
>> configuration you should be able to select what addresses jenkins
>> should bind to and listen to. It might require a manual change in the
>> configuration then restart.
>>
>> John
>>
>>
>> On Tue, 20 Oct 2020 at 15:41, Danny Trunk  wrote:
>> >
>> > Hello Vaibhav,
>> >
>> > what does "remotely" mean? Inside your network or outside from the
>> internet?
>> > Inside of your network this should work out of the box.
>> > Outside from the internet you need to open port 8080 to access it.
>> > Please refer to the documentation of your router on how to open a port.
>> > Keep in mind this might be a security issue.
>> >
>> > And in addition: If you have 24h reconnect in order to get a new ip
>> address you can get and run a so called DynDNS address.
>> > There are several providers out there.
>> > Some (or most?) routers support configuring a DynDNS address as well -
>> so you don't have to run a service on your computer.
>> >
>> > Am Mo, 19. Okt, 2020 um 10:22 NACHMITTAGS schrieb Vaibhav Khachane <
>> vkha...@namutek.com>:
>> >
>> > Hello Team,
>> >
>> > I am trying to access jenkins using ip address but it is not working .
>> I am using macOS.
>> >
>> > Following jenkins url working fine
>> > http://localhost:8080/
>> > http://127.0.0.1:8080/
>> > http://0.0.0.0:8080/
>> >
>> > but while using ip adress of my machine it is not working
>> > http://(ip address of my. machine ):8080/
>> >
>> >
>> > --
>> > 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 jenkinsci-use...@googlegroups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/0a2be992-d850-41d8-a0eb-6959888f0cb0n%40googlegroups.com.
>>
>> >
>> > --
>> > 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 jenkinsci-use...@googlegroups.com.
>> > To view this discussion on the web visit
>> https://groups.google.com/d/msgid/jenkinsci-users/JS8IIQ.Z02SEYIZGNFU2%40gmail.com.
>>
>>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/51f117b4-be03-4c8b-b469-d513b411316fn%40googlegroups.com
> 
> .
>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAAy0hwfR86-rRCa86M3o34%2B6UN38A2AK3rL16WGkD9SdEF4A6w%40mail.gmail.com.


Re: How to access jenkins using ip address remotely ?

2020-10-21 Thread 'Christian Brauchmann' via Jenkins Users
tl;dr
You need to adjust httpListenAddress
See here:
https://stackoverflow.com/questions/64338546/making-jenkins-localhost-publicly-available-within-the-same-network/64339357#64339357

Am Mi., 21. Okt. 2020 um 13:20 Uhr schrieb Daniel Beck :

>
>
> > On 20. Oct 2020, at 07:22, Vaibhav Khachane 
> wrote:
> >
> > I am trying to access jenkins using ip address but it is not working . I
> am using macOS.
> >
> > Following jenkins url working fine
> > http://localhost:8080/
> > http://127.0.0.1:8080/
> > http://0.0.0.0:8080/
> >
> > but while using ip adress of my machine it is not working
> > http://(ip address of my. machine ):8080/
>
> Jenkins installed via Homebrew only listens on the loopback interface, so
> this is expected. Why they do this, I have no idea. Perhaps our former
> (2016 and earlier) lack of having a secure configuration out of the box.
>
>
> https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins.rb#L55
>
> https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins-lts.rb#L46
>
> --
> 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 jenkinsci-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/306846EF-A0BB-49E1-8C6D-13EEB2EB3BFD%40beckweb.net
> .
>


-- 
Von meinem Atari ST520 gesendet

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAOtmfbnUk0Q03Dc57dZ2c%3DDgnaLgng0OymeVdBVSxApoPaNAEw%40mail.gmail.com.


Re: MultiJob retry functionality...I cant get it working

2020-10-21 Thread Anu S
Has anyone tried this option enable retry using jobdsl ?
enable retry itself missing under multijob - steps - phase ...
in the plugin - https://jenkinsci.github.io/job-dsl-plugin/

Then on the job itself, under Build > MultiJob Phase > Advanced...:

   1. Check "Enable retry"
   2. Select strategy from the dropdown


On Thursday, December 22, 2016 at 6:52:56 AM UTC+5:30 ch...@apptimize.com 
wrote:

> Thank you, I got it working for failures as well.
>
> On Wednesday, December 21, 2016 at 12:32:28 AM UTC-8, Vitaly Karasik wrote:
>>
>> You're right.
>> The only catch is that there is no description/examples how to write 
>> rules.
>> For instance, how to restart not only failed, but unstable jobs as well. 
>> At the end I just modify "unstable" status to "failure" in order to use 
>> rule for retry.
>>
>> On Thursday, October 15, 2015 at 4:44:09 PM UTC+3, Kris Massey wrote:
>>>
>>> Hey All,
>>>
>>> I'm new to the Jenkins MultiJOb plugin and I'm having some troubles 
>>> using the retry functionality. 
>>>
>>> I have a job configured
>>>
>>> MultiJob
>>>  - Phase 1
>>>   - Job 1
>>>   - Job 2
>>>  - Phase 2
>>>- Job 3
>>>
>>>
>>> Job 2 can have random failures (due to external client system), I've 
>>> noticed that the MultiJob -> Phase -> Job configuration offers  a 'Enable 
>>> retry' option, so I was hoping this would then attempt a retry and kick off 
>>> phase 2 if the job passed the second time. 
>>>
>>> My issue is the retry never seems to happen, below is some output on the 
>>> console of the MultiJob
>>>
>>> [EnvInject] - Loading node environment variables.
>>> Building in workspace /var/lib/jenkins/jobs/build-process/workspace
>>> >> Job status: [Job2] the 'build only if scm changes' feature is 
>>> disabled.
>>> Starting build job p2 .
>>> >> Job status: [Job1] the 'build only if scm changes' feature is 
>>> disabled.
>>> Starting build job p1 .
>>> Finished Build : #21 
>>>  of Job : Job2 with 
>>> status : FAILURE 
>>> *Scanning 
>>> failed job console output using parsing rule file .
>>> Parser rules file not found.*
>>> Failed the build, the failure doesn't match the rules.
>>> Finished Build : #23 
>>>  of Job : J 
>>> ob1 with status : 
>>> SUCCESS 
>>> Build step 'MultiJob Phase' marked build as failure
>>> Notifying upstream projects of job completion
>>> Warning: you have no plugins providing access control for builds, so 
>>> falling back to legacy behavior of permitting any downstream builds to be 
>>> triggered
>>> Finished: FAILURE
>>>
>>>
>>> I've highlighted the lines I believe may be causing the issue, however I've 
>>> got no idea how to solve it (hopefully its missing config as apposed to a 
>>> bug in the MultiJob plugin)
>>>
>>>
>>> Any help greatly appreciated! 
>>>
>>>

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/43f75967-ea53-49fa-813d-7569e4e42ea7n%40googlegroups.com.


"From address" in Jenkins not working

2020-10-21 Thread Ven H
Hi,

I have a Jenkins instance running as a Docker container on a Linux OS
(Ubuntu). I have configured "System Admin e-mail address" in Manage Jenkins
and also configured Email for sending build notifications. Emails are being
sent properly, but when the emails are received, in the From Address, it
shows "*address not configured yet *" instead of the
configured email. Can anyone please suggest what is missing / wrong?


Regards,
Venkatesh

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPp28eqES%3Dry-MD3GAP%3DiB0_hS5Mq6Y2%2Btd5YXV%2BhdXARtARcw%40mail.gmail.com.


Re: How to access jenkins using ip address remotely ?

2020-10-21 Thread Daniel Beck



> On 20. Oct 2020, at 07:22, Vaibhav Khachane  wrote:
> 
> I am trying to access jenkins using ip address but it is not working . I am 
> using macOS.
> 
> Following jenkins url working fine
> http://localhost:8080/
> http://127.0.0.1:8080/
> http://0.0.0.0:8080/
> 
> but while using ip adress of my machine it is not working
> http://(ip address of my. machine ):8080/

Jenkins installed via Homebrew only listens on the loopback interface, so this 
is expected. Why they do this, I have no idea. Perhaps our former (2016 and 
earlier) lack of having a secure configuration out of the box.

https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins.rb#L55
https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins-lts.rb#L46

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/4A5E9ECF-D696-4348-8719-BA5A11D9AB0A%40beckweb.net.


Re: How to access jenkins using ip address remotely ?

2020-10-21 Thread Daniel Beck



> On 20. Oct 2020, at 07:22, Vaibhav Khachane  wrote:
> 
> I am trying to access jenkins using ip address but it is not working . I am 
> using macOS.
> 
> Following jenkins url working fine
> http://localhost:8080/
> http://127.0.0.1:8080/
> http://0.0.0.0:8080/
> 
> but while using ip adress of my machine it is not working
> http://(ip address of my. machine ):8080/

Jenkins installed via Homebrew only listens on the loopback interface, so this 
is expected. Why they do this, I have no idea. Perhaps our former (2016 and 
earlier) lack of having a secure configuration out of the box.

https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins.rb#L55
https://github.com/Homebrew/homebrew-core/blob/0a483dc47a7f30266b626f1bfcf465c733c880b8/Formula/jenkins-lts.rb#L46

-- 
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 jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/306846EF-A0BB-49E1-8C6D-13EEB2EB3BFD%40beckweb.net.