Re: Version Issues on Website

2015-07-22 Thread Daniel Beck
egroups.com >> Subject: RE: Version Issues on Website >> >> Just to mention that it seems that 1.621 is still not available >> despite being advertised. >> >>> -Original Message- >>> From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-

Re: Jenkins P4 (Perforce) Plugin exposed variables

2015-07-21 Thread Daniel Beck
Probably easiest to find out what environment variables are defined with a shell or batch build step that executed 'env' or 'set' respectively. On 22.07.2015, at 00:49, BeckyY wrote: > Question is about the P4 plugin by Perforce, not the Perforce plugin by a > third party. > I didn't see in th

Re: Tool locations dropdown empty

2015-07-20 Thread Daniel Beck
You need to configure tools first in Manage Jenkins » Configure Jenkins. On 20.07.2015, at 15:19, Anthony Green wrote: > I want to customise the tool locations of my Jenkins Slaves > However when I click add to the List of tool locations the 'Name' dropdown > menu is empty. > > Is this a bug

Re: gitclient plugin link for 1.81 broken from 1.620 which might be 1.621

2015-07-20 Thread Daniel Beck
I was able to download successfully from the same mirror. Make sure you don't have a broken proxy between your Jenkins and the mirror. On 20.07.2015, at 14:26, Rinaldo DiGiorgio wrote: > hudson.util.IOException2: Failed to download from > http://updates.jenkins-ci.org/download/plugins/git-clie

Re: Version Issues on Website

2015-07-20 Thread Daniel Beck
Thanks for telling us! I'll look into this. On 20.07.2015, at 14:07, Rinaldo DiGiorgio wrote: > http://mirrors.jenkins-ci.org/war/latest/jenkins.war when downloaded is > actually 1.620 and not 1.621 from http://jenkins-ci.org/ > > The changelog page is also broken. > > http://jenkins-ci.org/c

Re: Jobs displayed in reverse order

2015-07-15 Thread Daniel Beck
On 16.07.2015, at 00:09, Daniel Everett wrote: > How do I get them to always be in alphabetical order? By upgrading to Jenkins 1.618. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and s

Jobs displayed in reverse order

2015-07-15 Thread Daniel Everett
Since upgrading to Jenkins 1.616, I've found that jobs are displayed within views in *reverse* alphabetical order. How do I get them to *always* be in alphabetical order? Daniel -- You received this message because you are subscribed to the Google Groups "Jenkins Users&

Re: Cannot run groovy on node

2015-07-14 Thread Daniel Beck
It should only be the UI label by now (pending a new Groovy plugin release), the update center provides the correct Bintray URLs: http://jenkins.mirror.isppower.de/updates/updates/hudson.plugins.groovy.GroovyInstaller.json On 14.07.2015, at 18:26, Brian Ray wrote: > Or rather, like this for 2.

Re: status of LTS 1.609.2?

2015-07-10 Thread Daniel Beck
There are occasional posts to the jenkinsci-dev mailing list with some information, e.g.: https://groups.google.com/forum/#!msg/jenkinsci-dev/LZ3qWDuJ2IU/pPa5Lv4Zt48J Another option is probably the event calendar, which is now more actively maintained: http://jenkins-ci.org/content/event-calenda

Re: Stuck creating local jenkins update center

2015-07-10 Thread Daniel Beck
Maybe this fits your needs better? https://github.com/yandex-qatools/juseppe Doesn't work with a Maven index I think, but as you presumably want to offer one of every plugin in a flat(ish) structure for download, you can use that as data source for the JSON. On 10.07.2015, at 10:36, jje wrote

Re: /etc/sysconfig/jenkins does not exist

2015-07-08 Thread Daniel Beck
olders there > .subversion, Home, tmp. > > On Wednesday, July 8, 2015 at 10:04:14 AM UTC+3, Daniel Beck wrote: > Is it /etc/default/jenkins? If not, how did you install Jenkins, what's your > OS? > > On 08.07.2015, at 09:01, ozca...@gmail.com wrote: > > > Hi

Re: /etc/sysconfig/jenkins does not exist

2015-07-08 Thread Daniel Beck
Is it /etc/default/jenkins? If not, how did you install Jenkins, what's your OS? On 08.07.2015, at 09:01, ozcaaa...@gmail.com wrote: > Hi > > I want to modify JENKINS_JAVA_OPTIONS like this > > JENKINS_JAVA_OPTIONS="-Djava.awt.headless=true > -Dmail.smtp.starttls.enable=true" > But I don't kn

Re: Update jenkins plugins automatically from local repo

2015-07-07 Thread Daniel Beck
You can define additional update centers on the Advanced tab of the plugin manager. Alternatively, UpdateSites Manager Plugin should be able to do replace the built-in update site. Remember that you need to cannot just use the same JSON (other download URLs), and need to sign the file contents.

Re: Failed to receive reset password email

2015-07-06 Thread Daniel Beck
What's your user name and email address? When (date and time) did you try this? Did you check your spam filter? On 06.07.2015, at 17:45, haocheng wrote: > Hi, > > Not sure if this is the right place for this question... > > I tried to reset my password here: > https://jenkins-ci.org/accoun

Re: Mail configuration for hotmail

2015-07-03 Thread Daniel Beck
Did you configure the email address Jenkins uses to send emails? On 03.07.2015, at 09:53, ozcaaa...@gmail.com wrote: > Hi, > > I modified my jenkins.xml arguments like this: > > -Xrs -Xmx256m > -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle > -Dmail.smtp.starttls.enable=true -j

Re: Read-only permission for jenkins job configurations

2015-07-02 Thread Daniel Beck
Install the 'Extended Read Permission Plugin', or enable that permission manually using the system property hudson.security.ExtendedReadPermission as described on https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties Then, you can assign a new 'Extended Read' perm

Re: Publish over CIFS suddenly stops working

2015-06-29 Thread Daniel Beck
Take a thread dump to see what all the threads are doing. On 23.06.2015, at 22:13, Steve Robbins wrote: > Hi, > > I've had Jenkins running fine for some time with jobs that publish the build > artifacts to a CIFS share. Then suddenly it stopped working; the build log > says java ran out of n

Re: Jenkins GUI

2015-06-22 Thread Daniel Beck
Direct link to the thread: https://groups.google.com/forum/m/#!topic/jenkinsci-dev/6BdWZt35dTQ On 22.06.2015, at 13:57, Gus Reiber wrote: > Hey all, > So if any of you all have used Jenkins, and guessing by the name of the > forum, you probably have, you have noticed that the web gui is none

Re: How to change default permissions of created jobs in Jenkins file system

2015-06-16 Thread Daniel Beck
This is controlled by the umask Jenkins is running as. Check the Jenkins configuration files (/etc/defaults/jenkins or /etc/sysconfig/jenkins depending on distro), I think they already have options for this. On 16.06.2015, at 11:03, Samith Dassanayake wrote: > Hi all, > > When I create a job(

Re: Restore Of Jenkins Configuration

2015-06-12 Thread Daniel Beck
Jenkins uses mostly XML file-based storage, so you should be able to copy over the entire JENKINS_HOME (typically /var/lib/jenkins) and use that. Make sure you copy over other Jenkins-related files like /etc/default/jenkins or /etc/sysconfig/jenkins (depending on distro) as well, as they may con

Re: Restore of Jenkins 1.616 back to 1.555

2015-06-11 Thread Daniel Beck
Downgrading to 1.555 from 1.616 is a lot of effort and requires quite a bit of Jenkins knowledge due to changed data formats between these versions, plugins detached from core, etc. Your best bet is to restore from backup. On 11.06.2015, at 15:20, Paul Wilkins wrote: > I was required to upgra

Re: Installation error in Jenkins 1.617

2015-06-08 Thread Daniel Beck
Did earlier versions of Jenkins install successfully? On 08.06.2015, at 23:48, Nisarg Raval wrote: > Hey, > I am trying to install Jenkins 1.617 on Mac OS version-10.10.3. > > After (an unsuccessful) installation, I get the following message: > > The Installer encountered an error that caused

Re: wget post-data purpose

2015-06-08 Thread Daniel Beck
ost-data and in my > experimentation I have been able to kick off two separate jobs with the same > commit. Not functionality I plan on using, but still good to know it is > possible. > > Ben > > On Friday, June 5, 2015 at 3:38:32 PM UTC-7, Daniel Beck wrote: > This is

Re: wget post-data purpose

2015-06-05 Thread Daniel Beck
t; Ben > > On Friday, June 5, 2015 at 1:36:36 AM UTC-7, Daniel Beck wrote: > On 05.06.2015, at 01:14, Benjamin Todd wrote: > > > I believe using --post-data forces wget to POST as opposed to GET, but is > > the content it posts actually used? If so, how since it appears to j

Re: wget post-data purpose

2015-06-05 Thread Daniel Beck
On 05.06.2015, at 01:14, Benjamin Todd wrote: > I believe using --post-data forces wget to POST as opposed to GET, but is the > content it posts actually used? If so, how since it appears to just be a > change list? Jenkins needs this to compare the URLs checked out by the projects in Jenkins

Re: Sort order

2015-06-03 Thread Daniel Beck
Known issue: https://issues.jenkins-ci.org/browse/JENKINS-28601 On 03.06.2015, at 20:07, Suckow, Thomas J wrote: > Is it just me or in 1.615 is the default sort order backwards? The other day > I noticed that on every screen with a table (Such as the list of jobs), they > are all sorted Z->A b

Re: Building Projects with older JDK - Unsupported major.minor version 51.0

2015-06-03 Thread Daniel Beck
What kind of job is this? If this is a Maven job, it will not work with JDK 6 due to the integration with Jenkins. Use a freestyle job instead. On 03.06.2015, at 12:42, Constantin J wrote: > Hi, I'm trying to build a Project with an older version of the JDK. > > I have configured Jenkins to ru

Re: Jenkins API - lunch a build and get build number in one atomic action

2015-05-31 Thread Daniel Beck
Scheduling a build does not assign a build number. Starting a build does. So it is not yet known at that point in time. These should help however, as these will give you the actual build (and not get confused by jobs enabled for parallel building): http://javadoc.jenkins-ci.org/hudson/model/Abst

Re: NullPointerException in org.jfrog.hudson.maven3.extractor.MavenExtractorEnvironment.buildEnvVars(MavenExtractorEnvironment.java:132)

2015-05-31 Thread Daniel Beck
Looks a lot like JENKINS-27461. On 28.05.2015, at 23:00, Kanstantsin Shautsou wrote: > NPE is always a bug, please fill issue for artifactory-plugin component > > On Thursday, May 21, 2015 at 11:09:05 PM UTC+3, John Lemp wrote: > Not sure if it is the same issue but we had the same error after

Determine queue time using Groovy script

2015-05-29 Thread Daniel Weber
" (" + b + ") : " + queueTime + "ms") } } I assumed startTimeMillis is the time when the build was actually starting to run and timeInMillis is the time when it was scheduled and entered the queue. Does this make sense? Any feedback is appreciated :) Thanks in advance,

Re: Better Logging for Jenkins Shutdown

2015-05-27 Thread Daniel Beck
Check the system logs. Too large of an Xmx may have Linux kill off your process (oom-killer). On 27.05.2015, at 15:09, Rob Mandeville wrote: > My Jenkins server went down last night, and the log showed no signs of > trouble. I am running: > > Jenkins 1.565.1.LTS on > its own Winstone server

Re: UpdateSites Manager plugin fails with Jenkins 1.596.1+

2015-05-12 Thread Daniel Beck
On 12.05.2015, at 23:40, Rafael Ribeiro Rezende wrote: > My first question would be: is this a bug in the Jenkins core or the > UpdateSites plugin should comply with the latest changes from the 1.596.1+? There's been a second code path for a while that doesn't use the postBack from the user's

Re: Let running Jenkins job fail/succeed "from outside"?

2015-05-12 Thread Daniel Beck
You should be able to use the Jenkins CLI for this (set-build-result command). It's intended to be used from a shell started by the build, so you'll need to recreate that environment (JOB_NAME and BUILD_NUMBER). On 08.05.2015, at 11:13, Christian Flamm wrote: > Hi, > > is there a way to tell

Re: Requirement for Java 1.7?

2015-05-08 Thread Daniel Beck
On 08.05.2015, at 09:38, David Aldrich wrote: > Just out of interest, why doesn't Jenkins 1.612 install Java 7 if it is not > found? I don't know. I brought that issue up in JENKINS-27623 (the first issue on raising the Java version requirement to 7). You will have to ask Kohsuke why he file

Re: Requirement for Java 1.7?

2015-05-07 Thread Daniel Beck
On 07.05.2015, at 17:31, David Aldrich wrote: > Does this mean that Jenkins is installing Java on the slave? Yes, if none is found otherwise. Unfortunately an outdated version. > If so, how do I update to Java 7 on the slave? You don't. The version of the Jenkins-provided JDK cannot be change

Re: Using Groovy 2.x to run scripts in Jenkins' context

2015-05-07 Thread Daniel Beck
This has been pending for a while, see https://github.com/jenkinsci/jenkins/pull/1085 On 06.05.2015, at 23:52, Marcin Zajączkowski wrote: > Hi, > > I heavily use job-dsl-plugins to provision and manage jobs in Jenkins and it > would be useful to be able to use Groovy 2.x features (like traits

Re: Display the result of an Execute Shell

2015-05-06 Thread Daniel Beck
These plugins should allow you to search the build log for your tool output, and use it to set the build description, or (in the case of Groovy Postbuild) add a separate section to the main build page: https://wiki.jenkins-ci.org/display/JENKINS/Description+Setter+Plugin https://wiki.jenkins-ci.

Re: Got "no such job" when trigger a build with jenkins-cli 1.525 as an administrator permission after enable LDAP and role strategy security

2015-05-04 Thread Daniel Beck
Looks like this is the known issue https://issues.jenkins-ci.org/browse/JENKINS-12543 which is also where a workaround is provided in the comments. On 04.05.2015, at 21:34, David Dominguez wrote: > Is this issue solved I have the same problem: > > > > > > > > > > On Thursday, Septembe

Re: [ Help ] Save & Restore Running Job state

2015-05-04 Thread Daniel Beck
This should not happen. If this is a recent Jenkins version (no older than six weeks or so), please file a bug. https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue On 04.05.2015, at 10:04, Milan Satpathy wrote: > Hi, > > I ran "Reload Configuration from Disk" on my jenkins serv

Re: Bug Publish over SSH

2015-05-01 Thread Daniel Beck
If you expect your command to have these values set from .bashrc: .bashrc is only loaded for interactive shells, which the Publish over SSH plugin likely is not. Find another way to define these, or explicitly load (source) .bashrc. 'man bash', section 'invocation' On 28.04.2015, at 23:16, Eric

Re: How to get detailed change list via the json api

2015-05-01 Thread Daniel Beck
Edit type is not made available through the API. http://javadoc.jenkins-ci.org/hudson/scm/ChangeLogSet.Entry.html It's the difference between getAffectedFiles (which has the information) and getAffectedPaths (which is made available to the API). On 01.05.2015, at 03:58, Brent Scriver wrote: >

Build Promotions don't work with more than 1 downstream project

2015-04-25 Thread Daniel Hinojosa
I saw another post with this issue, and it didn't see to go anywhere. I have Job A, Job B, and Job C where Job A triggers Job B on success and Job B triggers Job C on success. All artifacts are copied and all are fingerprinted. Job A has a promoted build that will trigger "When the following

Re: Jenkins LTS updates

2015-04-23 Thread Daniel Beck
This never was manual. It uses the update center metadata (and for a while showed the obsolete update center's metadata after an update, 6 months or so ago). But in this case, I couldn't find 1.596.3 offered anywhere: http://updates.jenkins-ci.org/stable/latestCore.txt http://jenkins.mirror.isp

Re: unpin plugin

2015-04-17 Thread Daniel Beck
On 17.04.2015, at 16:23, Ashish Yadav wrote: > Is this expected behavior? >From https://wiki.jenkins-ci.org/display/JENKINS/Pinned+Plugins: > Pinned plugins will never be overwritten by bundled plugins during Jenkins > startup. By unpinning, you allowed it to be overwritten. -- You received

Re: Jenkins 1.596.2 refuses to start

2015-04-13 Thread Daniel Beck
Is the user Jenkins is running as allowed to read /var/lib/jenkins/jobs? On 13.04.2015, at 18:23, lorenzo.cub...@netcentric.biz wrote: > Hi, > > After testing Jenkins 1.596.2 for a few days it suddently stop and refuses to > start. > > On the log: > Running from: /usr/lib/jenkins/jenkins.war >

Re: How to enable JMX with Jenkins?

2015-04-11 Thread Daniel Beck
Java system properties (-Dsomething=foo) need to be set before the -jar argument. On 11.04.2015, at 17:28, Brian J. Murrell wrote: > Hi. > > I would like to enable JMX with the Jenkins Java process but I seem to > get errors such as the following when I add any of the JMX options to > the "$JE

Re: NoClassDefFoundError: tasks/SimpleBuildStep

2015-04-07 Thread Daniel Beck
hout Puppet, > and the versions match. > > I'll have another trawl through at some point soon, then... > > On 7 April 2015 at 20:23, Daniel Beck wrote: > You're likely using a plugin that requires a newer version of Jenkins than > 1.532.x (specifically 1.577 or

Re: NPE in configuration when the new job is created

2015-04-07 Thread Daniel Beck
Known issue in Docker Plugin. Seems like it's resolved in the release 0.9-beta1, which is only available on the beta update center. https://github.com/jenkinsci/docker-plugin/commit/fb7fad2ad50cbec064c68fbbfe90ce8da9502650 On 07.04.2015, at 16:01, zakyn wrote: > Hello, > > I just updated our

Re: NoClassDefFoundError: tasks/SimpleBuildStep

2015-04-07 Thread Daniel Beck
You're likely using a plugin that requires a newer version of Jenkins than 1.532.x (specifically 1.577 or newer). Possibly because you manage those using Chef or a similar tool and completely ignore the plugins' dependencies. On 07.04.2015, at 12:56, Andrew Langhorn wrote: > Hi, > > We run J

Re: Artifact repository that avoids "mutable binary" pattern?

2015-04-03 Thread Daniel Beck
On 04.04.2015, at 00:14, Klaus Schniedergers wrote: > I am well aware of Artifactory and Nexus (and have used these before), but > have a big issue with these: > - For promotion, I'd rather keep a binary in a repo and modify metadata - > instead of moving an artifact between repos as means of p

Re: Updating slave environment variables

2015-04-03 Thread Daniel Beck
This may be related to JENKINS-26755. Please file an issue about this. Use the component 'core'. https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue On 03.04.2015, at 19:26, Milo Hyson wrote: > I'm running Jenkins 1.606 in a clustered environment with the slaves joining > by JN

Re: [Email-Ext plugin] don't see triggers

2015-03-31 Thread Daniel Beck
Check the Jenkins log at the /log/all URL for messages indicating failure to load the extended email publisher. On 31.03.2015, at 22:22, Murthy Gandikota wrote: > I see "Extended E-mail Notification" in the Jenkins' configuration but there > is no trigger in that section. Project configuration

Re: REST API update job boken?

2015-03-31 Thread Daniel Beck
This may have been caused by a security fix in Jenkins 1.596.1 / Jenkins 1.600. This issue is tracked as https://issues.jenkins-ci.org/browse/JENKINS-27548 -- please provide more information as requested there. On 31.03.2015, at 20:49, Nicky Ramone wrote: > Hi, > > I have installed Jenkins L

Re: plugin usage

2015-03-31 Thread Daniel Beck
> Supported Extension pointsSupported types of plugins (extension points) > until now: > > * Builder > * BuildWrapper > * JobProperty > * Publisher > * SCM > * Trigger This essentially means that it can find usages of plugins that are referenced in job configurations. Plugins that aren't part o

Re: plugin usage

2015-03-31 Thread Daniel Beck
Plugin Usage Plugin may help you with that. On 31.03.2015, at 20:09, Ashish Yadav wrote: > I have quite a few plugins that are installed and some that are marked for an > update. How can I tell if a plug-in is still in-use/valid and by which job? I > want to remove plugins that are no longer i

Re: Logging Who Restarted Jenkins

2015-03-31 Thread Daniel Beck
If Jenkins is ordered to shut down/restart, the user who ordered the restart should already get logged to jenkins.model.Jenkins: https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/model/Jenkins.java#L3354 https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java

Re: Logging Who Restarted Jenkins

2015-03-31 Thread Daniel Beck
Audit Trail Plugin records this if done via the /(safe)Restart URLs. On 31.03.2015, at 19:37, Greg Nifor wrote: > Is there a way to log who ordered a Jenkins restart? The log right now just > denotes that a restart happened. I would like something like > > Mar 30, 2015 9:57:01 PM INFO: Safe-re

Re: [Email-Ext plugin] don't see triggers

2015-03-31 Thread Daniel Beck
What kind of project is this? Freestyle, Maven, ...? Did you restart Jenkins after installing? Is the plugin listed in plugin manager's Installed tab as enabled? On 31.03.2015, at 03:17, Murthy Gandikota wrote: > Hi > > Using Jenkins 1.596 > > Installed Email-Ext plugin > > The documentatio

Re: Is slave machine needs Master server URL to build a job in Slave?

2015-03-30 Thread Daniel Beck
That's not how slaves work. You configure them globally (e.g. manually launched, or via SSH, ...), including the labels the slave has. You assign jobs to them based on project label expressions. These are boolean expressions, and Jenkins chooses one of the nodes (slaves and master) whose label

Re: Is slave machine needs Master server URL to build a job in Slave?

2015-03-30 Thread Daniel Beck
Did you read https://wiki.jenkins-ci.org/display/JENKINS/Distributed+builds ? On 30.03.2015, at 12:46, Parthiban S wrote: > For slave machine, we are using Master Server URL only, then whats the > difference between Master and Slave machine. If we use master URL in Slave > machine. Same page(m

Re: find jobs with high polling frequency?

2015-03-26 Thread Daniel Beck
... combined with View Job Filters Plugin's "Regular Expression Job Filter" matching any non-empty value (.+) in 'Job Schedule' to only show those with schedules defined. On 26.03.2015, at 18:30, Daniel Beck wrote: > Maybe something like Cron Column Plugin? >

Re: find jobs with high polling frequency?

2015-03-26 Thread Daniel Beck
Maybe something like Cron Column Plugin? On 26.03.2015, at 18:18, Les Mikesell wrote: > I don't understand how that would work. I don't want to do a bulk > change - I want something more like a view sorted by poll frequency so > I can understand the likely effect on the repository. > > On Thu,

Re: LTS issue tracking?

2015-03-25 Thread Daniel Beck
On 25.03.2015, at 16:54, Les Mikesell wrote: > the list of > issues/changes that do not have the fix backported? This might > include things that were not known at the release of that version > number or included in its changelog but would have been reported as > issues against it. You mean i

Re: email-ext 2.39.3

2015-03-24 Thread Daniel Beck
The usual? http://repo.jenkins-ci.org/simple/snapshots/org/jenkins-ci/plugins/email-ext/2.39.4-SNAPSHOT/ On 24.03.2015, at 16:42, Slide wrote: > That's odd...let me double check. > > On Tue, Mar 24, 2015 at 8:19 AM nicolas de loof > wrote: > I can see a tag and release commit in > https://g

Re: Jenkins 1.599 oracle JDK no longer populates a drop down list

2015-03-24 Thread Daniel Beck
On 24.03.2015, at 11:59, Clifford Sanders wrote: > Thanks Daniel. I also found this related Jira isuue: > > "Auto-installer for JDK no longer works": > https://issues.jenkins-ci.org/browse/JENKINS-26780 Right, it contains a bit of background info. Note that that was be

Re: Jenkins 1.599 oracle JDK no longer populates a drop down list

2015-03-24 Thread Daniel Beck
On 24.03.2015, at 11:39, Clifford Sanders wrote: > Is there a Jira issue for the fix in 1.596? The original poster wrote that > the error still occures in 1.599. I got the versions wrong, it's 1.596.1 (LT)S and 1.600 that are fixed. They require the administrator to disable browser-based down

Re: Jenkins 1.599 oracle JDK no longer populates a drop down list

2015-03-24 Thread Daniel Beck
> > Then I looked at the file 'hudson.tools.JDKInstaller' that was mentioned in > the issue. The contents was exactly the same as the file > 'hudson.tasks.Maven.MavenInstaller' which is very strange but could be the > reason for the error. Fixed in 1.596 with server-based download. > I delete

Re: Jenkins 1.599 oracle JDK no longer populates a drop down list

2015-03-24 Thread Daniel Beck
Go to Manage Jenkins » Manage Plugins » Advanced and click 'Check Now'. If that doesn't help, check the log at /log/all for possibly relevant messages. Are you in China or a neighboring country? On 24.03.2015, at 09:59, Clifford Sanders wrote: > We use version 1.594 and have the same problem.

RE: Prepended PATH

2015-03-23 Thread Wilkin, Daniel V CIV NAVSAFECEN, 53D
computer. -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck Sent: Monday, March 23, 2015 2:32 PM To: jenkinsci-users@googlegroups.com Subject: Re: Prepended PATH Fixed in 1.601. http://jenkins-ci.org/changelog

Re: Prepended PATH

2015-03-23 Thread Daniel Beck
Fixed in 1.601. http://jenkins-ci.org/changelog#v1.601 On 23.03.2015, at 19:16, Wilkin, Daniel V CIV NAVSAFECEN, 53D wrote: > We're running Jenkins 1.600 and currently are experiencing an anomaly that > pre-pends the configured JDK installation dir to the PATH environment > va

Prepended PATH

2015-03-23 Thread Wilkin, Daniel V CIV NAVSAFECEN, 53D
We're running Jenkins 1.600 and currently are experiencing an anomaly that pre-pends the configured JDK installation dir to the PATH environment variable used by all Jobs in Jenkins. The prepend occurs once every job run, as well as perhaps with each plugin that reviews results of a build (we h

Re: Solaris/OpenIndiana native package

2015-03-19 Thread Daniel Beck
On 19.03.2015, at 16:45, Clyde Stanfield wrote: > The link to the Solaris/OpenIndiana package seems to be down (links to > http://ips.jenkins-ci.org/ips/en/catalog.shtml). Is Solaris still a supported > package and if so is there another location this should link to? The decision to end suppo

Re: concurrent building only on different nodes

2015-03-19 Thread Daniel Beck
https://wiki.jenkins-ci.org/display/JENKINS/Throttle+Concurrent+Builds+Plugin On 19.03.2015, at 14:09, Ginga, Dick wrote: > Hello all, > > I have a job (virus scanner) that I need to run on the workspace of a release > build. But, because of limitations in Symantec’s doscan, I can only run on

Re: server-based downloads

2015-03-18 Thread Daniel Beck
Try clicking the link. On 18.03.2015, at 15:14, Ashish Yadav wrote: > I am getting this warning on my Manage Jenkins screen "You currently are > using browser-based download to retrieve metadata for Jenkins plugins and > tools. This has reliability issues and is not considered fully secure. >

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Daniel Beck
On 16.03.2015, at 11:52, matthew.web...@diamond.ac.uk wrote: > The copy artifact does _not_ copy from the workspace Actually, it does. Weird and basically a "worst practice" IMO, but it exists. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: Reverse Proxy Broken (mod_jk)

2015-03-13 Thread Daniel Beck
On 13.03.2015, at 10:34, Marcos Rey wrote: > The only difference is that apache also servers in port 80 while in the new > installation only serves on 443 (https). Make sure the Jenkins URL in the global config is configured to point to HTTPS (and is identical to how you access Jenkins with y

Re: SVN_REVISION_2

2015-03-12 Thread Daniel Beck
On 12.03.2015, at 12:19, Carl Parsons wrote: > it appears the be the last checked in value for my branch rather than svn > revision. > Why is this I want the value to mark my builds There's no actual difference in the checked out directory between the two revisions, so it reports the one tha

Re: Reverse Proxy Broken (mod_jk)

2015-03-12 Thread Daniel Beck
That's why the curl command specifies a referer, something you don't have if you just open that URL. On 12.03.2015, at 09:16, Marcos Rey wrote: > If it helps, if i manually try the url: https://hostname/jenkins/manage > https://hostname/jenkins/administrativeMonitor/hudson.diagnosis.ReversePro

Re: Deleted build history after downgrade to LTS

2015-03-12 Thread Daniel Beck
On 10.03.2015, at 16:27, Les Mikesell wrote: > What warnings would you see if installed 1.599 as your first version - > and why would you be concerned about its changelog? And subsequently > after running it, you decide it is too unstable and you need the LTS > version. True. That's effectively

Re: Deleted build history after downgrade to LTS

2015-03-09 Thread Daniel Beck
On 09.03.2015, at 19:57, Les Mikesell wrote: >> There is no "issue affecting it". Again: You get the documentation on the >> backwards-compatibility-breaking change to build layout when you upgrade. >> It's not like there's a path to get into this situation where you're never >> shown any inf

Re: On svn checkout with externals - E200015: ISVNAuthentication provider did not provide credentials

2015-03-09 Thread Daniel Beck
You need to specify 'Additional Credentials' for any externals. On 09.03.2015, at 19:52, wrote: > Anybody else get E200015 error on svn check-out? Any known solutions? Tried > deleting ~/.subversion directory and that did not make it go away. > > E200015: ISVNAuthentication provider did not

Re: Deleted build history after downgrade to LTS

2015-03-09 Thread Daniel Beck
On 09.03.2015, at 18:22, Les Mikesell wrote: > Yes, when you know that LTS is going to screw up data, it only seems > reasonable to post it in a visible place. The data was "screwed up" by the regular weekly release, and that was mentioned: - On the /manage page after the upgrade - In the chang

Re: Deleted build history after downgrade to LTS

2015-03-09 Thread Daniel Beck
On 09.03.2015, at 16:26, Les Mikesell wrote: > It is something I'd want to know if I were considering installing the > latest LTS release with the idea that it would have fewer > regressions,.. The problem was that he _downgraded_ from latest weekly to latest LTS. LTS does not yet contain this

Re: Deleted build history after downgrade to LTS

2015-03-09 Thread Daniel Beck
On 09.03.2015, at 08:54, corneil.duples...@gmail.com wrote: > I would suggest adding this link to the LTS page. This has nothing to do with the LTS release line. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: [nodejs-plugin] permission denied

2015-03-06 Thread Daniel Beck
Make sure the temp folder is not on a volume mounted with noexec flag. On 06.03.2015, at 19:12, John Lemp wrote: > > I have installed the the nodejs plugin 0.2.1 on Jenkins 1.575 but it fails > trying to (I assume) install nodejs. > > java.io.IOException > : Cannot run program "/var/tmp/jenk

Re: I cant run my calabash-ios successfully on Jenkins. complaining of Ruby.Framework

2015-03-05 Thread Daniel Beck
Try updating to Jenkins 1.601. On 05.03.2015, at 12:08, seun are wrote: > Hi, > > Please i am new here and i am happy to discover this forum. > > I need help. here is my configuration: > Jenkins version: 1.600 > XCode version: 6 > Calabash version: 0.13. > OS: 10.10 > iOS version: 8.0 > > her

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

2015-03-04 Thread Daniel Beck
hts on how to recover from this? > > On Tuesday, March 3, 2015 at 10:43:06 PM UTC-8, Daniel Beck wrote: > 1.601 has been released out of cycle and fixes these issues. > > Changelog: http://jenkins-ci.org/changelog > > JENKINS-27178, 27188, and 27199 are the same bug and not list

Re: Groovy Postbuild Plugin: Access Jenkins and not Hudson instance

2015-03-04 Thread Daniel Beck
On 04.03.2015, at 14:12, Sverre Moe wrote: > Its a little confusing reading the API. What to use between jenkins.model or > hudson.model Jenkins used to be called Hudson until early 2011. Renaming packages breaks plugins relying on old names, so in general, any class predating 2011 will be in

Re: Groovy Postbuild Plugin: Access Jenkins and not Hudson instance

2015-03-04 Thread Daniel Beck
It's the same instance. On 04.03.2015, at 14:02, Sverre Moe wrote: > The Groovy Postbuild plugin exposes some predefined variables like. > • hudson - the current Hudson instance (javadoc). > > I have checked the Javadoc and it looks like much of hudson instance is > deprecated. > > getI

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

2015-03-03 Thread Daniel Beck
1.601 has been released out of cycle and fixes these issues. Changelog: http://jenkins-ci.org/changelog JENKINS-27178, 27188, and 27199 are the same bug and not listed separately. On 02.03.2015, at 14:19, Daniel Beck wrote: > There are a few issues with Jenkins 1.600 when the popular

Re: Build numbers issue

2015-03-03 Thread Daniel Beck
On 03.03.2015, at 14:12, Eliran Shlomo wrote: > i'm breaking my head over a week on it Weird, because this bug, JENKINS-27188, has been introduced in 1.600 which was released only three days ago. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" gr

[workflow-plugin] Clean workspace

2015-03-03 Thread Daniel P
Hi, Is there something similar in workflow to the "Workspace Cleanup Plugin" we could use to make sure no old files are left in a workspace? Or are we forced to use something like "sh 'rm -r *'" every time we allocate a node? Regards, Daniel -- You receive

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

2015-03-02 Thread Daniel Beck
/jenkins/blob/jenkins-1.596.1/core/src/main/java/hudson/model/Computer.java#L941-L943 > if I'm not mistaken), the LTS code completely differs and should not be > affected? > > > Von: jenkinsci-users@googlegroups.com > [jenkinsci-u

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 (

Re: Borked my jenkins doing a plugin update

2015-02-28 Thread Daniel Beck
On 28.02.2015, at 19:11, Jason Pyeron wrote: > Anyone up for a post mortem? Caused by the fix to SECURITY-125: https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-02-27 So it should be an unusual enough situation. Additionally, facilities to prevent this problem in the

Re: Problem with Jenkins and install plugin

2015-02-25 Thread Daniel Beck
Could be a timing issue since Jenkins does not appear to flush the output stream explicitly before checking the file length, and checks the file length a second time just to print the error message. Could you file an issue against core and assign it to danielbeck? https://wiki.jenkins-ci.org/di

Re: SVN post commit hook - no subversion consumers for UUID

2015-02-25 Thread Daniel Beck
On 25.02.2015, at 00:39, Mark Lewis wrote: > The OP set logging to FINE. For the wrong logger. Quoting: > I looked at the code for SubversionSCMSource.onNotify and setup a logger at > level 'FINE' for that class. Nothing interesting. Make sure to create a log recorder for the logger hudson

Re: SVN post commit hook - no subversion consumers for UUID

2015-02-24 Thread Daniel Beck
Are you sure you're not being misled by that log message? The real trigger happens at https://github.com/jenkinsci/subversion-plugin/blob/master/src/main/java/hudson/scm/SubversionRepositoryStatus.java#L165 It also uses the logger of SubversionRepositoryStatus to inform about its actions -- watc

Re: Jenkins support for uploading multiple files

2015-02-21 Thread Daniel Beck
Multiple file parameters should work, as should archiving them and uploading the zip/tar/... file. On 21.02.2015, at 12:54, Ioannis Moutsatsos wrote: > Greetings to all; > > By having a 'file type' parameter in the build submission form you can choose > a single file to be uploaded to Jenkins

Re: Display slave name main job's console output

2015-02-20 Thread Daniel Beck
On 20.02.2015, at 19:06, Neon Ngo wrote: > Is it possible to display the slave name in the main job's console output? This is a feature request. https://wiki.jenkins-ci.org/display/JENKINS/How+to+report+an+issue > One thing I believe that is missing in the current main job's console output >

<    5   6   7   8   9   10   11   12   13   14   >