Bruce Schneier Plugin appears broken

2016-03-11 Thread Nicholas Geovanis
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. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and

Re: Jenkins 2.0 alpha release available

2016-03-11 Thread R. Tyler Croy
A follow-up on this thread, we released alpha3 today with the new security setup and some other UI improvements, read more about it here: On Mon, 29 Feb 2016, R. Tyler Croy wrote: > As I mention in this blog post: >

Re: simple build (DSL) for pipeline plugin

2016-03-11 Thread Martin d'Anjou
Hi Michael, I played with the plugin quite a bit. I am very enthusiastic about this plugin, because it gives me a way to manage the pipeline script development as if it were a regular plugin (code, test, version and release), while being much easier to write than a regular plugin. I do not

Re: Start a job on slave / node that just connected to master server

2016-03-11 Thread Eric Pyle
Before the reboot, you could queue up the job you want to run right after reboot. If other jobs may be competing, you can give your special job a higher priority (priority sorter plugin). Eric On 3/11/2016 7:05 AM, Jakub Gladykowski wrote: On Friday, March 11, 2016 at 1:01:01 PM UTC+1,

Parameterized TRigger plugin not finding properties files when using Parameter factories

2016-03-11 Thread Elvis Presley
Jenkins 1.643 on Windows Server 2012R2 x64 Java 1.8.0_20 x86 Parameterized Trigger plugin 2.30 Hi, Job A uses *"For every property file, invoke one build"* parameter factory to call downstream job B. Here is the file pattern I am using: d:\scripts\batch\salesconfig*.txt There are two files in

Re: Development environment for Pipeline (aka workflow)

2016-03-11 Thread Martin d'Anjou
On Tuesday, February 2, 2016 at 5:14:54 PM UTC-5, Tom Kierzkowski wrote: > > >- How do you test your scripts within your IDE/development setup? > > > I do not use and IDE, but I was shown these two plugins which show a way of testing pipeline scripts: -

Jenkinsfile: usable for pull request integration?

2016-03-11 Thread Martin d'Anjou
If I understand correctly, the Jenkinsfile is stored in the same repository as the code it manages. But I have a concern with using the Jenkinsfile to manage pull request integration. My definition of pull request integration: checkout the destination branch, merge the pull request, run test,

Jenkinsfile: is more than one possible?

2016-03-11 Thread Martin d'Anjou
I was re-reading JENKINS-31155 , and in the context of a project in a Git repository, I have more than one CI/CD pipeline per branch. So a single Jenkinsfile does not appear to be enough. Anyone has thoughts on that? Martin -- You received

Re: Limit job start time to period

2016-03-11 Thread Baptiste Mathus
Don't know any plugin designed precisely for that. But if I had to do it, I'd try two ways: * either have a first step to check the current hour to decide to continue or not * or have a job dedicated to that, but that would trigger another one conditionally Advantage of the second one: you'll

Re: Start a job on slave / node that just connected to master server

2016-03-11 Thread Jakub Gladykowski
On Friday, March 11, 2016 at 1:01:01 PM UTC+1, Simon Richter wrote: > > This seems like a good time to ask what you *actually* want to do[1]. > >Simon > > [1] http://xyproblem.info/ > I need to reboot slave few times during test. So whenever slave goes back online, I need to execute

Re: Start a job on slave / node that just connected to master server

2016-03-11 Thread Simon Richter
Hi, On 11.03.2016 12:38, Jakub Gladykowski wrote: > However all I want > to do, is to trigger this job, only on the slave / node that just connected. This seems like a good time to ask what you *actually* want to do[1]. Simon [1] http://xyproblem.info/ -- You received this message

Start a job on slave / node that just connected to master server

2016-03-11 Thread Jakub Gladykowski
http://wiki.jenkins-ci.org/display/JENKINS/Startup+Trigger will trigger build, whenever slave / node will connect. You can restrict on which slaves this build will be triggered, by using labels. However all I want to do, is to trigger this job, only on the slave / node that just connected. I

Re: Jenkins Task - Is it possible to add a windows shell commands as a step ( on Windows salve) inside a Linux master job.

2016-03-11 Thread Jakub Gladykowski
Hi, While installing GIT, many UNIX commands can be installed and added to path https://git-scm.com/ Then you can execute some shell commands on Windows slave. This is fast approach. Full approach would involve installing CYGWIN or some other stuff. On Friday, March 4, 2016 at 9:10:32 AM

Re: How to whitelist the branches to be built upon git hook notification

2016-03-11 Thread Baptiste Mathus
Le 9 mars 2016 9:36 PM, "Mark Waite" a écrit : > > You might consider the "pipeline plugin". It includes a multi-branch facility which will automatically configure a new job for any branch which has a "Jenkinsrule" file Nitpicking for future reference: that file is

Re: Pipeline Workflow && Blocking other jobs

2016-03-11 Thread Baptiste Mathus
Gonna probably require twiddling with the API, but it should be possible to use one of the lock plugins (throttle one e.g.). * On the non pipeline one: use it normally * On the pipeline one: wrap the required groovy code in a @NonCPS function to attack the plugin API and acquire the lock. My 2

Re: Have job set ball additional ball color

2016-03-11 Thread Baptiste Mathus
If you're just gonna lookup a string in the logs, BTW, you might find the Text Finder Plugin a wee bit simpler. My 2 cents Le 9 mars 2016 1:49 PM, "Daniel Beck" a écrit : > I solved similar problems in the past by making sure a line in the build > log states e.g. "Nothing