Re: Issue/question with Pipeline and SCM

2017-05-09 Thread SamL
pprimer ce message et les pièces jointes. Si vous n'êtes pas le > destinataire prévu, vous êtes par la présente informé que toute > utilisation, diffusion, copie, ou stockage de ce message ou de ses pièces > jointes est strictement interdit. > > On Tue, May 9, 2017 at 3:21

Re: Issue/question with Pipeline and SCM

2017-05-09 Thread SamL
One more thing when I look at the log output it says that it is running on the slave with the specified label. Yet the SCM step gets executed on the Master On Tuesday, May 9, 2017 at 12:21:21 PM UTC-7, SamL wrote: > > Thank you very much for the reply > > The slave has the Label

Re: Issue/question with Pipeline and SCM

2017-05-09 Thread SamL
Thank you very much for the reply The slave has the Label Axis on its configuration. Slave is already configured to be used as much as possible. I have put a label on the Master and configure it so then only jobs matching the name run in it. But sadly the results are the same. On Tuesday,

Issue/question with Pipeline and SCM

2017-05-09 Thread SamL
Hello Folks I have this simple Pipeline script pipeline { agent none stages { stage ('Check out the Code') { agent { label 'Axis' } steps { echo 'Checking out Source from Mercurial' checkout changelog: true, scm: [$class:

Re: WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials

2016-02-23 Thread SamL
upgrading to the latest version has helped Credentials Plugin 1.25 Thanks On Monday, February 22, 2016 at 4:08:28 PM UTC-8, SamL wrote: > > Hello Folks, > > Running into the following issue: > > WARNING: Failed to scout > com.cloudbees.jenkins.plugins.sshcredentials.impl.B

Re: WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials

2016-02-23 Thread SamL
Thanks for the replied: credentials Credentials Plugin 1.18 (1.25) ssh-credentials SSH Credentials Plugin 1.11 But I do have the plugins installed On Monday, February 22, 2016 at 4:08:28 PM UTC-8, SamL wrote: > > Hello Folks, > > Running into the following issue: > > WARNIN

Re: WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials

2016-02-22 Thread SamL
Jenkins Core 1.642.1 running in Ubuntu 14.04 On Monday, February 22, 2016 at 4:08:28 PM UTC-8, SamL wrote: > > Hello Folks, > > Running into the following issue: > > WARNING: Failed to scout > com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPriv

WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials

2016-02-22 Thread SamL
Hello Folks, Running into the following issue: WARNING: Failed to scout com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey$DescriptorImpl java.lang.InstantiationException: java.lang.NoClassDefFoundError: com/cloudbees/plugins/credentials/impl/BaseStandardCredentials$BaseSt

WARNING: Caught exception evaluating: h.getRelativeLinkTo(job)

2016-01-21 Thread SamL
Hello Folks getting the following warning each time I open a job configuration: Core 1.6.25.1 OS: Ubuntu 14.04 WARNING: Caught exception evaluating: h.getRelativeLinkTo(job) in /view/M2/job/WAPI_GenerateBranchInfo/configure. Reason: java.lang.NullPointerException java.lang.NullPointerExceptio

Re: Jenkins is now using embedded jetty

2016-01-13 Thread SamL
Hello Folks, I am running into this issue with Jenkins 1.625.3 running on Ubuntu 14.04 Is there a work around to this issue? Thanks -Sam On Sunday, December 14, 2014 at 6:20:42 PM UTC-8, Indra Gunawan (ingunawa) wrote: > > Ever since version 1.535, java –jar jenkins.war now runs on Jetty8:

Changelog does not show in Jobs

2015-07-10 Thread SamL
Hello Folks, We are having an issue where the changelog,xml file gets written to disk with all the proper changes but it does not show on the Job. Source Control: Mercurial Jenkins: 1.580.1 Ubunutu: 14.04 Any help would be very much appreciated -- You received this message because you are

Re: DSL Plugin EnvironmentScript

2014-11-08 Thread SamL
This is what it look like when I configure it from the GUI false On Saturday, November 8, 2014 3:24:28 PM UTC-8, SamL wrote: > > Hello Folks, > > > Does anyone know how to use the DSL plugin in Jenkins to configure > > "Generate environ

DSL Plugin EnvironmentScript

2014-11-08 Thread SamL
Hello Folks, Does anyone know how to use the DSL plugin in Jenkins to configure "Generate environment variables from script" on the Build Environment Section Thank you very much. Sam -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

Re: Matrix-based security does not authenticate group users in Active Directory

2013-11-22 Thread SamL
-8, SamL wrote: > > Hello Folks, > > We are facing an issue where Matrix-based security does not appear to be > authenticating against users in groups. > We have tried both: > > Active Directory and LDAP Security Realms and the issue appears in both > cases > > W

Matrix-based security does not authenticate group users in Active Directory

2013-11-18 Thread SamL
Hello Folks, We are facing an issue where Matrix-based security does not appear to be authenticating against users in groups. We have tried both: Active Directory and LDAP Security Realms and the issue appears in both cases We we add an Active Directory name in the Matrix-based security user

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread SamL
Created a bug Issue JENKINS-20571 - WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()<https://issues.jenkins-ci.org/browse/JENKINS-20571> has been successfully created. On Wednesday, November 13, 2013 10:41:00 AM UTC-8, SamL wrote: > > > > On Wedn

Re: WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread SamL
On Wednesday, November 13, 2013 9:43:01 AM UTC-8, SamL wrote: > > Hello Folks, > > We are getting the following WARNING. > Has anyone seen this issue? > Any help would be very much appreciated > > Master on Ubuntu 12.04 > Jenkins Core 1.509.4 > JobConfigurationHis

WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist()

2013-11-13 Thread SamL
Hello Folks, We are getting the following WARNING. Has anyone seen this issue? Any help would be very much appreciated Master on Ubuntu 12.04 Jenkins Core 1.509.4 JobConfigurationHistory Plugin: 2.4 WARNING: Caught exception evaluating: it.showBadge() and it.oldConfigsExist() in /view/CPR/job/

Findbugs reports are not being display

2013-11-08 Thread SamL
Hello Folks, We have two Maven Jenkins Jobs that are not displaying the results generated by the findbugs plugin. One of the jobs is running Mave 2.2.1 and the other is Maven 3.0.3 We are running Jenkins 1.509.4 on Ubuntu 12.04. The jobs themselves are running Ubuntu 12.04 as well. Jenkins Fi

Re: Jenkins 1.480.3 can't run updates

2013-04-23 Thread SamL
What is more strange is that I installed this same version in another machine and it has been running ok for a few weeks. I was able do installed and update plugins. But today it has the same issue where it not longer can do updates. On Tuesday, April 23, 2013 3:40:53 PM UTC-7, SamL wrote

Jenkins 1.480.3 can't run updates

2013-04-23 Thread SamL
Hello Folks, I am running into the following issue with Jenkins 1.480.3, on Ubuntu 12.04 SEVERE: Digest mismatch: AjzQfzs359Dy88QEiw3mj+93a5w= vs gfGCUj3MGz/Lk/xwLdW7Wo7g4SI= in update center 'default' Does anyone know what the issue might be? Thank you very much for your help. Sam -- You re

Re: Jenkins Android Emulator plugin is no longer working

2012-08-29 Thread SamL
Hello Folks. I am seeing the same problem Jenkins Core 1.459 Android Emulator Plugin 2.1 My slave is a 64Bit MacOs ProductName:Mac OS X Server ProductVersion: 10.7.4 uname -a Darwin Kernel Version 11.4.0: Mon Apr 9 1

Re: Jenkins Android Emulator plugin is no longer working

2012-08-29 Thread SamL
Just forgot to mention that my Android SDK is 20.0.3 On Thursday, August 23, 2012 2:52:06 PM UTC-7, Sam Xiao wrote: > > Hi all, > > I updated the Android SDK in my build machine, so I can now run ICS emulator > image, but now Jenkins is failing to launch Android Emulator with it. This > very s

Re: Plugin Manager Updates does not display any updates

2012-08-13 Thread SamL
center data file for UpdateSource default On Monday, August 13, 2012 11:23:26 AM UTC-7, SamL wrote: > > Hello Folks. > > > I am running into the following situation where the Plugin Manager is not > showing any plugin updates. > > This is what I have on Update Site unde

Plugin Manager Updates does not display any updates

2012-08-13 Thread SamL
Hello Folks. I am running into the following situation where the Plugin Manager is not showing any plugin updates. This is what I have on Update Site under the Advanced Tab under Plugin Manager Section http://updates.jenkins-ci.org/update-center.json Jenkins Version is 1.460 Running on Ub

Changing the value for a Maving setting

2012-08-09 Thread SamL
Hello Folks. I am setting some Maven jobs in Jenkins that need to have a value changed each time it runs. So it would look like the following: So one of the setting for Goal and options looks like the following: -Dorg.jenkins.job.mercurial.revision=$REV_NUM The REV_NUM has to be calculated

Re: SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProjec

2012-06-14 Thread SamL
Hello Guys Does anyone have any ideas on this issue? I have tried spreading the polling time for our builds but the problem continues to reoccur. Any help would be much appreciated Thanks On Thursday, June 14, 2012 8:16:46 AM UTC-7, SamL wrote: > > Hello Folks. > > I jus

SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProjec

2012-06-14 Thread SamL
Hello Folks. I just began this error. I am running Jenkins1.467 CVS Plugin 2.3 SEVERE: Failed to record SCM polling for hudson.model.FreeStyleProject@7d08c1b7[] java.lang.NullPointerException at hudson.scm.CVSSCM.getBranchName(CVSSCM.java:664) at hudson.scm.CVSSCM.buildEnvVars(CVSSCM.ja

Re: Can not longer see what changes trigger a build

2012-06-11 Thread SamL
Hello Folks. Have not seen any comments on this issue. And just wondering if anyone can provide me with some pointers on this issue. Thanks On Friday, June 8, 2012 1:09:04 PM UTC-7, SamL wrote: > > Hello Folks. > > I am running Jenkins 1.443 with CVS Plugin 2.4 and when I

Re: CVS plugin - legacy mode is checked and it is not possible to switch it off

2012-06-08 Thread SamL
Hello Folks, I have downgraded the CVS Plugin to 2.3 and this issue went away. So the CVS 2.4 Plugin appears to be the problem. Sam On Friday, June 8, 2012 10:16:00 AM UTC-7, SamL wrote: > > Hello Folks, > > I am having the same issue. > > Does anyone know how to solve

Can not longer see what changes trigger a build

2012-06-08 Thread SamL
Hello Folks. I am running Jenkins 1.443 with CVS Plugin 2.4 and when I look at the Polling Log I can not longer see what changes trigger the build. All I see is the output of cvs rlog: with Changes found at the bottom. Is anyone else seeing this issue? Can anyone help? Thanks Sam

Re: CVS plugin - legacy mode is checked and it is not possible to switch it off

2012-06-08 Thread SamL
Hello Folks, I am having the same issue. Does anyone know how to solve or get around this issue? Thanks On Wednesday, June 6, 2012 11:53:53 PM UTC-7, zakyn wrote: > > Hi, > > I have two servers with Jenkins (same build, same version of all > plugins including CVS plugin). > > I created one

Re: FATAL: Java heap space

2012-05-10 Thread SamL
41 UTC+2 schrieb Vincent Latombe: >> >> Hello, >> >> https://wiki.jenkins-ci.org/display/JENKINS/I%27m+getting+OutOfMemoryError >> >> Vincent >> >> >> 2012/5/9 SamL >> >>> Hello Folks. >>> >>> I am running Jenki

FATAL: Java heap space

2012-05-09 Thread SamL
Hello Folks. I am running Jenkins 1.459 on Centos6 and I just got the following error. Has anyone else seeing this issue? Any help/information will be much appreciated Thank you FATAL: Java heap spacejava.lang.OutOfMemoryError

Hiding Node Information

2012-04-17 Thread SamL
Hello Folks, Does anyone know how to hide Node information for regular users? I would like the node information to be available only to those with admin rights/privilages. Thanks SamL

Re: WARNING: Failed to advertise the service to DNS multi-cast

2012-04-16 Thread SamL
bug into issues.jenkins-ci.org? > > Frankly I do not know if the exception causes something else to be skipped > in the startup. > > -- Sami > > SamL kirjoitti 13.4.2012 kello 20.02: > > > Hello Folks. > > > > I just installed Jenkins ver. 1.459 on a Cen

WARNING: Failed to advertise the service to DNS multi-cast

2012-04-13 Thread SamL
Hello Folks. I just installed Jenkins ver. 1.459 on a CentOS 6 machine and I am getting the following WARNING during start up. Does anyone know what this mean and is it something I should be concern about? Does anyone know what this w WARNING: Failed to advertise the service to DNS multi-cast j