Re: Display the result of an Execute Shell

2015-05-05 Thread Peter Marcoen
That is correct Richard, I could go to the console output and there, along with a whole lot of other output, I would see my result. For me, as a semi-experienced Jenkins user, this is doable, but for my colleagues who have never seen a console output in their life, this is trickier. Not to menti

Re: Display the result of an Execute Shell

2015-05-05 Thread Richard Bywater
I would presume that if you are executing a Java program that outputs a string it should show on the Console for the particular build of the job? Richard. On Wed, 6 May 2015 at 03:41 Peter Marcoen wrote: > I have a Jenkins Parameterized job. > This job does 2 things: > >1. Compiles a java p

Display a field from every job

2015-05-05 Thread zippo7061
We are alway incrementing our release numbers. I"d like to display the tfs source location of all jobs in a view so we can easlity make sure each job is pointing ot the right location. How can i do this? Thank you in advance -- You received this message because you are subscribed to the Googl

Re: S3 plugin metadata tags

2015-05-05 Thread Stephen Roberts
For anyone else searching, it appears support for cache-control and expires was added on Aug 11, 2014, then support for content-encoding was added on Sept 11, 2014. However, the version currently available via Jenkins (0.7) did not work for me. I ended up cloning the repo and building the plugin

Fwd: Multiple Job openings in SFDC Domain for Architect / Business Change / Integration Architect / Business Analyst in Texas

2015-05-05 Thread Avancer Corp
Hi send your resumes to v.avancerc...@gmail.comv.avancerc...@gmail.com We have Salesforce Domain / Architect / Business Change / Integration Architect multiple jobs in Houston TX We need profiles for the given below requirements for one of our direct client If you have candidates please send

Re: jenkins support for parametrized test results

2015-05-05 Thread Mark Waite
https://jenkins.ci.cloudbees.com/job/plugins/job/git-client-plugin/org.jenkins-ci.plugins$git-client/lastCompletedBuild/testReport/org.jenkinsci.plugins.gitclient/GitTest/ shows an example of the presentation of results from a parameterized test. Mark Waite On Tuesday, May 5, 2015 at 9:49:51 AM

Regarding Custom Restrict Node Slicer

2015-05-05 Thread Rama Devi
Hi, I am facing a problem with Jenkins. In my Configuration Slicing, all are working except Custom Restrict Node Slicer. When I click on it end up with below error. Jenkins Verion: 1.612 System Type: 64-bit RAM: 6GB OS: Windows I am struggling with this issue from few days. Please

Re: Jenkins with Saml 2.0 SSO Authentication

2015-05-05 Thread gregor philp
Hi Ben I am also having the same issue trying to configure the SAML plugin for use with Okta for Jenkins. I have the xml data in the plugin configuration and I have the URL set under Jenkins / Configure System but when we try to login via okta we get the message displayed: " HTTP ERROR 404 Pr

"hipchat" Plugin + "build-flow-plugin" Plugin = No notifications

2015-05-05 Thread Stephen Melrose
Hi all, I'm trying to get HipChat notifications working for our Jenkins server, but I'm sadly running into issues. I've added the config for HipChat into Jenkins' "Configure System" and hit "Test configuration", and everything works. I've added the post build notification to one of our "normal

Re: jenkins support for parametrized test results

2015-05-05 Thread Mark Waite
The git client plugin uses parameterized unit tests in a number of areas and I've found the Jenkins presentation of those parameterized test results to be workable for my needs. I'm not sure if it is perfect, but the parameterized tests which I run are showing their results in a way that I underst

Re: Anyone have the direct link to the unmigrate instructions?

2015-05-05 Thread Christopher Orr
On 04/05/15 19:13, Randy Chapin wrote: I am one of those that upgraded to a new version that changes the way builds are stored on the drive only to find that some of the plugins would not work so I was forced to downgrade. As expected, I ran into the incompatibility issue and now I am looking fo

jenkins support for parametrized test results

2015-05-05 Thread Martin d'Anjou
Does jenkins support the JUnit XML format of JUnitParams for reporting tests? https://github.com/Pragmatists/JUnitParams/issues/38 If not, is there a Jenkins test report plugin able to report and track parametrized tests reports? The report format has to be as easy as JUnit XML as I write the repo

Problems with deleting modules in Maven job

2015-05-05 Thread Clifford Sanders
Hi, the 'Module Builds' view of one of our Maven jobs show modules which have been deleted a while ago. The module names have a grey ball prepended and '(didn’t run)' append. I clicked on 'Delete All Disabled Modules' in the left menu which removed some modules from the view but not all. The

Display the result of an Execute Shell

2015-05-05 Thread Peter Marcoen
I have a Jenkins Parameterized job. This job does 2 things: 1. Compiles a java program to a jar 2. Runs this jar through "Execute Shell" with the given parameters The output of this java program is a single string. What I would like to accomplish is that if a user runs this job, this retur

Re: Jenkins freezes for ~10 sec at "first" connect

2015-05-05 Thread Christian Flamm
"fully loaded" means that the Jenkins Webapp is fully up and running. -- 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.c

Unable to Save job configuration changes

2015-05-05 Thread Milan Satpathy
Hi, When I click "Save" after making changes to a job configuration (Build periodically > Schedule) , the browser displays "This webpage is not available". On trying to refresh the page it shows: Status Code: 400Exception: Nothing is submitted Stacktrace: (none) ...And the changes are not sa

Re: Git Publisher: EnvVar in tag name

2015-05-05 Thread Sverre Moe
It seems there is an registered JIRA issue for this problem https://issues.jenkins-ci.org/browse/JENKINS-15507 Its 3 years old, it has not been fixed, nor updated for a year. tirsdag 5. mai 2015 09.16.23 UTC+2 skrev Sverre Moe følgende: > > I found the reason, but still not the solution. > > My p

Jenkins freezes for ~10 sec at "first" connect

2015-05-05 Thread Christian Flamm
Whenever Jenkins is "fully loaded" and somebody attempts a connect via browser it takes about 10 seconds until Jenkins' main page appears. Every subsequent attempt is answered immediately. This state remains for a couple of minutes. So there's an amount of time that needs to pass until a "fir

Re: Git Publisher: EnvVar in tag name

2015-05-05 Thread Sverre Moe
I found the reason, but still not the solution. My projects are Multi-configuration jobs. My injected environment variables are available during both build and post-build, for each matrix axis, but not the matrix parent. The Git Publisher works on the matrix parent, and it seems like the enviro