Re: java.lang.NoSuchMethodError: No such DSL method 'git' found

2016-08-08 Thread Jirong Hu
ts me > choose the detailed git options that I want (so long as I use git plugin > 2.5.3). > > Mark Waite > > On Mon, Aug 8, 2016 at 12:56 PM Jirong Hu > > wrote: > >> Hi Daniel >> >> We are also getting this error and a restart doesn't fix it. Please

Re: java.lang.NoSuchMethodError: No such DSL method 'git' found

2016-08-08 Thread Jirong Hu
Hi Daniel We are also getting this error and a restart doesn't fix it. Please see more details in this post: http://stackoverflow.com/questions/38831216/jenkins-pipeline-sample-step-missing-git-git Below are Git related plugin versions on our servers. Any suggestion? Thanks.

A script to update TFS plugin password

2016-05-09 Thread Jirong Hu
Hi All We use a service account in Jenkins to access TFS and its password needs to be changed every six months. Now I want to write a script (console groovy or C#) to update the password, can anyone give me an outline? I am thinking about two ways, assume we have the new hash value for the new

Re: Tutorial: Jenkins Plugin to integrate Jenkins and Nexus Repository

2016-01-25 Thread Jirong Hu
I got the exact same error with 2.11.4-01 Marcel, would you please help? Is it because the version of the jar not right? Thanks Jirong On Thursday, 7 November 2013 18:53:23 UTC-5, stud007 wrote: > > I am using nexus pro version 2.6.4 > There is nexus-custom-metadata-plugin.jar file. > > I have

Any quick way to convert 50+ VS .net manual builds into Jenkins?

2015-11-16 Thread Jirong Hu
We are migrating 50+ .net project from TFS to GitHub, at the same time, we want to use Jenkins to automate the build. Currently all the builds are done inside the Visual Studio manually. I know how to automate this build using MSBuild and we already have a lot of these projects building inside

Re: How to call Maven in a freestyle project

2015-11-09 Thread Jirong Hu
; > Kind regards > Karl Heinz Marbaise > On 11/6/15 11:45 PM, Jirong Hu wrote: > > As you can see the error below, mvn command is executed in the Maven > installation path, but I specify the project as custom workspace > inC:\OTPPB2015\Workspace\Maven\simple. Just want to do

How to call Maven in a freestyle project

2015-11-06 Thread Jirong Hu
As you can see the error below, mvn command is executed in the Maven installation path, but I specify the project as custom workspace in C:\OTPPB2015\Workspace\Maven\simple. Just want to do a simple demo so it's not in any source control system. How can I let Jenkins execute the mvn command i

Mailformed GitHub Plugin configuration

2015-11-04 Thread Jirong Hu
I am getting the above issue in Jenkins 1.6.7 on Windows, what's the solution? This link doesn't mention how to resolve it: https://issues.jenkins-ci.org/browse/JENKINS-20123 Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Re: What need to be changed after clone the Jenkins PROD server to be DEV server

2015-11-04 Thread Jirong Hu
We have a master server and slave server and all jobs are running on the slave. So I guess we need to clone both servers. On Wednesday, 4 November 2015 10:18:00 UTC-5, Jirong Hu wrote: > > Hi All > > Our Jenkins's DEV server is messed up. We are thinking about clone the > P

What need to be changed after clone the Jenkins PROD server to be DEV server

2015-11-04 Thread Jirong Hu
Hi All Our Jenkins's DEV server is messed up. We are thinking about clone the PROD server to become the new DEV server. 1. Any concerns about this? 2. What need to be changed after the clone? Thanks Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins U

Any concerns to rename a job folder?

2015-10-23 Thread Jirong Hu
Hi, we are using the folder plugin to organize the projects into folders. Now we have a path name too long issue due to some long project names. Is there anything I need to concern to rename the folder names? Some posts mentioned to delete the old workspace on the slave machine. Thanks Jirong

git credentials are missing after copying the jobs

2015-10-21 Thread Jirong Hu
We just did a copy (of the job directories) from DEV server to PROD server, but found all git credentials are missing in jobs in the target server. Any idea why and how to fix it? We copied about 50 jobs. Thanks Jirong -- You received this message because you are subscribed to the Google Group

Do I need to stop Jenkins to copy jobs?

2015-10-19 Thread Jirong Hu
Hi We are trying to copy jobs from DEV instance to the PROD instance, but some jobs can't be copied. Do I need to stop Jenkins to do the copy? Jirong -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop rec

Jenkins Global Build Stats only produce two builds

2015-10-16 Thread Jirong Hu
I just installed this plugin, it works fine in our DEV environment (only has a master), but on PROD (build on Slaves, actually executors on the same one Windows Slave) it only produce two builds. I created the report with all default settings which should includes all nodes. Any idea? Thanks

SVN Release Manager plugin: can't rebuild a failed build?

2013-11-28 Thread Jirong Hu
The build fails when there is a change in the source code: FATAL: No such property: path for class: hudson.scm.Subversion Release ChangeLogSet$Path. e.g. Revision 49 build failed on build #5. The build #6 will pass and it says: At revision 49 no change for https://cmtoldsvnapp01.dev.bmocm.com