Not able to add any plugins for 2.7 Jenkins version.

2016-09-06 Thread hozefa vakanerwala
Hello, I installed latest 2.7 version of Jenkins for windows. I am not able to install any plugins. I am not sure if Jenkins is able to connect to internet successfully. However, internet connectivity is fine since I am able to access other websites. PFB, the stack trace: A problem

Does Ansible plugin support Credentials plugin?

2016-09-06 Thread Matthew Wilmott
I've been trying to configure ansible plugin with the credentials plugin to provide a SSH key + username pair to an ansible run. Ideally id like to provide this as part of a parameterized build so the activity occurs as the user and NOT as a predefined service account. This is for auditing

uri Security Configuration

2016-09-06 Thread Paul Rysiavets
Hello, How do i properly configure authentication plugin(G+) or overall security to "whitelist" a couple of endpoints that are exposed by a few plugins? BitBucket plugin for hooks and Amazon EC2 plugin for auto-init-scripts Every time i try to wget a script anonymously - jenkins redirects

Re: Is there a way to have a step in a pipeline wait until a specific time to start?

2016-09-06 Thread Baptiste Mathus
For the record, I did something like that in the past. We definitely need a higher level step to do that, and maybe there's already something available, but here's what worked for me for a given *hour* waitUntil { // Capillotracté, redo with, say, a sleep time computed between current and now

AmazonEC2-plugin and Pipeline

2016-09-06 Thread Paul Rysiavets
Hello again, I have AmazonEC2-plugin installed that spins up new EC2 instances on demand (yes, i have not yet migrated to Docker) Q: is there a way to specify needed AMI (i have a few) to spin-up within a Pipeline/Groovy/Jenkinsfile script? -- You received this message because you are

Re: Not able to see Jenkin's execution in local desktop

2016-09-06 Thread jerome
Download latest Jenkins here: http://beta.jenkins-ci.org/content/thank-you-downloading-windows-installer/ start the installation (I assume you install into c:\Jenkins for this example). Make sure to install the services. Go to c:\Jenkins\ Check the Jenkins.xml for this line -Xrs -Xmx1536m

Re: pipeline: feedback

2016-09-06 Thread jieryn
https://issues.jenkins-ci.org/browse/JENKINS-37985 Yep. All of our independent jobs really just do one mvn invoke each. They are smart in that they can be passed a git tag to build, or they will work against master; this is really nice because sometimes we just want to trigger, independently, a

pipeline startup errors

2016-09-06 Thread jieryn
Sep 06, 2016 9:31:57 AM hudson.PluginManager$2$1$1 run SEVERE: Failed to install pipeline-rest-api: One or more dependencies could not be resolved for pipeline-rest-api : pipeline-graph-analysis (0.1-beta-1) Sep 06, 2016 9:31:57 AM hudson.PluginManager$2$1$1 run SEVERE: Failed to install

Re: Please provide feedback on the plugins site (work in progress)

2016-09-06 Thread Simona Avornicesei
Hi all, I find it weird the need to focus on the search box for the search criteria to show up (as a popup). It's a click wasted. I would have expected to have the filter criteria on the left side of the screen and default display to show the the most installed plugins. Also, the 2-letter

RemoteInvocationHandler.Unexporter memory usage

2016-09-06 Thread Nick Ridgway
Hello, I have a Jenkins instance running ~1000 jobs on ~30 agents. Recently I have been having problems with high memory usage and slow loading times, I took a heap dump this morning and when I loaded it into a memory analyser it showed a single object taking up 5GB of space - the total used

jenkins gets 403 when fetching artifact from artifactory

2016-09-06 Thread gabezzz
Hello, jenkins version: 2.1 artifactory: 4.4.0 repository connector plugin: 1.1.3 I created a freestyle job in Jenkins and would like to download some artifacts from Nexus. We have both Nexus and Artifactory as repositories, both of them configured in Jenkins. Some maven builds put the

Re: Github web hook not working with Pipeline

2016-09-06 Thread Kamil Grabowski
I had the same problem and resolved it in that way: 1. Create a new pipeline project as before. I don't know why but jenkins doesn't create a webhook at this step. Maybe it need to have cloned git repository. 2. Run a new build manually (Build with parameters) <- it will pull (git pull) the

Re: Jenkins Health Check URL

2016-09-06 Thread Stephen Connolly
That just checks if server container is running... For a real *active* health check, install the metrics plugin. FTR plugins can add additional health checks for reporting by the metrics plugin On Sunday 4 September 2016, Luis Arias wrote: > Hi, A URL that works for me is

Re: How to find who's the master of a given slave?

2016-09-06 Thread Stephen Connolly
Well it depends on the launch mechanism... And remember that a given machine can be connected multiple times to the *same* master as long as the agent home directory is distinct On Wednesday 31 August 2016, Tamir Gefen wrote: > I'm trying to get the master names for a

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-06 Thread Sverre Moe
Not sure what happens to. I have tried 2 times by now to reply and "2 messages has been deleted". fredag 2. september 2016 16.13.03 UTC+2 skrev slide følgende: > > mail is using the mailer plugin, if you want to use email-ext, you need to > use emailext (see

How do I add text to Radiator View Icons?

2016-09-06 Thread Chris Knowlton
I posted this in the jenkins reddit, but that place appears empty. I have some scripts that run whose job it is to verify (and in some cases restart) services running on my build slaves in order to validate their fitness to host nightly builds. Once I have this working appropriately, I plan to

Execute action on build deletion

2016-09-06 Thread Adri CS
Hi, I have a parametrized job that spawns Docker containers when it's running. This job is configured to store only the 10 most recent runs. I would like to have the containers running for as long as the run that spawned them is stored in Jenkins. So, the idea would be having something like a

[pipeline][email][pre-send script]

2016-09-06 Thread jerome
Hi, I'm looking for a way to set the email alias when we send email. We are using the same account for many services on a single machine and use alias to filter the email on client side. the email ext is set to use the general account ser...@mycie.com But I want the email to be output as one

Re: Failed to publish TestNG Report in Jenkins

2016-09-06 Thread A.K
Can anyone please help me on this? I am not able to resolve this issue. On Friday, September 2, 2016 at 10:12:41 PM UTC+5:30, A.K wrote: > > > > > > > I have used Maven project with Selenium & TestNG to

Missing the Job/ExtendedRead permission

2016-09-06 Thread Ashish Yadav
I implemented the Project Based Security Matrix plugin and am able to configure the jobs and grant permissions accordingly. I granted myself overall Admin access. However, there are select jobs that I can't configure at all. I don't even see the 'configure' link. When I try to configure or

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-06 Thread Sverre Moe
I followed the Pipeline examples for email-ext which has 3 examples and mailer one among them. https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-PipelineExamples Problem is that only mail allows me to set cc and bcc. fredag 2. september 2016 16.13.03 UTC+2 skrev slide

Re: How to find who's the master of a given slave?

2016-09-06 Thread Tamir Gefen
Hi, It's part of a monitoring tool we develop for Jenkins users (http://www.almtoolbox.com/jenkins-monitoring.php). We have to show master(s) <> slaves connectivity status. On Tuesday, August 30, 2016 at 11:54:42 PM UTC+3, Baptiste Mathus wrote: > > Hi, > > What are you trying to achieve? > >

Re: Jenkins working with DB

2016-09-06 Thread Виталий Фёдоров
Greetings again, Thank you for your answer, it is really helpful. I didnt get only 1 thing: what code should I get from git and where to deploy it? I mean, what should be in the git repo, some sort of sql files? I need to create the simplest job, at least, for the beginning. Also, I need to

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-06 Thread Sverre Moe
I followed the Pipeline examples for the email-ext plugin: https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-PipelineExamples There are 3 examples how to use emailextrecipients Problem is only mail allows me to set the cc and bcc. fredag 2. september 2016 16.13.03

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-06 Thread Slide
You can set cc and bcc in emailext using prefixes cc:some...@something.com, bcc:someonee...@something.com On Tue, Sep 6, 2016 at 9:16 AM Sverre Moe wrote: > I followed the Pipeline examples for the email-ext plugin: > >