Jenkins Customization

2019-08-12 Thread Ashwajit Bhoutkar
Hi, Is there a way to change the default content of jenkins, i.e I wish to change the names in "Side-Panel", e.g instead of "New Item" I wish to rename it to just "New", similarly instead of "People" I wish to rename it to "Users" etc. I tried few things with CSS text replacement and JavaScrip

Jenkins kills process created by Maven test while the tests still runs

2019-08-12 Thread Marc Schlegel
Hello everyone. I've asked this already on the Freenode-IRC, but on second thought this is a better place. During a Maven test execution my JVM needs to spawn a external process using Javas ProcessBuilder-API. At the end of the test, the process is killed. This works in JUnit standalone, Mave

Re: Programmatically searching the artifacts from multiple jobs

2019-08-12 Thread Matthew Perrett
If you had access to the Jenkins server you could copy the files locally via scp or similar and run your script. You could also configure your job to save them somewhere in the file system with a date stamp in the name to allow you to search historically results. You could also set up a downstream

Re: Programmatically searching the artifacts from multiple jobs

2019-08-12 Thread Tony Cappellini
Thanks, I may have to resort to that. I was hoping to find a way to get access to the artifact files, outside of Jenkins though. Then I could write my own script to run independently of Jenkins On Mon, Aug 12, 2019 at 2:30 PM Ullrich Hafner wrote: > > Or you can use the https://wiki.jenkins.io/d

Re: Programmatically searching the artifacts from multiple jobs

2019-08-12 Thread Ullrich Hafner
Or you can use the https://wiki.jenkins.io/display/JENKINS/Text-finder+Plugin It provides already a way to grep files for a pattern and set the build status accordingly. > Am 12.08.2019 um 06:49 schrieb 'Björn Pedersen' via Jenkins Us

Jenkins+Autoit combination with Selenium not working

2019-08-12 Thread Sanjay Kumar
Hi All, It is known the issue but I didn't the answer I am facing an issue when using Jenkins+autoit combination with Selenium. Jenkins is configured in different window machine over there it is opening browser and running my test cases fine. But *for file upload(with AutoIt)* test cases are

Re: Programmatically searching the artifacts from multiple jobs

2019-08-12 Thread Tony C
Thanks On Sunday, August 11, 2019 at 9:49:38 PM UTC-7, Björn Pedersen wrote: > > Hi, > > I think the best solution would be to use warnings-ng and set up > suitable custom parser (I assume that none of the many available parsers > fit your use-case). Possibly in combination with the Build Fai

Re: Programmatically searching the artifacts from multiple jobs

2019-08-12 Thread Tony C
Thanks On Sunday, August 11, 2019 at 8:47:27 PM UTC-7, ok999 wrote: > > Short answer, you need something like splunk or elastic search to parse > the logs and check for specific strings. > > On Sun, Aug 11, 2019 at 5:55 PM Tony C > > wrote: > >> Hi, >> >> I've been using Jenkins at work, for j