Re: Build pipeline plugin ERR_CONTENT_DECODING_FAILED error

2014-06-25 Thread Daniel Beck
Please file a bug in Jira and provide a full explanation on how to reproduce the issue starting with a blank Jenkins instance. (Please make sure it's not just happening on your production instance i.e. has other dependencies on your configuration than what you mentioned) In the past similar

Re: Execute Windows batch command not executing

2014-06-25 Thread Daniel Beck
On 26.06.2014, at 00:35, Gavin Goodrich gavingoodr...@gmail.com wrote: default That's the default matrix/multi-project configuration name for the single existing sub-project if there are no axes defined. Compare the following two URLs to see the difference: Meta-job just triggering

Re: Cannot connect slave Caused by: java.io.IOException: Invalid PEM structure, '-----BEGIN...' missing

2014-06-18 Thread Daniel Beck
On 18.06.2014, at 16:19, Seth Floyd s...@sethfloydjr.com wrote: where we point to the .pub file using the SSH username with private key option That cannot possibly work. .pub indicates a public key. -- You received this message because you are subscribed to the Google Groups Jenkins Users

Re: Cannot connect slave Caused by: java.io.IOException: Invalid PEM structure, '-----BEGIN...' missing

2014-06-17 Thread Daniel Beck
On 17.06.2014, at 20:18, Seth Floyd sethfloy...@gmail.com wrote: Did you ever figure this out? Im getting the same thing and im stumped. I can connect just fine if I ssh from master to the slave using the key...but not when I try to launch the slave from inside Jenkins. The credentials are

Re: Cannot launch slave agent on Win XP slave

2014-06-16 Thread Daniel Beck
On 16.06.2014, at 15:16, David Aldrich david.aldr...@emea.nec.com wrote: 1) Sometimes, when I click the Launch slave agent button, I see: POST is required for hudson.slaves.SlaveComputer.doLaunchSlaveAgent Will be fixed in 1.570. -- You received this message because you are

Re: how to specify the default ANT

2014-06-13 Thread Daniel Beck
'(Default)' means to use whatever's on your system's PATH rather than one of the versions configured in Jenkins. There is no way to get Jenkins to preselect a specific version for newly added Ant build steps. On 13.06.2014, at 14:13, Eric Wood eric.w...@rocketmail.com wrote: I have three

Re: syntax highlighting of Build - execute shell

2014-06-12 Thread Daniel Beck
https://issues.jenkins-ci.org/browse/JENKINS-23148 On 12.06.2014, at 18:25, min yuan myua...@gmail.com wrote: Hello, I have installed Jenkins last week and I can see the field Build execute shell has syntax highlighting support when I type my shell script. But today I reinstalled

Re: Jenkins change language intermitentily

2014-06-12 Thread Daniel Beck
Please be more specific what you mean by 'Jenkins is configured to use English'. By default, Jenkins tries to return responses in the language preferred by the user (Accept-Language header). Use Locale Plugin to have Jenkins ignore your users' preferences. On 12.06.2014, at 16:52, Eduardo Dias

Re: syntax highlighting of Build - execute shell

2014-06-12 Thread Daniel Beck
And of course https://issues.jenkins-ci.org/browse/JENKINS-23151 which probably more users are concerned about. On 12.06.2014, at 21:53, Daniel Beck m...@beckweb.net wrote: https://issues.jenkins-ci.org/browse/JENKINS-23148 On 12.06.2014, at 18:25, min yuan myua...@gmail.com wrote: Hello

Re: EXTERNAL: Re: How to debug inability to create a new job

2014-06-10 Thread Daniel Serodio
I don't know about IE, but on Chrome or Firefox I usually go to the browser's Developer Tools and check both the Console and the Network tabs for Javascript or HTTP errors. Regards, Daniel Serodio On Wednesday, June 4, 2014 1:15:45 PM UTC-3, Anne wrote: Google chrome works great. Internet

Re: iframes no longer displayed after Jnekins upgrade (1.557)

2014-06-06 Thread Daniel Beck
On 06.06.2014, at 16:04, Christophe Lebel christophe.le...@gmail.com wrote: i have recently upgraded to 1.566 and the issue remains, even with global security HTML RAW, iframes in view description are no more displayed. Use the Anything Goes Formatter plugin. Raw HTML isn't raw, but rather

Re: Anyone else having trouble with Jenkins Update?

2014-06-06 Thread Daniel Beck
http://mirrors.jenkins-ci.org/status.html It looks like the xmission mirror was unavailable today for a while, and the Chinese mirror has been broken for a while. From 1.565 Jenkins tells you in the error message which mirror it tries to download from, so you can check whether it got

Re: Anyone else having trouble with Jenkins Update?

2014-06-06 Thread Daniel Beck
On 06.06.2014, at 22:26, scott crook smcr...@gmail.com wrote: Is there a configuration setting in Jenkins that I could just point it at the U Oregon mirror directly? I have looked but I don't see a setting that is obvious. Maybe there's something in a config XML file on the hard drive? The

Re: 4-5min delay at end of job on slave

2014-06-05 Thread Daniel Beck
First check the /threadDump page during this time to try to determine what Jenkins does during that time. Reload a few times to get a representative sample. The relevant section will likely be called something like 'Executor #42 for nodename: executing jobname #23' A Jira issue would be

Re: LTS 1.554.2 updates

2014-06-04 Thread Daniel Beck
On 04.06.2014, at 15:40, Shawn Baker scbaker...@gmail.com wrote: So, is this the directory I should be removing the contents? Yes. I fixed the wiki. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Re: Save job configuration returns an Oops page

2014-06-03 Thread Daniel Beck
On 02.06.2014, at 23:43, Slide slide.o@gmail.com wrote: Released 2.38.1 today, should fix this issue. I confirm this is resolved. BTW, is there a reason you replaced the checkboxes with the drop-down? It takes more clicks to configure, it's more difficult to tell at a glance what's not

Re: Most downloaded plugins?

2014-06-03 Thread Daniel Beck
-ci.org/plugin-installation-trend/latestNumbers.json I wrote a Greasemonkey userscript that adds the install count as a column to the plugin manager. It only requires you to place that json file into JENKINS_HOME/userContent. https://github.com/daniel-beck/jenkins-userscripts/blob/master

Re: Most downloaded plugins?

2014-06-02 Thread Daniel Beck
This site provides some of that: Plugins by popularity, optionally only those with 500+ or 1000+ installations, in graph format: http://stats.jenkins-ci.org/jenkins-stats/svg/svgs.html On 02.06.2014, at 11:21, James Green james.mk.gr...@gmail.com wrote: I'm looking at

Re: Save job configuration returns an Oops page

2014-06-02 Thread Daniel Beck
On 02.06.2014, at 14:05, Slide slide.o@gmail.com wrote: I don't think its valid to not have at least one type of recipients selected. I use that a lot. The problem is that the per-trigger list of recipients is not part of this mechanism. Example: In case of success, send email to

Re: Save job configuration returns an Oops page

2014-05-31 Thread Daniel Beck
On 31.05.2014, at 17:47, Slide slide.o@gmail.com wrote: I am unable to reproduce this issue,so more information will be needed to debug it. Did you restart Jenkins after upgrading the plugin? Reproducible in 2.38: Deselect all recipient providers (culprits, etc.) in a trigger. Save the

Re: Save job configuration returns an Oops page

2014-05-31 Thread Daniel Beck
On 01.06.2014, at 01:43, Slide slide.o@gmail.com wrote: I'll have to make that an error condition then, saving a trigger with no recipient providers selected wouldn't make much sense. The documentation says 'Recipient List' refers to the 'Project Recipients List', so the Trigger-specific

Re: python script argument misinterpreted in Jenkins Execute Shell step - how to overcome?

2014-05-30 Thread Daniel Beck
Are you sure it changes, or is it only the warped output of bash -x? What version of Jenkins does this occur with? Could you provide a test case anyone can run that demonstrates the problem? Would 'echo' rather than 'sudo myscript.py' do? On 30.05.2014, at 04:55, mpc8250 mpc8...@gmail.com

Re: a few Jenkins questions

2014-05-29 Thread Daniel Beck
On 29.05.2014, at 13:37, wak...@comcast.net wrote: would be a build number reset at some point ? Well, it's an int. After build number 2.147.483.647 it wraps around to -2.147.483.648 and Jenkins basically breaks, failing to show these builds on the UI. Not sure this is a relevant limitation

Re: Parameterized Build and SVN

2014-05-29 Thread Daniel Beck
That parameter is provided by the Subversion plugin. It simply allows you to select a branch (or tag, or any folder really) from Subversion as job argument. It doesn't check it out, that's what selecting the Subversion SCM further down in the job config is for. A bit like the Choice Parameter,

Re: Multi-configuration Build - Multiple Parameters on Single Axis?

2014-05-29 Thread Daniel Beck
Call them 'A', 'B', and 'C', and derive the Name and URL from that in your build script. Clearly they're not independent axes. On 29.05.2014, at 22:23, Trey Duskin t...@starmobileinc.com wrote: We are trying to set up a multi-configuration job in Jenkins with a user-defined axis that will

Re: Jenkins is not Restarted

2014-05-28 Thread Daniel Beck
That's a bug that will be fixed in Jenkins 1.567 or so. https://github.com/jenkinsci/jenkins/pull/1239 On 28.05.2014, at 19:50, srinath0...@gmail.com wrote: I'm using java version 1.7.0_45 my script is export JENKINS_HOME=/home/build/jenkins export JENKINS_USER=build export

Re: Why is the LDAP plugin installed?

2014-05-27 Thread Daniel Beck
It's a plugin that can be updated independently from Jenkins itself, or disabled. It used to be a part of Jenkins core, like the 'Execute Shell script' build step or 'freestyle' project type are. Try disabling those! For (I assume) mostly backwards compatibility reasons it still gets bundled in

Re: Create Dynamic UnprotectedRootURL

2014-05-27 Thread Daniel Brooks
, Daniel Brooks daniel...@dabsquared.comjavascript: wrote: Ok, heres an example of My Class: public class WebHook implements UnprotectedRootAction { public static final String WEBHOOK_URL = projects; public String getIconFileName() { return null; } public String

Re: Failed to fetch from g....@github.com

2014-05-26 Thread Daniel Beck
On 26.05.2014, at 02:49, john.mel...@gmail.com wrote: I'm attempting to run Jenkins as a Windows Service, so Jenkins is running under the Local System Account That's just the default. You can configure the service to run as different user. -- You received this message because you are

Re: How to Triger a Build from java application using REST API

2014-05-26 Thread Daniel Beck
What have you tried? On 26.05.2014, at 12:49, krishna chaitanya palivela.cha...@gmail.com wrote: Hi , Any one please help me how to Triger a Build from java application using REST API. -- You received this message because you are subscribed to the Google Groups Jenkins Users group.

Re: Build Flow plugin and DSL editor

2014-05-26 Thread Daniel Beck
No. _That_ is the DSL editor. The entire documentation is only on the wiki page of the plugin as well, last time I checked. On 26.05.2014, at 18:36, j...@introversion.co.uk wrote: I was taking a look at the Build Flow plugin https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin and

Create Dynamic UnprotectedRootURL

2014-05-26 Thread Daniel Brooks
HI, I am trying to create a dynamic UnprotectedRootURL, where it will process anything like /projects/xyz or /projects/abc. Is there a way to currently do this with Jenkins. Thanks, Daniel -- You received this message because you are subscribed to the Google Groups Jenkins Users group

Re: Create Dynamic UnprotectedRootURL

2014-05-26 Thread Daniel Beck
, access req.getRestOfPath() to get 'xyz' or 'abc'. Pass that into Jenkins.getInstance().getItemByFullName(...) to process further. On 27.05.2014, at 01:27, Daniel Brooks daniel_bro...@dabsquared.com wrote: HI, I am trying to create a dynamic UnprotectedRootURL, where it will process anything

Re: Create Dynamic UnprotectedRootURL

2014-05-26 Thread Daniel Brooks
provide me an example of what you are talking about. I'm pretty new to Jenkins Plugin development and there doesn't seem to be any decent documentation. On Monday, May 26, 2014 4:47:12 PM UTC-7, Daniel Beck wrote: DirectoryBrowserSupport (for e.g. AbstractProject.doWs()) does something

Re: Jenkins in Winstone vs. Tomcat = poor performance?

2014-05-23 Thread Daniel Beck
On 23.05.2014, at 08:38, Steffen Breitbach steffen.breitb...@1und1.de wrote: I guess our installation is quite large, ~1200 jobs, ~10k builds, ~60 views... No idea about Tomcat vs. Winstone, but I'm using Winstone with a patched 1.532.3 that includes fixes to JENKINS-18364 and JENKINS-22720,

Re: Promotion Option Missing Since Upgrade

2014-05-23 Thread Daniel Beck
The action 'Promotion Status' exists in the sidepanel of each build since promotions were defined on the project. If that is missing for you, check whether you have enabled all plugin dependencies of Promoted Builds in Plugin Manager -- they no longer get loaded internally if the admin

Re: Jenkins daemon does not start correctly

2014-05-21 Thread Daniel Beck
This is not a bug (and actually might be lead to unexpected behavior on a lot of instances). Set your environment variables elsewhere, e.g. within Jenkins in the global and node configuration pages. On 21.05.2014, at 15:49, Sapientlife bpmi...@gmail.com wrote: Hi, Jenkins daemon is not

Re: Jenkins daemon does not start correctly

2014-05-21 Thread Daniel Beck
On 21.05.2014, at 17:52, Sapientlife bpmi...@gmail.com wrote: no matter where we edit the environment variables To explain what I meant by the following: within Jenkins in the global and node configuration pages Try to set them here if building on the master node: http://jenkins/configure

Re: recommendations for auditing changes to Jenkins Job configurations

2014-05-19 Thread Daniel Beck
Job Config History plugin and Audit Trail plugin come to mind. On 19.05.2014, at 08:36, ziv z...@innovid.com wrote: Hi Does anyone have recommendations/best practices for auditing changes to Jenkins Job configurations. Who changed the configuration, when and what were the changes.

Re: Ability to read job config without changing it (re: matrix security)

2014-05-19 Thread Daniel Beck
The plugin is Extended Read Permission Plugin: https://wiki.jenkins-ci.org/display/JENKINS/Extended+Read+Permission+Plugin It does basically what passing -Dhudson.security.ExtendedReadPermission=true to java would do, documented here:

Re: Is there a text/json/parsable form of http://mirrors.jenkins-ci.org/status.html

2014-05-19 Thread Daniel Beck
http://mirrors.jenkins-ci.org/status.html On 19.05.2014, at 13:34, Kevin kbrow...@gmail.com wrote: I'm behind a proxied firewall and want to allow all the mirrors via scripting without trolling through HTML. Is the mirror list somewhere on github perhaps? Thanks -- You received this

Re: Test Result Trend : flipTrend works fine with Opera, not with FF or IE

2014-05-16 Thread Daniel Beck
In that case it would be helpful if you verify that it works in jobs without spaces in their names, doesn't work in jobs with spaces in their names, and if so, added that information to the Jira issue. Note that if that's the problem, as a workaround you can rename the job to not have spaces

Re: Mercurial Job, Warning about legacy behaviour for downstream builds

2014-05-14 Thread Daniel Beck
On 14.05.2014, at 09:25, Simon F si...@wf-hosting.de wrote: Whats this error about? I cannot find any information about this message on the net. As the downstream build is executed without problems I'm a bit worried about future updates to Jenkins changing this. It's a warning, not an

Re: Using utl call to mark nodes offline/online

2014-05-13 Thread Daniel Beck
On 13.05.2014, at 22:49, Scott Evans milwrd...@gmail.com wrote: Which works fine. However, each call of this URL just toggles the current status. Is there another parameter that I could call that either explicitly tries to take it offline, or put it online? Not in this API. The CLI has

Re: How can I make a label change be effective?

2014-05-11 Thread Daniel Beck
to achieve this, or do I really need to call setNodes(getNodes()) On Friday, May 9, 2014 12:48:41 PM UTC-7, Daniel Beck wrote: I commented on the issue with an explanation and how to solve your problem. On 09.05.2014, at 21:40, Christian Goetze christia...@appdynamics.com wrote: I just

Re: Failed to fetch from g...@github.com

2014-05-11 Thread Daniel Beck
On 11.05.2014, at 15:58, Mark Waite mark.earl.wa...@gmail.com wrote: I believe that Jenkins the Definitive Guide was published before the Credentials plugin was used by the git plugin. The Credentials plugin 1.0 was released over two years ago in early 2012. The book was published in 2011,

Re: Build Flow Plugin and Folder Plugin issue

2014-05-11 Thread Daniel Beck
On 11.05.2014, at 22:30, EK eyas.ko...@gmail.com wrote: I tried to pass the path for the job A as follow CommonJobs\A - (also tried CommonJobs\\A) but with no luck ! CommonJobs/A and /CommonJobs/A should both be valid values. Even ../CommonJobs/A should work. IOW, think less like a Windows

Re: How can I make a label change be effective?

2014-05-09 Thread Daniel Beck
I commented on the issue with an explanation and how to solve your problem. On 09.05.2014, at 21:40, Christian Goetze christian.goe...@appdynamics.com wrote: I just filed https://issues.jenkins-ci.org/browse/JENKINS-22954 It appears that if I change the node label string via groovy, that

Re: Want to schedule a Jenkins job which will run after every 5 seconds

2014-05-07 Thread Daniel Beck
This isn't straightforward in Jenkins. Are you sure you're not using it as a golden hammer? On 07.05.2014, at 16:48, amol likhite amol.likh...@gmail.com wrote: Hi, Want to schedule a Jenkins job which will run after every 5 seconds. Thanks in advance. Regards, Amol Likhite --

Re: Error when upgrading Jenkins server (1.560 Ubuntu)

2014-05-04 Thread Daniel Beck
Wait for 1.562. https://issues.jenkins-ci.org/browse/JENKINS-22715 On 04.05.2014, at 16:22, ziv z...@innovid.com wrote: when trying to upgrade jenkins, I get the following: Can you please assist at what I should do to upgrade? (from 1.560 to 1.561) root@x:~# sudo apt-get install

Re: Changing node labels on the fly

2014-05-03 Thread Daniel Beck
On 03.05.2014, at 18:14, Stephen Morrison rebma...@gmail.com wrote: Does anyone have any thoughts on this? Writing a minimal plugin implementing LabelFinder and/or QueueTaskDispatcher according to your rules might work. http://javadoc.jenkins-ci.org/hudson/model/LabelFinder.html

Re: install jenkins source no incoming access

2014-05-03 Thread Daniel Beck
To clarify, are you referring to a host firewall (e.g. single Linux system with restrictive iptables) that doesn't allow incoming connections, or a network firewall/proxy/NAT? If the latter, some Jenkins features (anonymous usage reports, automatic tool installers, update center, possibly some

Re: Jenkins fails to install

2014-05-02 Thread Daniel Beck
Known issue, will be fixed in 1.562: https://issues.jenkins-ci.org/browse/JENKINS-22715 On 02.05.2014, at 00:03, Derek Robati derek.rob...@gmail.com wrote: Hello all, We use NIS on our Ubuntu 14.04 LTS HP ProLiant server. After following the steps at

Re: unable to resolve class hudson.model.Job

2014-04-30 Thread Daniel Beck
Is it an 'Execute Groovy script' build step? If so, you need an 'Execute system Gorovy script' build step instead. On 30.04.2014, at 03:48, Maneesh M P maneesh.po...@gmail.com wrote: I am trying to execute a Groovy script as build step, I am getting below error. Can anyone tell me how to

Re: OutOfMemory during copying artifacts

2014-04-30 Thread Daniel Beck
Known issue in 1.560 and 1.561: https://issues.jenkins-ci.org/browse/JENKINS-22734 Downgrade Jenkins to 1.559. On 30.04.2014, at 12:28, Yves Schumann starwarsfanl...@gmail.com wrote: Hi@all, since some time I'm running into this error if builds on the nodes are finished and the artifacts

Re: Job sometimes uses a workspace with appended @2 although Concurrent Builds is disabled

2014-04-29 Thread Daniel Beck
On 29.04.2014, at 08:18, Dirk Heinrichs d...@recommind.com wrote: Could you please elaborate what leads to this conclusion? jenkins-ci.org - Changelog - Community Ratings - Bad weather. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

Re: Can't update plugin list No signature block found

2014-04-29 Thread Daniel Beck
On 29.04.2014, at 12:51, matthew.web...@diamond.ac.uk wrote: Is anyone else seeing this, or is it a temporary network or server issue? I haven't changed anything recently, and this used to work. Seems to be caused by this (Did you recently update Jenkins to 1.557+?):

Re: Job sometimes uses a workspace with appended @2 although Concurrent Builds is disabled

2014-04-28 Thread Daniel Beck
Could be JENKINS-21622, fixed in 1.561. https://issues.jenkins-ci.org/browse/JENKINS-21622 (Note that 1.561 -- and 1.560 -- seems to be not so great, so you might want to hold off upgrading for a while.) On 28.04.2014, at 15:42, Dirk Heinrichs d...@recommind.com wrote: Hi, we see some

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Daniel Beck
On 28.04.2014, at 17:50, Kevin Fleming (BLOOMBERG/ 731 LEXIN) kpflem...@bloomberg.net wrote: Is the AllowEncodedSlashes issue also present in Apache HTTPD 2.2.x, or just 2.4.x? 2.2.18+, see http://httpd.apache.org/docs/2.2/mod/core.html#allowencodedslashes -- You received this message

Re: [SOLVED] Apache SSL Proxy Jenkins

2014-04-28 Thread Daniel Beck
On 28.04.2014, at 06:54, Scott Hendrickson sahendrick...@gmail.com wrote: (2) Some pages returned absolute links (e.g., http://localhost:8080/jenkins/...; ) rather than relative links. Specifically, go to Jenkins' People page and select a user. The user's icon is broken. To fix this, I

Re: Jenkins Xtreme Feedback Utility

2014-04-25 Thread Daniel Beck
It's not a plugin. On 25.04.2014, at 17:37, Ulli Hafner ullrich.haf...@gmail.com wrote: https://github.com/jenkinsci/rss-retaliation-plugin Stefan, you should join us on IRC than you would be able to fork by your own :-) Ulli Am 25.04.2014 um 13:55 schrieb Stefan Wolf

Re: How can Jenkins on Linux server to trigger PowerShell script on a window server?

2014-04-21 Thread Daniel Beck
On 21.04.2014, at 20:43, Lily Fu lily...@nesassociates.com wrote: Your security settings have blocked a self-signed application from running. My questions: where should I look into this security setting? Jenkin's server? Firewall? Slave machine's IE browser setting? Jenken's webserver?

Re: Subversion Exclusion revprop name - trying to use this to ignore certain svn commits, but can't seem to get this to work

2014-04-18 Thread Daniel Beck
(Re-sending to the list -- sorry Robert!) On 17.04.2014, at 22:50, Robert Mackin robert.mac...@gmail.com wrote: Does that mean this feature doesn't really exist? No, it just means you didn't see the 'Advanced' button a few options down. Repository URL Credentials Local module directory

Re: Subversion Exclusion revprop name - trying to use this to ignore certain svn commits, but can't seem to get this to work

2014-04-16 Thread Daniel Beck
The global exclusion revprop configuration option has absolutely no associated functionality. You need to set the equivalent option in the per-job SCM configuration. On 16.04.2014, at 21:41, Robert Mackin robert.mac...@gmail.com wrote: I'm setting up Jenkins to replace our homegrown build

Re: SCM Sync Configuration plugin exception

2014-04-14 Thread Daniel Beck
On 14.04.2014, at 22:43, Igor Berger codewiz...@gmail.com wrote: Thanks. How could I confirm that? The problem is that SCM Sync was written to rely on internals of Subversion plugin that were changed in the 2.0 release. Subversion plugin 2.0:

Re: Jenkins putting '$' characters in file/folder names, breaking automatic backups

2014-04-10 Thread Daniel Beck
On 10.04.2014, at 15:56, Scott Evans milwrd...@gmail.com wrote: Anyone know why this may be occurring and what I can do to resolve this? It's a Maven job. AFAICT, they've always (or at least since 2009) worked like this to store artifacts and logs separate for each module, see e.g.

Error link in github pull request builder configuration after jenkins upgrade

2014-04-08 Thread Daniel Spangler
I upgraded my jenkins instance and am now getting a link labelled Error in my project level pull request builder configuration. When you click on the link, the following stack trace displays. Any ideas on how to resolve this? javax.servlet.ServletException: java.lang.NoSuchMethodError:

Re: Error link in github pull request builder configuration after jenkins upgrade

2014-04-08 Thread Daniel Beck
expression somewhere. On 08.04.2014, at 20:15, Daniel Spangler daniel.spang...@gmail.com wrote: I upgraded my jenkins instance and am now getting a link labelled Error in my project level pull request builder configuration. When you click on the link, the following stack trace displays. Any

Re: [ANN] build flow

2014-04-08 Thread Daniel Beck
Shouldn't this info be distributed using update center metadata? E.g.: https://wiki.jenkins-ci.org/display/JENKINS/Marking+a+new+plugin+version+as+incompatible+with+older+versions On 08.04.2014, at 21:52, teilo teilo+goo...@teilo.net wrote: Hi, Buildflow 0.11 is in the process of releasing

Re: Error link in github pull request builder configuration after jenkins upgrade

2014-04-08 Thread Daniel Spangler
Thanks for the update. I'll submit an issue for this. Unfortunately, the error results in some of the configuration options not appearing... On Tuesday, April 8, 2014 3:29:00 PM UTC-4, Daniel Beck wrote: The Github pull request builder plugin uses a method that seems to not be considered

Re: Web interface images disappear after a while

2014-04-01 Thread Daniel Beck
https://issues.jenkins-ci.org/browse/JENKINS-17526 Fixed in 1.549. For the fix to take effect, you'll either need to a) install Jenkins 1.549 or newer (via the pkg) or b) manually perform steps equivalent to these:

Re: Move a job from a Linux master to a Windows master

2014-03-31 Thread Daniel Beck
It should suffice to just copy the files over to another Jenkins instance, and restart it. Make sure all plugins used in the job are available in compatible versions. Since you're switching OSes, you might need to delete the symbolic links, e.g. build number - build ID links in the 'builds'

Re: Move a job from a Linux master to a Windows master

2014-03-31 Thread Daniel Beck
On 31.03.2014, at 22:13, Steve K steve.kerxha...@carestream.com wrote: As shown below, the job attempts to create a sym-link--even though it is now running on Windows (from the Console text): Actually, Windows/NTFS have symbolic links (run 'mklink /?' in cmd). AFAIK, Jenkins uses them if

Re: Backing up the plugins themselves

2014-03-29 Thread Daniel Beck
Unless you're in the habit of manually patching things in plugins, it's sufficient to backup only the top level files (.jpi/.hpi/.disabled/.pinned). The folders are just the files extracted for use by Jenkins. On 29.03.2014, at 00:57, Mishael Kim mish...@gmail.com wrote: Hi, I was

Re: Jenkins cannot connect to X server on Debain 7.1

2014-03-29 Thread Daniel Beck
I'd try comparing the output of the `env` command in your terminal and in the Jenkins job to see whether relevant environment variables need to be defined in the job. On 29.03.2014, at 05:41, Fatemeh Mehdizadeh mehdizadeh.fate...@gmail.com wrote: Hi all, My test on jenkins is failing

Re: projects are missing in cc.xml

2014-03-26 Thread Daniel Beck
It's the jobs shown on the default view that have builds. You can access other views' cc.xml as e.g. /view/All/cc.xml (What's the point of providing URLs when they're only available from your intranet?) On 26.03.2014, at 21:44, Curt Patrick cpatr...@netflix.com wrote: How does Jenkins decide

Re: It appears that your reverse proxy set up is broken.

2014-03-21 Thread Daniel Beck
On 20.03.2014, at 17:05, Dennis Jacobfeuerborn djacobfeuerb...@gmail.com wrote: I just installed a fresh Jenkins behind Apache httpd and while Jenkins is available it tells me It appears that your reverse proxy set up is broken. but I don't know why. Does the error message show up after

Re: Is the Jira link for Reverse Proxy Auth Plugin on the wiki wrong?

2014-03-21 Thread Daniel Beck
The link is wrong. You used the component 'reverse-proxy-auth' (likely correct), while the link points to a report using 'reverse-proxy-auth-plugin'. Try this one:

Re: Plugin for simple post-build scripts

2014-03-21 Thread Daniel Beck
Assuming all your build artifacts are archived in Jenkins, the easiest solution is probably another job that copies them over using Copy Artifact plugin to do some work. There's also a build selector parameter type you could use to determine which build of the original job to copy from. On

Splitting a Jenkins job into multiple jobs depending on each other while the same workspace and the artifacts produced by previous jobs

2014-03-19 Thread Daniel P.
the system if hundreds of artifacts using the same version nr. but a different build number were stored. The multitude of Jenkins plugins and configuration options somehow overwhelms me. Can somebody help me along with this? Is this even possible using the current SVN layout? Regards, Daniel P

Re: Polling Times

2014-03-19 Thread Daniel Beck
Use this: H/10 7-19 * * 1-5 It's essentially parts of these two examples provided in the inline help pasted together: # every fifteen minutes (perhaps at :07, :22, :37, :52) H/15 * * * * # once every two hours every weekday (perhaps at 10:38 AM, 12:38 PM, 2:38 PM, 4:38 PM) H 9-16/2 * * 1-5

Re: SVN Tagging Issue

2014-03-19 Thread Daniel Beck
Subversion Tagging Plugin reuses the Subversion SCM authentication of the project. And Subversion plugin 2.0 changed a lot about that. There's a chance you just need to add an 'Additional Credential' for the repo. It's essentially the same problem as in JENKINS-21785 [1]. Read all the comments

Re: SVN Tagging Issue

2014-03-19 Thread Daniel Beck
On 19.03.2014, at 21:38, Daniel Beck m...@beckweb.net wrote: Unfortunately, from reading the code, it looks more like SubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject) would need to pass the project's SubversionSCM

Re: How do I persist changes to the model made via a Groovy script to disk?

2014-03-17 Thread Daniel Beck
On 17.03.2014, at 00:50, Richard Lavoie lavoie.rich...@gmail.com wrote: But do we have for LTS or previous versions ? Everything introduced later is (or should be) annotated with @since, see e.g.

Re: Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-15 Thread Daniel Beck
On 15.03.2014, at 13:33, Markus KARG mar...@headcrashing.eu wrote: Update: I have manually downloaded and installed the very same JDKs at the same location without any problem. So it is definitively a bug in Jenkins. Did you install them using the same silent install, suppress reboot, etc.

Re: JUnit Results Report Causes 'UNSTABLE' Build?

2014-03-14 Thread Daniel Beck
On 14.03.2014, at 21:28, Mark Waite mark.earl.wa...@gmail.com wrote: You may want to double check if there is a setting in the Subversion tagging plugin which will allow it to tag even if the build is unstable. No such luck:

Re: Jenkins LTS 1.532.2 rather often fails when checking Java on Window 7 slaves

2014-03-14 Thread Daniel Beck
On 14.03.2014, at 23:52, Markus KARG mar...@headcrashing.eu wrote: at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:233) Since this appears to go through 'Let Jenkins control this Windows slave as a Windows service', what happens when you

Re: Base ClearCase failed. exit code=1

2014-03-12 Thread Daniel Beck
On 12.03.2014, at 19:58, Chanda Norton chanda.nor...@gmail.com wrote: [intro2] $ cleartool mkview -snapshot -tag cnorton_view.vws -vws null\cnorton_view.vws.vws view cleartool: Error: storage directory must be in UNC style (e.g. \\host\share\...) It seems obvious that that one argument

Re: CLI list-jobs words, but get-job on ANY of the listed jobs says No such job

2014-03-12 Thread Daniel Beck
Likely because list-jobs prints the display name, while get-job requires the actual job name to be specified. Another possibility is that folders are involved (but that'd require you to query a specific view's items in get-jobs). On 12.03.2014, at 09:46, k...@quipsy.de wrote: When I do

Re: Installation of JDK 7u21 fails / LTS 1.532.2

2014-03-12 Thread Daniel Beck
If possible, try to remove the period in the folder name (C:\.jenkins - C:\jenkins). I've seen programs on Windows fail to handle that successfully before. On 12.03.2014, at 11:11, k...@quipsy.de wrote: Using LTS 1.532.2 I have set up several slaves using JDK 7u11 and these worked well

Re: Get return value from Powershell (Using windows batch command)

2014-03-11 Thread Daniel Beck
Use the 'Environment Injector' plugin. It allows you to load variable definition from a (Java .properties) file into the job environment. Example: -- First build step: Windows batch command: echo foo=bar env.properties Second build step: Inject environment variables: Properties File Path:

Re: Conditional Builds

2014-03-11 Thread Daniel Beck
Write a build script smart enough to do incremental builds, using e.g. file modification times to determine what needs to be processed again. The Java build tool Gradle has some support for that, for example. On 12.03.2014, at 02:48, Chris Beech chris.be...@dionatec.com wrote: Hi all, Is

Re: Running a job while slave is offline

2014-03-10 Thread Daniel Beck
If Jenkins slaves disconnect, their builds are considered failed. So, a possible solution would be to not actually run the build that can cause a disconnect on a Jenkins slave. Let's say your job involves running a Maven build. Usually, you'd have a Maven build step, or a shell step with a

Re: how to modify the jenkins ${BUILD_URL} ?

2014-03-10 Thread Daniel Beck
On 10.03.2014, at 20:58, Scott Evans milwrd...@gmail.com wrote: changed environment variables This is a variable Jenkins provides itself, not one received from the environment (like PATH, HOSTNAME, etc.). -- You received this message because you are subscribed to the Google Groups Jenkins

Re: Schedule a build in parallel from code (Jenkins API)

2014-03-09 Thread Daniel Beck
Don't immediately call .get(), instead assign the Future returned from scheduleBuild2 to a variable. Only .get() once you're willing to wait for the build to complete. On 09.03.2014, at 22:27, dev123 delber...@gmail.com wrote: In a jenkins plugin I am writing I need to run 5 jobs in parallel.

Re: Schedule a build in parallel from code (Jenkins API)

2014-03-09 Thread Daniel Beck
the results from each job and print some info but it still does not execute in parallel. I also found this: Queue$Item item = Jenkins.getInstance().getQueue().schedule2(null, 0, myActions[i]) But I still does not give me what I want. On Sunday, March 9, 2014 10:32:31 PM UTC+1, Daniel

Re: Schedule a build in parallel from code (Jenkins API)

2014-03-09 Thread Daniel Beck
Since you seem to be triggering multiple builds of the same project, did you enable the project for parallel execution of multiple builds? On 09.03.2014, at 23:21, Daniel Beck m...@beckweb.net wrote: If you have the executors, the builds should run in parallel -- You received this message

Re: Running a job while slave is offline

2014-03-09 Thread Daniel Beck
Don't run the job on the machine you need to disconnect. Instead, run it somewhere else, and have the build script connect to the actual build/test machine using e.g. SSH and run the commands from there. On 08.03.2014, at 13:08, EK eyas.ko...@gmail.com wrote: Hi ... I need to run a job

Re: SECURITY-89 breaking remote scripts authentication

2014-03-07 Thread Daniel Beck
It appears that the commit mostly fixes the issue of users that used to exist in the directory. Which is definitely an issue, especially in larger organizations, so I guess this change will be kept. As a workaround in your case, it should be easy to modify your security realm (LDAP Plugin?) to

Re: Cannot set href hyperlink with ftp on Jenkins UI page

2014-03-05 Thread Daniel Beck
It's prohibited by the raw HTML formatter policy (an obvious misnomer). Only http/https and mailto protocols are currently allowed in href attributes. You need a plugin that is more lenient with what is allowed. It should be trivial to write one yourself (basically [1] without the line calling

<    7   8   9   10   11   12   13   14   15   >