Jenkins User Conference 2015 - Save the Date

2015-03-02 Thread Alyssa Tong
Hi All, Just a couple of announcements for JUC 2015. Planning is well underway and we've made some big changes - JUC will be a 2 days with event this year: 1) SAVE THE DATE: - JUC East Coast (Washington, DC

Re: [Email-ext] Add images to mail

2015-03-02 Thread Jeff Lett
Whats the preferred way to do this these days? On Monday, June 16, 2014 at 10:29:04 AM UTC-4, Maciej Gąsiorowski wrote: > > But when I add this to img tag, this does not change anything. Maybe I am > doing something wrong ? > > Here is my code: > > > > Icons: > > > > * data-inli

Re: slave script will not correctly execute binary

2015-03-02 Thread Les Mikesell
On Mon, Mar 2, 2015 at 2:57 PM, Robert Daniels wrote: > i have a binary that i wrote from C that prepares folders on my file system > prior to doing a git pull. > > i am using a slave and everything works fine, until it attempts to execute > this binary. (Which works properly when using a terminal

slave script will not correctly execute binary

2015-03-02 Thread Robert Daniels
i have a binary that i wrote from C that prepares folders on my file system prior to doing a git pull. i am using a slave and everything works fine, until it attempts to execute this binary. (Which works properly when using a terminal on the slave). i get a java usage error: Usage: java [-opti

NodeLabel Parameter Plugin doesn't let me stay on the same node

2015-03-02 Thread Katie Outram
I have two nodes defined with the same label. NodeA (label mygit) NodeB (label mygit) I am using the build flow plugin and have a script that gets called from the main build job that performs the following build(joba.sh) parallel{ {build (jobb.sh), build (jobc.sh), build (jobd.sh

Re: Stop builds for a period of the day

2015-03-02 Thread Christopher Orr
Sounds like the Slave Squatter plugin could help: https://wiki.jenkins-ci.org/display/JENKINS/Slave+Squatter+Plugin On 02/03/15 02:52, John Carbasse wrote: Hello, Is it possible, in Jenkins or by a plugin, to forbid builds for a period (12h-14h for exemple) ? Ideally, I look for a global parame

Re: Need help with a plugin

2015-03-02 Thread Chris Kao
Hi, Template Plugin Project should do the job - https://wiki.jenkins-ci.org/display/JENKINS/Template+Project+Plugin On Mon, Mar 2, 2015 at 12:54 PM, Jenifer Kim wrote: > Hi > I am new in a role that demands me to create Jenkins jobs on regular > basis. Some of the jobs that I create have simila

Need help with a plugin

2015-03-02 Thread Jenifer Kim
Hi I am new in a role that demands me to create Jenkins jobs on regular basis. Some of the jobs that I create have similar parameters that are shared or repeated between projects. I need a plugin that can store older parameters while only displays newer parameters, I have tried copy plugins whi

Need help with a plugin

2015-03-02 Thread Jenifer Kim
Hi I am new in a role that demands me to create Jenkins jobs on regular basis. Some of the jobs that I create have similar parameters that are shared or repeated between projects. I need a plugin that can store older parameters while only displays newer parameters, I have tried copy plugins whi

Re: How do I include console colors emitted from .NET applications (windows)

2015-03-02 Thread Slide
He mentioned in his email that he has the ANSI color plugin installed. On Mon, Mar 2, 2015 at 10:15 AM Baptiste Mathus wrote: > Try the ANSI color plugin? (Supposing .Net is emitting standard codes). > Le 2 mars 2015 17:25, "Brent Scriver" a écrit : > > >> I have the ansi color plugin installed

Re: How do I include console colors emitted from .NET applications (windows)

2015-03-02 Thread Baptiste Mathus
Try the ANSI color plugin? (Supposing .Net is emitting standard codes). Le 2 mars 2015 17:25, "Brent Scriver" a écrit : > > I have the ansi color plugin installed and verified it works, however .NET > or C++ applications setting console colors and emitting text does not > appear colored in the lo

Re: Hudson service https for secure logins

2015-03-02 Thread Justin Doehling
Does this require restarting Hudson afterward for the settings to take affect? On Thursday, December 16, 2010 at 11:42:13 AM UTC-6, Nord, James wrote: > > Create a self signed cert using the java keytool and > > Java -jar hudson.war --httpsPort=443 --httpsKeyStore=/path/to/keystore > --httpsKeyS

Re: [workflow] how to mark build as unstable inside jenkins workflow?

2015-03-02 Thread Baptiste Mathus
Well I guess this depends basically on the test plugin, independently from workflow itself. If some plugin, say the junit one, doesn't support this then I think you just then put many sh steps to achieve this. Might seem not so interesting compared to a typical script, but the difference is you th

Re: Password Parameter not masked in Console output

2015-03-02 Thread lfast
Let me try again: Script: any_command -p $my_pwd Console Output: any_command -p the_password_I_typed error: any_command not found The password is still displayed. Maybe I'm misunderstanding what you mean by "just use the variable." Is masking the use of $my_pwd not supported? On Sunday, March

Re: Warning: Problems with Jenkins 1.600 when env-inject is installed

2015-03-02 Thread Daniel Beck
I haven't actually tested it, but as JENKINS-26755 isn't in LTS 1.596.1, it cannot be affected. https://github.com/jenkinsci/jenkins/pull/1559/files is the responsible change in the weekly. On 02.03.2015, at 17:14, Felix Nawroth wrote: > Thank you for your heads-up. > > Do you have any inform

How do I include console colors emitted from .NET applications (windows)

2015-03-02 Thread Brent Scriver
I have the ansi color plugin installed and verified it works, however .NET or C++ applications setting console colors and emitting text does not appear colored in the log. Is there a configuration setting to enable it? The .net code is pretty simple: static void Main(string[] args)

AW: Warning: Problems with Jenkins 1.600 when env-inject is installed

2015-03-02 Thread Felix Nawroth
Thank you for your heads-up. Do you have any information whether LTS 1.596.1 is affected as well? I was about to install it tomorrow morning because of the security advisory. Comparing your patch in https://issues.jenkins-ci.org/browse/JENKINS-27178 with the code from LTS (https://github.com/j

Re: First GIT integration test fails

2015-03-02 Thread Mark Waite
I've not been able to use an ssh authenticated git URL with a Windows Jenkins agent running as a service. Refer to https://issues.jenkins-ci.org/browse/JENKINS-20356 for the details of that bug. I have been able to consistently use ssh keys with the Jenkins agent running from a Windows desktop, t

RE: Stop builds for a period of the day

2015-03-02 Thread Matthew.Webber
Just be aware that jobs that are scheduled to run during that period are still scheduled, and you see them waiting in the Build Queue. Also, be careful if you have slaves configured “take this slave on-line when in demand, and off-line when idle”. If you have a job that Is tied to a particular

Re: "no route to host" using LDAP and Active Directory

2015-03-02 Thread Gatis Indriksons
We just recently fixed such issue. LDAP service on Windows AD server is integrated with DNS service and dependent. If you are running LDAP query from Linux machine using java against Active Directory server, for the parsing of LDAP response AD DNS is involved. If there is malfunctioning or misc

Re: Stop builds for a period of the day

2015-03-02 Thread Scott Evans
Another option if you want to do it programmatically could be to use an API call via url hit to take machines offline, then put them back online. The general format of the call should be available pretty easily with a web search, but we use something like this in a curl call when wanting to take m

Forbid builds for a period

2015-03-02 Thread John Carbasse
Hello, Is it possible in Jenkins or by a plugin, to forbid "Builds" for a period (no builds between 12 and 14h for exemple) ? Ideally, I look for a global parameter, I have too many jobs for set it for each. Thanks for your time -- You received this message because you are subscribed to the Go

Forbid builds for a period

2015-03-02 Thread John Carbasse
Hello, Is it possible in Jenkins or by a plugin, to forbid "Builds" for a period (no builds between 12h and 14h for exemple) ? Ideally, I look for a global parameter, I have too many jobs for set it for each. Thanks for your time -- You received this message because you are subscribed to the G

nodelabel parameter plugin configuration questions

2015-03-02 Thread Katie Outram
I have a build flow plugin configuration for my build job in jenkins(main-build-job). I want to make sure that my build occurs on one of two machines so I installed the nodelabel parameter plugin. My build flow is build ("joba.sh", PARENT_BUILD_ID : build.properties.environment['BUILD_

[workflow] how to mark build as unstable inside jenkins workflow?

2015-03-02 Thread Arek Skalski
I want to implement threshold for number of failed tests on my worklfow build. If there are some failures and the threshold is not exceeded I would like to mark my build as unstable. How can I do it inside workflow job? -- You received this message because you are subscribed to the Google Group

Re: Stop builds for a period of the day

2015-03-02 Thread Stephen Connolly
just turn on "prepare for shutdown" and turn it off again when you're done On 2 March 2015 at 10:52, John Carbasse wrote: > Hello, > Is it possible, in Jenkins or by a plugin, to forbid builds for a period > (12h-14h for exemple) ? > Ideally, I look for a global parameter, I have too many jobs f

RE: Borked my jenkins doing a plugin update

2015-03-02 Thread John Mellor
I always install into a VM, and rollback to a snapshot when things are not looking good. I can then alter all the build numbers using the build-number plugin, and any other things that have changed since the last snapshot, and then rebuild half the world for a couple of days. Jenkins does not

Warning: Problems with Jenkins 1.600 when env-inject is installed

2015-03-02 Thread Daniel Beck
There are a few issues with Jenkins 1.600 when the popular env-inject plugin is installed. More information is available in Jira: https://issues.jenkins-ci.org/browse/JENKINS-27178 https://issues.jenkins-ci.org/browse/JENKINS-27188 The first issue doesn't really look like an issue with Jenkins (

First GIT integration test fails

2015-03-02 Thread Duncan Bates
Dear sir's I'm new to seting up of Jenkins and have issues integrating with my GIt/SSH server. Running Jenkins on a Windows 7 machine, while my GIT repository is on a Ubuntu Linux (10.0.0.131) I've tried to understand the explained issues with integration, but seams fetch hangs as bellow S

SVN Credentials missing after migration

2015-03-02 Thread James Green
We tried migrating a Jenkins instance from one server to another by simply rsync'ing /var/lib/jenkins. This successfully produced a new server full of jobs. But on running one of them we were told to enter SVN credentials for the repository. This is strange given we have this on a global basis (co

Stop builds for a period of the day

2015-03-02 Thread John Carbasse
Hello, Is it possible, in Jenkins or by a plugin, to forbid builds for a period (12h-14h for exemple) ? Ideally, I look for a global parameter, I have too many jobs for set it for each. Thanks for your time -- You received this message because you are subscribed to the Google Groups "Jenkins

deploy applicatiuon on tomcat with Jenkins

2015-03-02 Thread Lusi
Jenkins runs as Windows service, How should I specify on which tomcat will be deployed application? -- 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-u