Re: [workflow-plugin] Does "Groovy CPS DSL from SCM" only support Git?

2015-07-24 Thread Brian Ray
Never mind, I think the Subversion plugin is way out of date--no workflow support as of that old version. On Friday, July 24, 2015 at 2:57:31 PM UTC-7, Brian Ray wrote: > > In experimenting with my first workflow project I switched over from > editing straight in the project config to *Groovy CP

[workflow-plugin] Does "Groovy CPS DSL from SCM" only support Git?

2015-07-24 Thread Brian Ray
In experimenting with my first workflow project I switched over from editing straight in the project config to *Groovy CPS DSL from SCM*. The UI displayed all the expected SCM flavors: Git, SVN, CVS, etc. We're an SVN shop so I chose that and filled out the checkout details. After saving and co

Re: Username of active directory user who started the build using API token

2015-07-24 Thread Mandy
The build is not being started by the logged in user. It is started by another user on a remote machine using some other account credentials on command line. It looks like following User test1 is looged into Jenkins User test2 is logged into some remote machine and specifies "testuser" credenti

Re: Username of active directory user who started the build using API token

2015-07-24 Thread Christopher Orr
On 24/07/15 22:23, Mandy wrote: I have active directory authentication on Jenkins and I am launching job remotely using the following command line curl -u testuser:7658756hfjsdngsd8908593486 http://jenkinsserver:8080/job/testjob/build?token=onlytest How can I using groovy get access to this us

Username of active directory user who started the build using API token

2015-07-24 Thread Mandy
I have active directory authentication on Jenkins and I am launching job remotely using the following command line curl -u testuser:7658756hfjsdngsd8908593486 http://jenkinsserver:8080/job/testjob/build?token=onlytest How can I using groovy get access to this username in the job? Thanks, Mand

Re: Remote host IP

2015-07-24 Thread Mandy
Thank you! That worked. On Thursday, July 23, 2015 at 5:59:21 PM UTC-7, Christopher Orr wrote: > > On 24/07/15 01:02, Mandy wrote: > > Jenkins build log shows "Started by remote host xx.xx.xx.xx". Is there a > > way to access this IP address in a groovy script? > > I imagine something like thi

Bay Area Jenkins Area Meetup proposal

2015-07-24 Thread Udaypal Aarkoti
Hi, I learnt about the Jenkins CIA program from KK and others and would like to volunteer to create a Bay Area Meetup. There are certainly a lot of users in the Bay Area / Silicon Valley and this will be a great opportunity to setup regular meet ups to learn about how people are using Jenkins

Re: Increasing slave performance - Jenkins

2015-07-24 Thread Baptiste Mathus
You don't install Jenkins on slave. You typically install Jenkins only on one machine, and then use something, like ssh, to get slaves running on other machines. The "slave.jar" is only one file and a slave directory is different than the one on the master. Cheers Cheers Le 24 juil. 2015 1:48 PM,

Not able to release plugin sing maven

2015-07-24 Thread Victor Martinez
Hi Rishi, Something with your github account. Have you looked at the below common issues page? https://wiki.jenkins-ci.org/display/JENKINS/Hosting+Plugins#HostingPlugins-Workingaroundcommonissues Cheers -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Re: Run Condition plugin in Jenkins 1.620

2015-07-24 Thread Justin
In container log I see: INFO: Starting the installation of Run Condition Plugin on behalf of justin > Jul 24, 2015 10:28:22 AM hudson.model.UpdateSite$Plugin deploy > WARNING: Dependent install of run-condition for plugin > run-condition-extras already added, skipping > Jul 24, 2015 10:28:22 AM

Re: Run Condition plugin in Jenkins 1.620

2015-07-24 Thread Oleg Nenashev
Do you see anything in system logs on the startup? пятница, 24 июля 2015 г., 18:38:59 UTC+3 пользователь Justin написал: > > I see "Run Condition Plugin" 1.0, "Run Condition Extras Plugin" 0.2, and > "Token Macro Plugin" 1.10 listed under install plugins in Jenkins 1.620. I > do not see how to a

Re: JSON support for Jenkins createItem / create job

2015-07-24 Thread Naga Rakesh
Hello Sajith, *I was wondering if you are able to find the solution for this. * *I am trying to create new item/job through jenkins rest api but for the api call i need to upload a config.xml. I want to know if I can instead send json or upload a json * *based file as config in place of config.

Run Condition plugin in Jenkins 1.620

2015-07-24 Thread Justin
I see "Run Condition Plugin" 1.0, "Run Condition Extras Plugin" 0.2, and "Token Macro Plugin" 1.10 listed under install plugins in Jenkins 1.620. I do not see how to add Conditional Step or Conditional Build in job configuration. I've looked everywhere on configuration page. Does anyone else se

CloudBees Docker Build and Publish plugin - Auto deploy to EC2

2015-07-24 Thread Prasad Bond
We are trying to do the auto deployment of docker image to EC2 container. We thought of doing the following. 1. Created the Jenkins Jobs – to get the code from git hub, prepare the image and push the image to private docker hub (which is created on docker.com ) using CloudBees Docker

[workflow] canonical name for a workflow file when checked into project source: flow.groovy or Jenkinsfile?

2015-07-24 Thread James Strachan
Hey folks! Great work on the Jenkins Workflow Plugin; am loving it. Its so groovy! :) I'm wondering what is the canonical name for a jenkins workflow script if its checked into a project. I've seen a few docs refer to a script as 'flow.groovy' so I've been using that up to now; then I'm sure I

Re: Increasing slave performance - Jenkins

2015-07-24 Thread Ozcan Ovunc
Hi, What am I saying is, should I install Jenkins as a service on slave even though It will have same configuration as it's master. Will that affect the performance in a positive way? Regards On Wednesday, July 22, 2015 at 4:23:07 PM UTC+3, Ozcan Ovunc wrote: > > I know it is not needed to ins

Re: Argument for removing old jobs

2015-07-24 Thread Maciej Jaros
VFloyd (2015-07-16 16:21): Morning, Jumping straight to the point - we have jobs in our Jenkins instance that have not run in two years (successfully or unsuccessfully). We have jobs that people set up months ago and have never run. I have sent e-mails, made visits to peoples desks, made cal

Re: Build status depending on build failure type

2015-07-24 Thread Maciej Jaros
Jakub Czaplicki (2015-07-08 17:57): I would like to be able to set a build status to "Not built" or "Aborted" when a certain failure occur (specific string in a log I suppose). For instance when a infrastructure failure occurs: "failed receiving gdi request response for mid=2 (got syncron m

Re: Help please - Admin privilege issue with Jenkins on Windows

2015-07-24 Thread Shaji
even the system restart doesn't work. What could be going wrong? In the new Jnkins version, I can't see the page for assigning admin privileges to the user. On Thu, Jul 23, 2015 at 10:56 PM, Shajimon Paremmal wrote: > Hi, anyone has a clue about what could be causing the issue and what would > b