How to allow execution post-build task only for some users

2015-01-14 Thread Dmitriy P.
Hello, community! I just create two tasks. First is for building application. Second is for deploy application to server. I want to allow execution Second task only for some users. I trying to set Second task as Post-build task for First task and allow build Second task only for some users. But

proper configuration for a project

2015-01-14 Thread pps78
At first I tried to use "*Multi-configuration project*", it appeared to be complete disaster in my case. I use svn, at first it checked out 3.2GB into MyProject/workspace and then it checked out second copy into MyProject/workspace/default. Then I selected "Emulate clean checkout by first deletin

RE: [workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-14 Thread Mikhail Vassiliev
I would try first just to build your jobA without any parameters. You do not need to use a node statement for this. It does not make sense. You also do not need to assign the build result to some variable unless you want to analyze it later. I think the build method does not return anything usef

Re: [workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-14 Thread Doug Lethin
Epic fail. Some kind of keybinding is tripping me up when I try to write code within google groups :-( Third time's a charm (I just pasted from an editor) How would I do something like this // in psuedo-code) node { def jobA = build( job: 'buildA', parameters]) // call job b, using some

Re: [workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-14 Thread Doug Lethin
grrr. premature post. didn't get a chance to finish my question : -( How would I do something like this: node { def jobA = build [job: 'buildA', parameters] } On Wednesday, January 14, 2015 at 10:06:49 PM UTC-5, Doug Lethin wrote: > > Thank you. This was indeed enough to get me started on

Re: [workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-14 Thread Doug Lethin
Thank you. This was indeed enough to get me started on how to call a job using the 'build' step. What I don't understand is -- does the build step return an object as a reference... In otherwords, how would I do something like this: node { } On Wednesday, January 14, 2015 at 3:07:27 PM

Re: how to write a file via post-build groovy plug in slave

2015-01-14 Thread David Joo
Hello, Can you explain how you read from the file to begin with? On Wednesday, August 8, 2012 at 9:18:08 AM UTC-7, michael chiu wrote: > > hi ALL, > Does anyone have experience in write a file in the slave > workspace via post-build groovy plugins ? > I know how to read it but

Re: executor starvation on idle machine?

2015-01-14 Thread Lam Le
Can you attached a few picture of the issues? -- 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 discus

Re: executor starvation on idle machine?

2015-01-14 Thread K Richard Pixley
On 20150114 15:10, Lam Le wrote: > Let's see if we can debug this. > 1. Does it currently run any job regardless of how many executor you have. Yes, some get through. I haven't recognized a pattern as to which get through and which get stuck. I also get confused about the cir

Re: executor starvation on idle machine?

2015-01-14 Thread Lam Le
Let's see if we can debug this. 1. Does it currently run any job regardless of how many executor you have. 2. Is the slave nodes config and running correctly 3. You can restart your jenkins by this:: :8080/restart On Wed, Jan 14, 2015 at 2:46 PM, K Richard Pixley < rpix...@graphitesystems.com> wro

executor starvation on idle machine?

2015-01-14 Thread K Richard Pixley
Hey. I'm a newbie jenkins admin with a problem. I currently have 4 jobs in my queue all starving with "waiting for an executor". I'm only using the master as executor. I've configured it for 7 executors and "use this node as much as possible" and nothing is running on any of them. All idle. W

How to force jenkins to mark a failure as success in history?

2015-01-14 Thread Lam Le
I have a controller job that run mutliple downstream job. Say if one or two of them fail this instance but was later fix in an hour. I then rerun those failure individually and they pass. How do I make the controller become green again? I do not want to promote it because visually, if you have

Re: Required "People Soft Techno Functional NA Payroll Consultant"

2015-01-14 Thread Richard Bywater
Is there no list admin to block this guy? :( Richard. On Thu, Jan 15, 2015 at 10:43 AM, hitesh sharma wrote: > Hi, > Hope you are doing great today. > > > *Role*: PeopleSoft Techno Functional NA Payroll Consultant > *Experience*: > 10 years > *Location*: Chicago, IL > > > Job Description : > >

Required "People Soft Techno Functional NA Payroll Consultant"

2015-01-14 Thread hitesh sharma
Hi, Hope you are doing great today. *Role*: PeopleSoft Techno Functional NA Payroll Consultant *Experience*: > 10 years *Location*: Chicago, IL Job Description : Technical/Functional Skills : 1. Strong NA Payroll Functional experience with Technical knowledge 2. Good experience in setup

Extension availability from Workflow Groovy CPS DSL

2015-01-14 Thread Mikhail Vassiliev
Hello, I have searched through the entire email group and did not find an answer on my question. I would like to use “External Resource Dispatcher plugin” in my workflow test job. The idea is to connect several devices to Jenkins slaves, configure the corresponding resources in the nodes that m

Re: Implement custom NodeProvisioner strategy

2015-01-14 Thread Christian Lipphardt
Hi, I am also interested in this topic, because we use the docker cloud plugin too and there is no load balancing. It just tries to fill up the first cloud before it moves on to provision slaves on the second configured cloud. Cheers, Christian -- You received this message because you are sub

Re: EmailExt 2.39

2015-01-14 Thread Slide
I'm not having any issues locally with templates that are not named the "default" names with the same version, so let me look at your template again and see if I see anything. On Wed Jan 14 2015 at 1:30:17 PM 'Don M' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > currently it is >

Re: EmailExt 2.39

2015-01-14 Thread 'Don M' via Jenkins Users
currently it is${SCRIPT, template="groovy-html.template"} It was${SCRIPT, template="emailBody-HTML.template"} From: Slide To: "jenkinsci-users@googlegroups.com" Sent: Wednesday, January 14, 2015 3:20 PM Subject: Re: EmailExt 2.39 What does your ${SCRIPT} usage look like in the con

Re: EmailExt 2.39

2015-01-14 Thread Slide
What does your ${SCRIPT} usage look like in the content area? On Wed Jan 14 2015 at 1:19:41 PM 'Don M' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Yes I can share one of the templates. > It basically takes the example template that was shipped with older > version of EmailExt p

Re: EmailExt 2.39

2015-01-14 Thread 'Don M' via Jenkins Users
Yes I can share one of the templates.It basically takes the example template that was shipped with older version of EmailExt pluginAnd adds some code to look at the log for the job for Artifacts that were sent to Artifactory and adds links to the email.The script is show below I am able to run t

Re: [workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-14 Thread James Nord
Hi Drug, 'build' of the step you are looking for. It takes a job name and a map of parameters. The has been discussion of this on this list so a quick Google should get you to more information. /James On 14 January 2015 17:54:30 GMT+00:00, Doug Lethin wrote: >I'm a complete newbie here to t

Re: EmailExt 2.39

2015-01-14 Thread Slide
Looks to me like its an issue in the template itself. Are you able to share it? On Wed Jan 14 2015 at 9:57:24 AM 'dj44port' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Updated Jenkins to 1.596, and update to EmailExt 2.39 > And have the following dependencies installed > token-

Maven "doesn't have a 'lib' subdirectory"

2015-01-14 Thread maloy . adam
Hi, I got this error message using Jenkins v1.596 and it told me to send it here: === ERROR: Processing failed due to a bug in the code. Please report this to jenkinsci-users@googlegroups.com java.lang.IllegalArgumentException: /home/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven32 do

Re: Jenkins migration

2015-01-14 Thread Mark Waite
If you're running on Debian (or Ubuntu) and installed using the Debian archive, you can use apt (apt-get, aptitude) to perform the update. It will retain system configuration and job definitions. Since that is a large jump (almost two years of development has happened since 1.480 was released), y

[workflow-plugin] can a workflow be defined by stitching together existing jobs (local or remote) in parallel/serial?

2015-01-14 Thread Doug Lethin
I'm a complete newbie here to the workflow plugin having only gone through the docker container tutorial. Are there constructs in the dsl to define a workflow that will execute a number of existing jobs ( either jobs define on the same master, or remote) either in serial or parallel, controlli

EmailExt 2.39

2015-01-14 Thread 'dj44port' via Jenkins Users
Updated Jenkins to 1.596, and update to EmailExt 2.39 And have the following dependencies installed token-macro - 1.10 script-security - 1.12 mailer - 1.12 The issue is we have some custom email templates, when the email is sent The logs for Jenkins and the error sent in the email are below. Chang

Scheduling question

2015-01-14 Thread Jordan de Geus
Hey guys, Quick question, when setting up a build scheduling, will this trigger the whole build thats specified in the .ci.yml file? Or is it possible to ONLY run the integration tests on master? Currently our setup runs unit tests on all branches, and if unit test pass AND on master branch,

Jenkins migration

2015-01-14 Thread Adrien Ruffié
Hello all, I have a Jenkins ver. 1.480.1 and I want to migrate to 1.580.2 My question is, I have my Jenkins over /var/lib/Jenkins (is not a war) how I can migrate to the last 1.580.2 version without loose all my jobs, installed plugins (on the old Jenkins) and keep all system configuratio

Implement custom NodeProvisioner strategy

2015-01-14 Thread Daniel Laird
All, I have found the following file: core/src/main/java/hudson/slaves/NodeProvisioner.java I would like to know if its possible to write a plugin that changes the default strategy. The reason is that we are using Docker Containers on a number of Slave machines. This allows each Slave Server t

Jenkins 1.4.56 - users login issue

2015-01-14 Thread Ligade, Shailesh [USA]
Hello, Currently only one admin user can login, and rest users (including default admin user ) is getting is missing the Read permission No errors in JBOSS log when user try to login I checked (reset) user passwords etc still no luck. Any suggestions? Thanks Shailesh -- You received th

Dead executors

2015-01-14 Thread Mihaela-Elena Velimiroviciu
Hi, We had many dead executors today, related to not enough space left. Here is how the logs looked like: Unexpected executor death java.io.IOException: Failed to create a temporary file in /home/mozauto/mozmill-ci/jenkins-master/jobs/mozilla-aurora_update at hudson.util.AtomicFileWriter.(

RE: Jenkins - Baby steps

2015-01-14 Thread David Aldrich
Which environment are you targeting? (I guess you are targeting Linux with the gcc compiler). -- 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+

Jenkins - Baby steps

2015-01-14 Thread Kumara Raja S
Hello! Am quite new to Jenkins. I can say, I have been using Jenkins for couple years. But never got a chance to set up the Jenkins environment. So, am new to setting up Jenkins. I am have C++ projects in my SVN server. I could link those projects in Jenkins. But, the build step becoming ni

Re: Does Jenkins support something like tenants?

2015-01-14 Thread Dennis Plöger
Hi Paul! That plugin works! Thank you very much. Kind regards Dennis -- 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.

Re: "Log out" button with reverse-proxy authentication

2015-01-14 Thread Mokus Mokusszon
Hi, Really? there's no better way to do it? I'm also stuck with this, and a I was wondering if anybody came up with a better solution to this? best, Tom On Sunday, 7 September 2014 12:05:52 UTC+2, Daniel Beck wrote: > > Simple Theme plugin and a minimal amount of JS/CSS should add the link.

Re: [workflow-plugin] Readable output for parallel builds?

2015-01-14 Thread Timur Batyrshin
Hi, Actually I've found that you can browse per parallel branch output by going to "Running Steps" in the left job menu. Can this be made more explicit for the end-user? Should I create a ticket for that? Thanks, Timur вторник, 13 января 2015 г., 19:14:49 UTC+3 пользователь Timur Batyrshin н