Re: How to retrieve JENKINS_URL via script "outside" CI ? Or the hostname of the master ?

2020-02-27 Thread Martin Jost
Ok, "as usual" I found something looking like part of the solution 5 Min later... https://wiki.jenkins.io/display/JENKINS/Remote+access+API Discovering Jenkins on the network Jenkins instances listen on UDP port 33848. Whenever a UDP packet is received, it will respond with a short XML fragment

How to retrieve JENKINS_URL via script "outside" CI ? Or the hostname of the master ?

2020-02-27 Thread Martin Jost
Hello, our CI system is reachable under different names (by ssh port forwarders running on some machines - background/reason below). So you can access the system as something like http://system1.domain: and http://system2.domain: Actually Jenkins is running e.g. on "system1". Jenkins

Re: Process the powershell result on the jenkins server

2020-02-27 Thread Michael Renner
Thanks Alex und Eric you for the answers. I had considered writing my first pipeline job, but then I stayed on the familiar path. With the help of the Copy Artifact plugin, I copy the results and parse that in bash. Regards, Micha Am Mittwoch, 26. Februar 2020 19:36:51 UTC+1 schrieb Eric

Re: how to parse the console log of jenkins pipeline using groovy and search for a string and get the line which contains the string

2020-02-27 Thread Ullrich Hafner
https://github.com/jenkinsci/warnings-ng-plugin > Am 27.02.2020 um 07:35 schrieb Aditya Varma : > > Can you please help me with this -- > how to parse the console log of jenkins > pipeline using groovy and search for a string and get the line which contains > the string > > -- > You received

how to parse the console log of jenkins pipeline using groovy and search for a string and get the line which contains the string

2020-02-27 Thread Aditya Varma
Can you please help me with this -- > how to parse the console log of jenkins pipeline using groovy and search for a string and get the line which contains the string -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this