Re: Read-only permission for jenkins job configurations

2015-07-02 Thread Daniel Beck
Install the 'Extended Read Permission Plugin', or enable that permission manually using the system property hudson.security.ExtendedReadPermission as described on https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties Then, you can assign a new 'Extended Read'

Jenkins move users

2015-07-02 Thread Faizan Javed
Is there any way I can move users created in Matrix-based security to Project-based Matrix Authorization Strategy? -- 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

Read-only permission for jenkins job configurations

2015-07-02 Thread Milan Satpathy
Hi All, There is a need for the team to review the build configuration steps. So is there a way to set the job specific permissions (Project-based Matrix Authorization Strategy) in such a way that others can ONLY view the configurations. No body else should be able to modify it. Thanks,

Maven artifact consistency when using multiple slaves

2015-07-02 Thread Christian Flamm
Hi, we're using a couple of slaves to build our many branches on-push. There is no fix assignment between slave node and branch-building job, so it will happen regularly that a build job is run on a different node then the build job before. Each job stores its Maven artifacts in a

Mail configuration for hotmail

2015-07-02 Thread ozcaaan94
I don't know what am I doing wrong, I'm searching the net for hours. Anyways, here is my e-mail setup for Jenkins. I'm not able to send any mails. When I click Test Configuration, I get the following error. I changed the STMP Port to 25 and still get the same error.

Re: Mail configuration for hotmail

2015-07-02 Thread Maximilian Hill
Hi Take a look at line 3 of the error message. Possibly that the choosen port is not the port for ssl connections. Regards Max Am 02.07.2015 14:15 schrieb ozcaaa...@gmail.com: I don't know what am I doing wrong, I'm searching the net for hours. Anyways, here is my e-mail setup for Jenkins.

Re: Mail configuration for hotmail

2015-07-02 Thread ozcaaan94
Hey! You are right. But whch one is the correct port, how do I choose? Thanks, Ozcan On Thursday, July 2, 2015 at 3:31:13 PM UTC+3, Maximilian Hill wrote: Hi Take a look at line 3 of the error message. Possibly that the choosen port is not the port for ssl connections. Regards Max Am

Re: Mail configuration for hotmail

2015-07-02 Thread Maximilian Hill
Did you try to disable ssl for testing? Max Hey! You are right. But whch one is the correct port, how do I choose? Thanks, Ozcan On Thursday, July 2, 2015 at 3:31:13 PM UTC+3, Maximilian Hill wrote: Hi Take a look at line 3 of the error message. Possibly that the choosen port is not the

Jenkins Kerberos SSO Plugin - User not registered

2015-07-02 Thread Jan Ciupka
Hello Everybody, I struggle to set up the Kerberos SSO plugin correctly. I proceed as described in the guide above but every time I try to connect to jenkins using Kerberos SSO it fails and I am at the login prompt. In the output messages of my jenkins I see serveral messages of the type

Re: Mail configuration for hotmail

2015-07-02 Thread ozcaaan94
I tried 465 with ssl disabled then enabled. In both situations I still get the same error: javax.mail.MessagingException: Could not connect to SMTP host: smtp.live.com, port: 465; nested exception is: java.net.SocketTimeoutException: connect timed out at

Re: Mail configuration for hotmail

2015-07-02 Thread Faizan Javed
try 465 port On Thursday, July 2, 2015 at 5:34:36 PM UTC+5, ozca...@gmail.com wrote: Hey! You are right. But whch one is the correct port, how do I choose? Thanks, Ozcan On Thursday, July 2, 2015 at 3:31:13 PM UTC+3, Maximilian Hill wrote: Hi Take a look at line 3 of the error

Re: Mail configuration for hotmail

2015-07-02 Thread Richard Mortimer
Try using port 465 instead of 587 in the SMTP Port field. That's the usual direct SSL port for SMTP. Regards Richard On 02/07/2015 13:34, ozcaaa...@gmail.com wrote: Hey! You are right. But whch one is the correct port, how do I choose? Thanks, Ozcan On Thursday, July 2, 2015 at

How to sync jobs in Jenkins pipeline

2015-07-02 Thread Jean-Francois Bibeau
Here's a use case I have and am wondering if it's possible in Jenkins. I am setting up a build pipeline that has a few jobs linked downstream. It looks like a typical pipeline: build - deploy - various tests - publish I use Folder Templates for Build, Test, and Publish, and Job Templates for

Re: Mail configuration for hotmail

2015-07-02 Thread Maximilian Hill
There are some workarounds in the comments of the issue. Am 02.07.2015 16:52 schrieb ozcaaa...@gmail.com: You were right, I still get error but differently: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first at

Re: Mail configuration for hotmail

2015-07-02 Thread ozcaaan94
You were right, I still get error but differently: com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS command first at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:2057) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:1580) at

Re: Cloud alternatives for hosting Jenkins + build slaves Windows, OS X, and maybe Linux ? Snapshot capability.

2015-07-02 Thread Ed of the Mountain
Good point Richard. I think I need to lobby IT to purchase a dedicated VM host server for software build and test and I must have vSphere support. -Ed On Wednesday, July 1, 2015 at 4:08:37 PM UTC-5, Richard Bywater wrote: Just as an aside and not a direct help, but are you sure that you'd be

Re: Sudden increase in build times of Maven-style job

2015-07-02 Thread Mukarram Baig
Hello guys, Is there any logging that will help us get to the bottom of the problem here? On Thursday, 18 June 2015 12:37:27 UTC-4, Mukarram Baig wrote: I am also seeing the same behavior and renaming the build job brought the time back into a reasonable range. Is there any logging that

Re: Mail configuration for hotmail

2015-07-02 Thread Chris Selwyn
As you say, when you use telnet port 587 (or port 25 for that matter) you get a plain text connection. If you then type EHLO whatever, you will get the capabilities of the SMTP server. You will see that it contains STARTTLS capability. I suggest that you need to remove the Use SSL flag. You

Re: What Jenkins copies from slave to master when a build finishes?

2015-07-02 Thread corneil.duples...@gmail.com
There are multiple plugins that can help with the kind of thing you want to do. https://wiki.jenkins-ci.org/display/JENKINS/Copy+Data+To+Workspace+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Copy+To+Slave+Plugin https://wiki.jenkins-ci.org/display/JENKINS/Copy+Artifact+Plugin

Jenkins to Jira with REST

2015-07-02 Thread Dan Zieber
Atlassian is removing the SOAP interface to Jira in version 7; the Jira Plugin uses SOAP. Is their an alternative plugin that uses the REST api, or are their plans to update that plugin to use REST? -- You received this message because you are subscribed to the Google Groups Jenkins Users