Re: setting jenkins working and install directory

2014-08-08 Thread LynnJY.LU
Hi,

-Is it also possible to set the directory where it expands/install?
Yes, you can use -DJENKINS_HOME=D:\Jenkins in your install command line.

-how can I be sure to setup the working directory? 
In job configuration, there's a column "Use Custom workspace" in "Advanced 
Project Options".
You can set the working directory there.

在 2014年7月30日星期三UTC+8下午10时11分51秒,Mihamina Rakotomandimby写道:
>
> Hi all, 
>
> If I launch jenkins with the "java -jar jenkins.war" command, how can I 
> be sure to setup the working directory? 
>
> I would like to explicitely set it, so that if it ever create a dotdir 
> for a job (for whatever reason) I know I have to look under a known 
> subdir. I mean the working directory, not the install one. 
>
> Is it also possible to set the directory where it expands/install? I 
> guess it's a ".war" and then needs to expand somewhere. I see that after 
> I lauch it with "java -jar jenkins.war"  a ".jenkins/" directory is 
> created: Is it the installation directory? How volatile is it (if I ever 
> tune its content will it be lost?)? will it also be the working directory? 
>
> Thank you for bearing the newbie questions ;-) 
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


problem on E-mail notification setup

2014-01-16 Thread LynnJY.LU
Hi,

I just upgraded the Jenkins from 1.466.2 to 1.532.1.
I found out the E-mail notification part has been separated from the core. 
And now it's using JavaMail.
But then our jenkins can not send out any mail.
It shows these error logs all the time:

javax.mail.MessagingException: Could not connect to SMTP host: 10.0.0.136, 
port: 25;
  nested exception is:
 java.net.SocketException: Network is unreadable: connect.

I've searched the issue on Jenkins Wiki but there's no instruction about 
how to fix up the new Mailer plug-in.
Could anyone here guide me to fix this issue?


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: SCM polling stopped to work

2013-01-28 Thread LynnJY.LU
I met the same problems.
We use Mercurial and Perforce in the same project. But the problem mostly 
occurs on Perforce.
In my case, I thought it was because of the unstable network in studio. 
Once the connection between master and Perforce server broke, it would 
highly block the polling.
The log would be incomplete and the job wouldn't restart to poll.
I have to stop the jenkins, delete the polling log and restart it manually.
I'm not sure if your problem is caused by the same reason.
You can check the network to see if the connection breaks frequently.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.