Jenkins Centralized Job Monitoring

2017-08-04 Thread Pradeep Patra
Hi all, I am looking for a Jenkins job monitoring application/tool which can monitor the Jobs from a centralized server. For example I have multiple Jenkins servers (1-5) behind a load balancer and the Jenkins jobs can be scheduled in any of the servers. I want to know which server the build is

Re: Remote Access API - REST API in Jenkins

2017-07-30 Thread Pradeep Patra
On Monday, July 31, 2017 at 7:21:08 AM UTC+8, mpapo - Michael Pailloncy wrote: > > >> I tried it and it is asking for mode? I am not sure what is the mode I >> should provide for creating new job. I tried passing mode=create and it >> did not work. >> > > Can you share the command line which

Re: Remote Access API - REST API in Jenkins

2017-07-28 Thread Pradeep Patra
eve with the buildWithParameters and by passing the command. If you have any example could you please let me know. > > 2017-07-28 8:03 GMT+02:00 Pradeep Patra >: > >> Hi all, >> >> I am using Jenkins 2.71 trying to use Remote Access API plugin for >> creating

Remote Access API - REST API in Jenkins

2017-07-27 Thread Pradeep Patra
Hi all, I am using Jenkins 2.71 trying to use Remote Access API plugin for creating jobs outside the Jenkins. I was referring to the below plugin. https://wiki.jenkins.io/display/jenkins/remote+access+api When I search in Manage Plugins I could not find any plugin with this name? I have got Re

Re: Does there is a Coverity Fix Trend Plugin

2017-03-16 Thread Pradeep Patra
Yes, We could able to collect the coverity data fort each module connecting to coverity-connecting server through GUI. Actually when the time passes we may fix some issues and the fixing trend is more important as part of quality metrics. So I was thinking is there a way to achieve this ? Does

Can I restrict the number of log directories present in the $WORKSPACE

2016-05-30 Thread Pradeep Patra
Hi all, I want to restrict the number of log directories to be present at the $WorkSpace to 5. Can I do it in a easy way without writing a separate script? Regards Pradeep -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe fro

CSV to Jenkins Report

2016-05-01 Thread Pradeep Patra
Hi all, I have a test suite which generates the results in CSV file. I was looking for a Jenkins Plugin to take the CSV as input and show to the user as a fancy report. Can I do that , if so how? Any Thoughts will help. Regards Pradeep -- You received this message because you are subscrib

Running long jenkins jobs ssh times out

2016-04-30 Thread Pradeep Patra
Hi all, I am new to Jenkins. I have to copy a big file through ssh to the node from Jenkins master (no Jenkins slaves setup as yet) and move the files to a temp directory. The problem is the ssh times out and my testcase fails. Is there a way to overcome this issue ? I was planning to use d

permission denied error when copying files in jenkins

2016-04-21 Thread Pradeep Patra
Hi all, . I have created a Jenkins server (master) and tried copying from one location/path of jenkins server to another location a Perl script within the same server. I have changed all the file/ folders for Jenkins user/group(chown,chgrp)and restarted the Jenkins server. While copying files