Re: move jenkins enterprise license to another VM

2015-08-26 Thread Richard Bywater
Hi This question is best put directly to CloudBees support. This list is for discussion about the Open Source representation of Jenkins. Richard. On Thu, 27 Aug 2015 5:15 pm Binoj MN wrote: > What is the procedure to move the enterprise license from one VM to > another VM? > > The idea is to

move jenkins enterprise license to another VM

2015-08-26 Thread Binoj MN
What is the procedure to move the enterprise license from one VM to another VM? The idea is to Decommission to old Jenkins server and configure it in new VM. Please let me know. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscrib

Re: unable to do builds or configure

2015-08-26 Thread Chanda Unmack
Ok so mark this in the news of the bizarre In trying to figure out what might have changed, in subsequent restarts, the green balls plugin disappeared. I (re)installed it, restarted Jenkins, and poof! the problem vanished. I can configure jobs, create news ones (found that wasn't working either) an

unable to do builds or configure

2015-08-26 Thread Chanda Unmack
Not sure what happened when, but I'm basically stuck now. I tried looking through https://issues.jenkins-ci.org but did not see the issue. I was not able to report it there as I get the "Oops! Due to the spam problem, we need additional verification for your sign-up request." when trying to sign up

Re: Automated deployment process through Jenkins

2015-08-26 Thread Peter Berghold
On Wed, Aug 26, 2015, 15:47 wrote: I am trying to Automate my build machine.Once it build automatically the war files should copy to shared server location and do the auto deployment.I need assistance to implement this proces s Not much to go on htere, but my builds I've implemented in Jenki

Optional Post Build?

2015-08-26 Thread Scott Klein
I have a scenario where we use the same Job to perform two tasks 1) Build the project (duh) 2) Copy provided dependencies for the project into a local folder (we later move these up to our servers "lib" directory) Issue is this, the job performs some Post Build work that is really onl

RE: Automated deployment process through Jenkins

2015-08-26 Thread Scott Klein
Depending how you "auto-deploy" there might be a plugin for it - search the availalbe plugins for your server (eg Tomcat) Or, for a more manual process: * Use the Publish Over SSH plugin to push the files up to your server (you will need to configure your SSH authentication credentials)

Automated deployment process through Jenkins

2015-08-26 Thread veeralscm
I have configured Jenkins on windows 7 based and we are using Subversion on windows based. I am trying to Automate my build machine.Once it build automatically the war files should copy to shared server location and do the auto deployment.I need assistance to implement this process. -- You r

Configure Jenkins and SonarQube on different machines

2015-08-26 Thread Shajimon Paremmal
Hi Experts, I am in the process of creating a CI environment. In this regard, I have the following questions; 1. Is it possible to have the Jenkins server, SonarQube server and SonarQube Runner all on different dedicated machines have them work together? 2. If yes, how do I configure the SonarQ

Re: Get Jenkins Working with Private Repo

2015-08-26 Thread jcsirot
I faced the same issue and I decided to recompile the git plugin (actually the git-client plugin which is a dependency of the git plugin) with the patch submited in that Pull Request: https://github.com/jenkinsci/git-client-plugin/pull/180/files (Note I'm not the author of this patch) It handl

Re: running jobs in parallel using workflow plugin

2015-08-26 Thread Ohad Basan
still no good I tried it like this def concurrent=[:] for (int i = 0; i < 6; i++) { concurrent["concurrent${i}"] = { build job: 'test_job', parameters: [[$class: 'StringParameterValue', name:'queue', value: 'automation_prod.q'],[$class: 'StringParameterValue', name:'dummy', value

ui plugin with ajax

2015-08-26 Thread Narahari 'n' Savitha
Friends: Please help by providing a link to a sample on how to develop ui plugin for jenkins which is ajax enabled. I am trying to get an idea if it is even possible to create jenkins plugin that is ajax based and preferably with angular. -N -- You received this message because you are sub

Not able to connect to git repo

2015-08-26 Thread saurabh jain
I am trying to connect to a git repo associated with a google appengine project.The repo url is - https://source.developers.google.com/p/whirlpool-whitepages/. I have enabled the git-plugin but when i try to add this repo it gives me following error - Failed to connect to repository : Failed t

RE: Jenkins Python API Query

2015-08-26 Thread Ginga, Dick
Yes, that is what parameters are for. You then access them as ${PARAM} in your various build steps. These also become environment variables on your build machine. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of AB Sent: Wednesday, August 26, 2015 2

How to restore the setting encrypted by credential plugin?

2015-08-26 Thread Ryanivanka
Hi Experts, I met a problem that I use thinbackup plugin to backup the jenkins home everyday, but if the jenkins server fail and recover, I copy over all the jenkins home, including jobs, many plugin xml configuration and secret files. The Credentails seems not working, like user name and passw