"Connect to repo.maven.apache.org:443 failed: Connection timed out" by running the job

2015-11-03 Thread Wei Chen
Hi, I installed the jenkins-1.634-1.1 under RHEL 5.6. I create a job and this is a maven built project. I run the project in Linux console with 'mvn clean package' and this is successful. But as I run the job in Jenkins it is failed and I see in the console view followings: ... [INFO] *---

Problem by calling puppet script on LINUX

2015-10-29 Thread Wei Chen
Hi, I created a job in Jenkins which will start the puppet agent with command: puppet agent -t This command works fine under LINUX. But as I build the job in Jenkins I got following errors: ... Started by user anonymous Building in workspace

Re: How to install plugins in Jenkins Web-Console?

2015-10-28 Thread Wei Chen
See Jenkins Doc: https://wiki.jenkins-ci.org/display/JENKINS/Plugins Am Mittwoch, 28. Oktober 2015 14:07:05 UTC+1 schrieb Wei Chen: > > I solve this question. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscr

Re: How to install plugins in Jenkins Web-Console?

2015-10-28 Thread Wei Chen
I solve this question. -- 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.com. To view this discussion on the web visit

How to install plugins in Jenkins Web-Console?

2015-10-28 Thread Wei Chen
Hi, I thought one can install plugin in Jenkins Web-Console under "Manage Jenkins -> Manage Plugins". But as I click the tab 'Availablke', it's empty, no any plugin to be seen. So I have to download the plugin such as locale.hpi. And then I copy this under

How to set Jenkins View in English?

2015-10-28 Thread Wei Chen
Hi, I've installed the Jenkins on EHRL 5.X. As I open the Jenkins all the shown text are in German. But what I want is English. I've changed the language setting in Chrome browser and restarted the browser. But as I reopen the Jenkins, it is still in German. Then I want to install the locale

Re: How to set Jenkins View in English?

2015-10-28 Thread Wei Chen
I've solved this problem myself as follow: Download and install the locale plugin (copy this to /var/cache/jenkins/war/WEB-INF/plugins). Restart the Jenkins with force-reload Open Jenkins Web-Console and go to Manage Jenkins > Configue System Go to section Locale and enter en_US to field Default

Re: How do I initiate a puppet run from Jenkins?

2015-10-26 Thread Wei Chen
Hi, Is your code Java-Code? Why using Java in puppet? -- 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.com. To view

Re: How do I initiate a puppet run from Jenkins?

2015-10-26 Thread Wei Chen
Hi, I have the similar question as yours. Have you got the solutiuon? Wei -- 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

Re: Failt to build maven project in Jenkins, though it is successful by direct building with maven

2015-10-23 Thread Wei Chen
Hi, I am new to Jenkins. Truely to say I haven't understood what you say here. Some what in detail please? :-) Wei -- 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

Re: Failt to build maven project in Jenkins, though it is successful by direct building with maven

2015-10-23 Thread Wei Chen
Exactly to say, my Jenkins is installed under C:\Jenkins and my maven project pom.xml is under Z:\Eigene_Dateien\Temp\MyProjects\WebdriverTest How to do? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Failt to build maven project in Jenkins, though it is successful by direct building with maven

2015-10-23 Thread Wei Chen
Exactly to say, my Jenkins is installed under 'C:\Jenkins' and my maven project pom.xml is under 'Z:\Eigene_Dateien\Temp\MyProjects\WebdriverTest\pom.xml' How to do? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Failt to build maven project in Jenkins, though it is successful by direct building with maven

2015-10-22 Thread Wei Chen
Hi, I have a maven successful built java project. Now I try using the Jenkins to build it but it failt. The error message tells it can't fins the MAVEN_HOME: Baue in workspace C:\Program Files (x86)\Jenkins\workspace\WebdriverTest ERROR: Maven Home Z:\Eigene_Dateien\apache-maven-3.3.3 doesn’t

Re: Failt to build maven project in Jenkins, though it is successful by direct building with maven

2015-10-22 Thread Wei Chen
I figure out the problem. It lies on the workspace directory: C:\Program Files (x86)\Jenkins\workspace\WebdriverTest It seems the Jenkins doesn't accept the space character. I move the Jenkins to C:\Jenkins and it can go further. But the build fails since I have another error as follow: ...

Re: Failt to build maven project in Jenkins, though it is successful by direct building with maven

2015-10-22 Thread Wei Chen
Now I fix the problem. I have to move my maven project to the same disc such as: C:\Temp\WebdriverTest Then it works. Is this a bug of Jenkins? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Maby be the "JenkinsLinuxStartupScript" is wrong?

2015-09-28 Thread Wei Chen
I found this script by "https://wiki.jenkins-ci.org/display/JENKINS/JenkinsLinuxStartupScript?showComments=true=true#addcomment;. At the very beginning it wrote: ... This assumes that Jenkins is installed in /home/jenkins, Tomcat is installed in /home/jenkins/apache-tomcat-6.0.18, and ... But