Jenkins with QTP

2013-11-25 Thread Priyanka Kakkar
We recently integrated Jenkins' source control management with the QTP jobs. There is one defect. QTP does not exit at the end of any tests. This leaves a lock file in the workspace. If we configure each test to wipe out the workspace before getting the latest code from the repo, then jenkins th

Re: Jenkins Email notification support for microsoft online.

2013-11-25 Thread Shreyas Joshi
Check over here - http://stackoverflow.com/questions/11370327/jenkins-smtp-tsl I have commented that after following those steps, I get a permission issue. I am using Fedora core machine. You will see my comment with my name - Shreyas Joshi. Please comment or help here. Thanks SJ On Mon, Nov 2

GitHub OAuth FileNotFoundException: https://api.github.com/user/orgs

2013-11-25 Thread Ed Swierk
I had a Jenkins system all set up with authentication via GitHub OAuth, but today it suddenly stopped working. Whenever Jenkins attempts to authenticate a user, GitHub redirects back to http://jenkins.mycompany.com:8080/securityRealm/finishLogin?code=... and throws an exception: java.io.FileNo

Re: How to display archived maven artifacts on top level of job page rather than via modules subpage.

2013-11-25 Thread Daniel Carter
Well i thought i might just be using the tool in the wrong manner? I certainly don't remember having to manually configure artefact archiving at the last place i worked... On Tuesday, 26 November 2013 11:10:04 UTC+13, Daniel Beck wrote: > > You should create a Jira issue for this feature reques

Re: How to display archived maven artifacts on top level of job page rather than via modules subpage.

2013-11-25 Thread Daniel Beck
You should create a Jira issue for this feature request instead of posting this here. Unless this is intended to start a discussion? You could also try the Freestyle project type with Maven build step and just archive things yourself. Apparently, it's less evil: http://javaadventure.blogspot.de

How to display archived maven artifacts on top level of job page rather than via modules subpage.

2013-11-25 Thread Daniel Carter
Hello, In my maven jobs, i like to be able to click on a job and see the archived artifacts. This works well if i manually specify an archive artifacts post-build step with e.g. target/*.war. I would like the automatic archiving to do this, so i'm not archiving things twice. To see the

Re: Jenkins Email notification support for microsoft online.

2013-11-25 Thread Richard Bywater
Perhaps I'm missing something but shouldn't SSL be enabled rather than disabled otherwise it won't try and use it? Richard On Tuesday, November 26, 2013, Shreyas Joshi wrote: > I have heard that JAVA by default doesn't support TLS. Also,Jenkins > doesn't pass the argument TLS to JAVA. This makes

Missing CLASSPATH & Stack Trace in Configure

2013-11-25 Thread Aram Mirzadeh
Hi Two issues: A) I'm trying to build my first jenkins project and it's having CLASSPATH issues. It can't find ivy.jar which exists. After it fails I can go into the workspace and export CLASSPATH and ant runs fine. I tried: 1) Shell Command - export classpath = ... 2) Shell Batch - exp

Re: radaitor plugins and jenkins 1.539

2013-11-25 Thread Luis Lopez
David: I hope for you. Thanks for the quick response. 2013/11/24, David Resnick : > Hi Luis, > > I hope to check why radiatorview is not working with Jenkins 1.539 in the > next few days. > > - David > > > On Thursday, November 21, 2013 4:32:17 PM UTC+2, Luis Lopez wrote: >> >> hello people! >>

Jenkins Email notification support for microsoft online.

2013-11-25 Thread Shreyas Joshi
I have heard that JAVA by default doesn't support TLS. Also,Jenkins doesn't pass the argument TLS to JAVA. This makes TLS support not applicable. My problem is that my account - microsoft 365 has a SMTP server with the security TLS. When I am trying to configure it,it fails. After reading some

Taggin in Git using jenkins

2013-11-25 Thread Prashant Sawant
Hi I have a build pipeline with around 10 modules to build , at the end of 10th module I want to tag the GIT with build pipeline build number Currently I added the following in post build script git tag ${BUILD_TAG} git push --tag but it tag with 10th module name and build number , which is n

Reg:How to find how many build failure & success using API

2013-11-25 Thread suresh
Hi All, How to find how many build failure & success using API Also, how to find build frequency Regards, Suresh -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Reg-How-to-find-how-many-build-failure-success-using-API-tp4682372.html Sent from the Jenkins users mailing

Github Hooks with private Jenkins

2013-11-25 Thread Stefan Bauer
Good Morning, I have a question about Github Hooks. I will build a connection between Github and my private Jenkins with Hooks. So, if a commit to a repository on github is made, a job on my Jenkins Server should start automatically. I know there is a solution for public Jenkins server, but I n