Re: textbox in jellyscript

2016-03-14 Thread Irfan Sayed
Ok Thanks much. let me jump there On Tue, Mar 15, 2016 at 11:19 AM, Richard Bywater wrote: > You might have more luck on the dev list > > Richard. > > On Tue, 15 Mar 2016 6:37 pm Irfan Sayed wrote: > >> please suggest >> >> On Mon, Mar 14, 2016 at 11:10

Re: textbox in jellyscript

2016-03-14 Thread Richard Bywater
You might have more luck on the dev list Richard. On Tue, 15 Mar 2016 6:37 pm Irfan Sayed wrote: > please suggest > > On Mon, Mar 14, 2016 at 11:10 PM, Irfan Sayed > wrote: > >> Hello All, >> >> is there any way in jelly script to have a textbox and

Re: textbox in jellyscript

2016-03-14 Thread Irfan Sayed
please suggest On Mon, Mar 14, 2016 at 11:10 PM, Irfan Sayed wrote: > Hello All, > > is there any way in jelly script to have a textbox and contents of the > same can drag and drop as per need. > for example, the list of IP addresses are there in text box and user > should

Compilation Batch of Delphi 7 projects

2016-03-14 Thread Samuel Pereira
Hi everyone. Recently i had needed build a lot of Delphi projects in one output folder. The main objective was recompile and publish the exe in a new folder. The utility to search all folder by *.dpr file and recompiling it. The call is made by Jenkins after import tlb. Follow the link

Best Practices with LTS Updates

2016-03-14 Thread Mark Bidewell
I am managing the Jenkins Server for my company. Recently, we moved from 1.609.3 to 1.625.3. I noticed however that the Required Core Dependencies for Pipe line skipped 1.625.x and went from 1.609.1 to 1.642.1. What are the best practices for selecting LTS versions to update? Would an

Re: Git commit during build tricks scm scheduller

2016-03-14 Thread Mark Waite
You didn't mention which SCM you're using, but you do reference "commit hash", so I assume you're using one of the distributed SCM plugins (git, mercurial, etc.). If you are using the git plugin, then you may be able to use the additional behaviour "ignore commits from certain users" so that

textbox in jellyscript

2016-03-14 Thread Irfan Sayed
Hello All, is there any way in jelly script to have a textbox and contents of the same can drag and drop as per need. for example, the list of IP addresses are there in text box and user should be able to drag and drop the IP addresses as per need. user should be able to change the order of IP

Re: is 1.65x Branch will be maintained in parallel of new 2.0 version ?

2016-03-14 Thread Kohsuke Kawaguchi
See this page for the LTS process and its time window. 1.642.3 LTS is expected this Wednesday and we'd be also picking another base version for the next LTS, which should last another 12 weeks, which would be into June-ish if my math

Re: is 1.65x Branch will be maintained in parallel of new 2.0 version ?

2016-03-14 Thread francois . jeanmarie
Thanks I have read this as well, and i hope to update as fast as possible, but for production environnement,there are some specific care to take in my company when we upgrade on Major Release . and this induces more 'complex' process for validation. Reason why I would like to know if there

Re: Capturing Data From a Script File and Setting Environment Variables

2016-03-14 Thread Ioannis Moutsatsos
I would start with the https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin if your perl scripts write a simple key-value properties file, this plugin can read it to create environment variables that you can use in subsequent tasks or builds. hope this helps Ioannis On Wednesday,

Removing build associated files on Linux from Windows Jenkins

2016-03-14 Thread Ioannis Moutsatsos
I have a job that uploads user data on a Linux server where it gets processed (ssh remote execution build step). Results (artifacts) are subsequently downloaded and archived on the windows Jenkins server. How can I delete the user data on the Linux server when their associated Jenkins build

ansible-plugin

2016-03-14 Thread ivan farre Vicente
Hi, Anyone has experience using this plugin. We have troubles in order to achive use dynamic inventories with AWS. I will apreciate If anyone give us some explanation about how we should use this feature. I don't know how we should fill the 'content' box if i check "Dynamic Inventory" check

Re: Bruce Schneier Plugin appears broken

2016-03-14 Thread R. Tyler Croy
(replies inline) On Fri, 11 Mar 2016, Nicholas Geovanis wrote: > FWIW, for your amusement, on a Friday afternoon: The Bruce Schneier Plugin > for jenkins appears to be broken. No Schneier photos replace the butler > Jenkins. OH NO THE FEDS GOT TO HIM! Will you please file a ticket if

Re: is 1.65x Branch will be maintained in parallel of new 2.0 version ?

2016-03-14 Thread Indra Gunawan (ingunawa)
Read this 2.0 Wiki: https://jenkins-ci.org/2.0/ Backward Compatible Jenkins 2.0 is a drop-in replacement of the Jenkins 1.x series of releases and fully backward compatible. There is practically no reason not to upgrade once 2.0 is released. From:

Jenkins Environment Variable

2016-03-14 Thread Jayesh Iyer
Hi, I am using jenkins environment variable, i am specifying property something like count=1 the same is present in my build file as I have specified a property file something as C:\Users\myname.i\workspace\Project\application.properties When i trigger the build, the property file gets

Executing jobs with administrators privileges on windows slaves.

2016-03-14 Thread Thibault Friedrich
Hi everybody, I am running tests on jenkins but my tests need to be run as administrator (because of some windows commands). But runas doesn't work for what I need. I also tried sudowino but it hides stdout. Is there a jenkins plugin to execute jobs with administrators privileges on windows

Git commit during build tricks scm scheduller

2016-03-14 Thread Diego Oliveira
Hello, I'm having trouble configuring my project build in jenkins. The build script is part of my project and trigged by jenkins in the build phase. The problem is that my script do some changes, a commit, and then push upstream, this makes that the next SCM pool finds a new commit (that

is 1.65x Branch will be maintained in parallel of new 2.0 version ?

2016-03-14 Thread francois . jeanmarie
Hello, What would be the Jenkins "policy" for LTS version? is the 1.x version will be discontinued as soon as the 2.x will start ? Can we imagine that the next unique July LTS will be 2.x version ? Cheers Francois -- You received this message because you are subscribed to the Google

active deploy plugin for cf

2016-03-14 Thread dileep kumar baratam
Hi I need a plugin which can push an app to bluemix/cloud , simply active deploy plugin for CF . Thanks , Dileep. -- 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,

Re: Running Jenkins as a different Windows User

2016-03-14 Thread ayesha s
Hi Jerome, Thanks for looking into my query.I will try the steps you suggested and let you know if thhat helps. On Thursday, March 10, 2016 at 3:23:56 PM UTC+5:30, ayesha s wrote: > > > I have installed latest Jenkins LTS on windows server 2008 > > I need to change JENKINS_USER.How can I change