CppCheck plugin dashboard view with nodes

2022-06-02 Thread Marc Zimmermann
Marc ZIMMERMANN -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web vi

Clean way for checkout scm minus sparse?

2021-12-13 Thread 'Marc Guillemot' via Jenkins Users
like a hack than like a clean way. Is there a better, cleaner way to perform a checkout without the sparse settings configured in the multibranch pipeline job? Cheers Marc -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubs

Pipeline with multiple docker images loses the ability to docker

2020-02-07 Thread 'Marc Runkel' via Jenkins Users
n at http+docker://localhost - is it running? If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable. Any and all help would be appreciated! Thank you, Marc Runkel -- You received this message because you are subscribed to the Google Groups "Je

Re: Best Practices for Dockerfile in repository

2020-02-07 Thread 'Marc Runkel' via Jenkins Users
Hey Simon, We went ahead and built our own.. FROM docker RUN apk add --no-cache git nodejs npm docker-compose openssh-client && \ apk add python py-pip py-setuptools git ca-certificates && \ pip install python-dateutil && \ git clone https://github.com/s3tools/s3cmd.git /opt/s3cmd

Triggering Jenkins jobs on GitHub Branch Delete and Pull Request merge

2019-12-05 Thread Marc Esher
r or added a database somewhere, and on Branch Delete or PR Close I want to delete everything it created, somehow). Is it possible to act based on those types of payloads being sent via webhook to Jenkins? Thanks, Marc -- You received this message because you are subscribed to the Google Groups &quo

Re: Completely Host Jenkins build logs on external storage

2019-10-20 Thread Marc Esher
persistent. Thanks, Marc On Wednesday, October 24, 2018 at 6:05:43 AM UTC-4, Steven Foster wrote: > > Nothing released yet, but there are some relevant JEPs that might interest > you > > https://github.com/jenkinsci/jep/blob/master/jep/207/README.adoc > https://github.com/

Jenkins kills process created by Maven test while the tests still runs

2019-08-12 Thread Marc Schlegel
my test is in charge of the external process (otherwise I could open it from the pipeline). best regards Marc -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an emai

Re: Error upgrading from 2.121.3 to 2.138.4... jenkins bricked

2019-03-22 Thread Marc Esher
to the latest LTS version, the upgrade and User migration happened as expected. Best, Marc -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenki

Re: Disable standard output from Jenkins pipeline:

2018-11-16 Thread Jean-Marc Taillant
In fact, from Jenkins doc: returnStdout If checked, standard output from the task is returned as the step value as a String, rather than being printed to the build log. (Standard error, if any, will still be printed to the log.) You will often want to call .trim() on the result to strip off a

BlueOcean pipeline reuse

2017-09-25 Thread Jean-Marc Taillant
Hi, I would like to embed the Pipeline view for the latest Job in an external IFrame (to display it on a Wallboard). I see that pipeline view is an SVG. Is there a way to get the svg out of the Pipeline dashboard? Thanks -- You received this message because you are subscribed to the Google

Re: How to define a Git repository with two remotes in Pipeline DSL?

2017-02-06 Thread 'Marc Rohlfs' via Jenkins Users
Hi Mark, this does exactly what I need, many thanks. I actually used the "pipeline syntax" link, but I was too much focussed on the "git" step instead of thinking about the checkout step. Many thanks, Marc On Monday, 6 February 2017 14:32:32 UTC+1, Marc Rohlfs wrote: &

How to define a Git repository with two remotes in Pipeline DSL?

2017-02-06 Thread 'Marc Rohlfs' via Jenkins Users
? Many thanks in advance Marc -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion

Re: When Connecting to GitLab from Jenkins it is failing

2017-01-25 Thread terrasson marc
I too fall in this pit trap. Anyone found a workaround? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view

Is it possible to aggregate all tests in a pipeline?

2016-08-05 Thread Marc Esher
look for guidance on how to build a plugin to integrate into Pipeline to do that? Thanks, Marc -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenki

Re: Help for Maven Metadata Plugin

2016-03-29 Thread 'Marc Rohlfs' via Jenkins Users
the build parameters drop-down. SORRY for the "inconvenience" :-( Kind regards Marc On Monday, 14 March 2016 04:23:33 UTC+1, Hongguo An wrote: > > Hi: > I can't make Maven Metadata Plugin work, I installed it, but when I try to > add a parameter, I don't see &qu

Re: Build date / time showing December 31, 1969 after upgrading from 1.596.2 LTS to 1.625.3

2015-12-23 Thread Marc Esher
exactly what happened. Marc On Wednesday, December 23, 2015 at 1:23:26 AM UTC-5, Baptiste Mathus wrote: > > Just a small hint, in case it can help get you forward: the date you have > seems to match Epoch. > So I suppose at some point, the computed timestamp for the build is 0 (or

Build date / time showing December 31, 1969 after upgrading from 1.596.2 LTS to 1.625.3

2015-12-21 Thread Marc Esher
Greetings all. After upgrading from 1.596.2 LTS to 1.625.3 LTS, all my jobs are showing "Dec 31, 1969" as the build date in the build history. It appears the reason is that Jenkins has switched from using a date/time-based directory in "builds" to a simple number-based directory, but even

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-11-04 Thread Guenther, Marc(AWF)
Hi milki milk, sorry for the very long delay... Currently trying to followup on all the stuff that accumulated... On 03 Sep 2015, at 16:32, milki milk <nitesha...@gmail.com> wrote: > On Thursday, September 3, 2015 at 4:03:50 AM UTC-7, Guenther, Marc(AWF) wrote: > >> On 01

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-11-03 Thread Guenther, Marc(AWF)
Hi, here is part 3 of the series, where I describe the actual implementation that we came up with and are currently using: http://www.technology-ebay.de/the-teams/mobile-de/blog/taming-the-hydra-part-3.html Sorry for the long delay :) Have fun, Marc On 28 Aug 2015, at 15:55, Patrick Hund

Re: High Memory Usage with Job DSL

2015-09-13 Thread Guenther, Marc(AWF)
tent was never gc'ed. Seems there is yet another leak of JobParent somewhere, but we did not find that. We use monkey patching and Categories in our DSL scripts, but no mixins. Memory is quite stable now, but we still restart Jenkins nightly, mostly out of habit... Marc On 11 Sep 2015, at 0

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-09-03 Thread Guenther, Marc(AWF)
ore an enhancement to the other two. It is perfectly valid to use Job-DSL Plugin to generate Workflow jobs for example, and we are currently investigating how to incorporate this in our existing jobs. Marc -- You received this message because you are subscribed to the Google Groups &qu

Re: How to take care of a large Jenkins installation and still keep your sanity

2015-08-31 Thread Guenther, Marc(AWF)
our credentials, so you can reuse them over several Jenkins masters, which is very convenient. You could also use EnvInject-Plugin to inject credentials as build variables, but Credentials Plugin is more secure. Hope this makes sense, Marc -- ** Marc Guenther ** mguent...@team.mobil

Re: Jenkins multijob parameterize build - get params from sub jobs

2015-07-15 Thread Marc Karasek
Just create a multijob and parameterize it. There are a couple of checkboxes that will pass the parameters from the multijob down to the Phases. The two options are under the advanced option for each Phase. Click the Current job paramters option and under Add Parameters choose Current build

Re: How do I upload multiple patch files as a parameter in Jenkins?

2015-05-15 Thread Marc Karasek
If you have multiple patchsets that are dependent on each other you can use a Requires: tag in your commit message and then look for this flag. Parse out the sha1 of the required patchset and then have it applied to your build. On Friday, May 15, 2015 at 9:59:35 AM UTC-4, Shubham Sharma

Re: Git cannot init C:\Windows\TEMP

2015-04-21 Thread Marc Sutter
I had to configure the git binary path in jenkins settings. It then worked Am Donnerstag, 24. April 2014 22:43:58 UTC+2 schrieb Mark Waite: You may be hitting https://issues.jenkins-ci.org/browse/JENKINS-22039 . The work around is to enable Force polling using workspace. On Thu, Apr 24,

Re: SIGSERV 0x00007f9475ebde80

2015-02-17 Thread Marc Leforestier
Hello Le lundi 16 février 2015 15:59:53 UTC+1, Baptiste Mathus a écrit : Can you please try with a less bleeding edge version, e.g. the latest LTS like the 1.580.3 to see if this still crashes for you? That would help narrow the issue down. Yes, I've just finished to install a new server

Re: SIGSERV 0x00007f9475ebde80

2015-02-16 Thread Marc Leforestier
Hi again, I did not note that, but the frame has changed sine my last modifications : # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7fd9f3412ef0, pid=14386, tid=140574138009344 # # JRE version: OpenJDK Runtime Environment (7.0_75-b13) (build

Re: SIGSERV 0x00007f9475ebde80

2015-02-16 Thread Marc Leforestier
Hello Jenkins still crashing when few users use it. I have tried to use openjdk 7 and changed the jvm_args : -Djava.awt.headless=true -Xmx2048m Perhaps you need these info in order to help me ? Thanks Propriétés systèmeNom ↓ https://intranet.iut.u-bordeaux1.fr/jenkins/systemInfo#Valeur

SIGSERV 0x00007f9475ebde80

2015-01-28 Thread Marc Leforestier
(printing problematic frame), id 0xb] I have the Jenkins ver. 1.598 http://jenkins-ci.org/ Perhaps it's about JVM options ? That's what I read. Thanks for your help. Marc Ps: I tried to report this crash but I can't manage to connect to JIRA. The reseted password that the site give me does

Re: SIGSERV 0x00007f9475ebde80

2015-01-28 Thread Marc Leforestier
I forgot that : my actual jvm args are : jvm_args: -Djava.awt.headless=true -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Preventing a scheduled build if a user has manually started the job within 24 hours

2015-01-06 Thread Marc MacIntyre
. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr

Re: Preventing a scheduled build if a user has manually started the job within 24 hours

2015-01-06 Thread Marc MacIntyre
, Marc MacIntyre marc...@purestorage.com wrote: Stop using the cron scheduler and use a wrapper job to kick off your builds, and have the wrapper job determine if the job needs to be run or not. You should be able to just grab the json/python/xml from the lastSuccessfulBuild and do some simple

Re: Preventing a scheduled build if a user has manually started the job within 24 hours

2015-01-06 Thread Marc MacIntyre
...@juniper.net wrote: Perfect – thanks! *From:* jenkinsci-users@googlegroups.com [mailto: jenkinsci-users@googlegroups.com] *On Behalf Of *Marc MacIntyre *Sent:* Tuesday, January 06, 2015 5:34 PM *To:* jenkinsci-users@googlegroups.com *Subject:* Re: Preventing a scheduled build

manual jobs in pipeline

2014-12-23 Thread Marc Tompkins
across pipelines (multiple manual jobs), and multiple Jenkins instances. Thanks for reading to the end. Marc -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email

claiming individual tests

2014-10-31 Thread Marc Lustig
Hi there, we have the requirement to claim individual failed tests in a given build and add a comment like tests fails because bla bla. How to accomplish that and which plugin to use? cheers Marc -- You received this message because you are subscribed to the Google Groups Jenkins Users group

Re: claiming individual tests

2014-10-31 Thread Marc Lustig
The claim-plugin allows to claim builds, not individual tests - afaik. Am Freitag, 31. Oktober 2014 10:23:29 UTC+1 schrieb James Nord: Have you tried the claim plugin[1]? /James [1] https://wiki.jenkins-ci.org/display/JENKINS/Claim+plugin -- You received this message because you are

Re: groovy script problem

2014-10-22 Thread Marc MacIntyre
and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe

Re: Special Build Number Format

2014-10-17 Thread Marc MacIntyre
...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users

Re: build-flow groovy DSL - not able to print to console?

2014-09-16 Thread Marc MacIntyre
an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from

Re: How to reference an environment variable in a schedule value

2014-09-04 Thread Marc MacIntyre
from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Re: Masking build environment variables on env variables screen

2014-08-26 Thread Marc Esher
, at 01:50, Marc Esher marc@gmail.com javascript: wrote: Greetings, I'm using env inject and mask passwords, which works great in the console output for jobs. However, Any global password variables I set show up in plaintext on a build's Environment Variables screen

Masking build environment variables on env variables screen

2014-08-25 Thread Marc Esher
? Thanks, Marc -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d

Re: Componentized build

2014-07-21 Thread Marc MacIntyre
...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci

Re: Job Configuration stuck on Loading

2014-04-30 Thread Marc MacIntyre
to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
You want to get the parameter, not the environment variable. Sent from my iPhone On Apr 22, 2014, at 3:03 PM, Svg Feert svgfe...@gmail.com wrote: Thanks Marc. I added this in the bf1 DSL: build( bf2, param1: 'asd') Then in bf2: - I checked the 'This build is parameterized' box - I

Re: Passing environment variables across Build Flow jobs

2014-04-22 Thread Marc MacIntyre
Ugh, should have read p = params.get('PARAM_NAME', 'DEFAULT_VALUE') On Tue, Apr 22, 2014 at 3:15 PM, Marc MacIntyre marc...@purestorage.comwrote: params = params.get('PARAM_NAME', 'DEFAULT_VALUE') On Tue, Apr 22, 2014 at 3:12 PM, Svg Feert svgfe...@gmail.com wrote: Sorry Marc, I don't

Re: Jenkins job management

2014-04-09 Thread Marc MacIntyre
...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users

Re: read build flow script from file

2014-04-07 Thread Marc MacIntyre
this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group

Re: read build flow script from file

2014-04-07 Thread Marc MacIntyre
It's all on the master. On Mon, Apr 7, 2014 at 9:47 AM, Les Mikesell lesmikes...@gmail.com wrote: On Mon, Apr 7, 2014 at 11:13 AM, Marc MacIntyre marc...@purestorage.com wrote: Put your build flow in a groovy class, and reference it in the build flow like: File myFile = new File(/var

Re: buildflow hang when cancelling queued builds

2014-04-04 Thread Marc MacIntyre
@googlegroups.com] *On Behalf Of *Marc MacIntyre *Sent:* 03 April 2014 23:21 *To:* jenkinsci-users@googlegroups.com *Subject:* buildflow hang when cancelling queued builds I've noticed with the buildflow plugin, when I run parallel jobs and cancel one of the runs of a job while it is still

buildflow hang when cancelling queued builds

2014-04-03 Thread Marc MacIntyre
flow job? -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https

Re: Get all Jenkins Jobs name in Build Flow Plugin

2014-03-27 Thread Marc MacIntyre
...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Parallel builds with Build Flow

2014-03-27 Thread Marc MacIntyre
Use the node label parameter plugin and pass the node name as a param to the build. Build flow accepts parameters as maps, check the docs. Sent from my iPhone On Mar 27, 2014, at 8:53 AM, Ginga, Dick dick.gi...@perkinelmer.com wrote: I think you can only do that in each job definition,

Re: Block builds based on parameters

2014-03-20 Thread Marc MacIntyre
receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from

Re: What is those WARNING: Failed to inspect in the Jenkins logs?

2014-03-08 Thread Marc Cooper
is not running any builds at the moment, although it does poll a couple of git repositories from time to time. Let me know how I can help. Cheers, Marc -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: Getting rid of multiple workspaces for a job

2014-03-06 Thread Marc MacIntyre
Those are from having multiple executors on each slave, the number is the executor number Sent from my iPhone On Mar 6, 2014, at 5:40 PM, Chad Jarrett mistagen...@gmail.com wrote: Hello, I've tried searching the forums and maybe I'm not able to clearly search what I need. Currently in our

Re: Cannot write file to disk using the build Flow plugin

2014-03-04 Thread Marc MacIntyre
I don't think build flows have a workspace, they run in the JVM. It is probably trying to write to JENKINS_HOME Sent from my iPhone On Mar 4, 2014, at 3:59 AM, dev123 delber...@gmail.com wrote: I have a build flow job where the first step I need to execute is writing a file to disk:

Re: For loop in the Jenkins build flow

2014-02-26 Thread Marc MacIntyre
are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received

Re: Jenkins-Job with 2 git repositories

2014-02-04 Thread Marc MacIntyre
. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups

Re: Does the NodeLabelParameter plugin support more than one Label parameter in a project?

2014-02-04 Thread Marc MacIntyre
+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: Slow Email Send from Jenkins

2014-02-03 Thread Marc MacIntyre
received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc

Re: Failing a Build Flow

2014-01-10 Thread Marc MacIntyre
keywords (because I didn't know how to do this when I started this plugin) but clearly not supposed to be used to create such a groovy script. 2014/1/10 Marc MacIntyre marc...@purestorage.com You are overthinking it :) The trick is to grab the return value from the build() call

Re: Failing a Build Flow

2014-01-10 Thread Marc MacIntyre
it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Re: Failing a Build Flow

2014-01-10 Thread Marc MacIntyre
. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google

Re: Sudden crash of jenkins during high load

2014-01-09 Thread Marc MacIntyre
an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving

Re: NullPointerException on failed build

2013-12-31 Thread Marc MacIntyre
+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: NullPointerException on failed build

2013-12-31 Thread Marc MacIntyre
So there's your problem; not sure how that got left out of the original report. Figure out why your config isn't being saved, fix that, and try again. On Tue, Dec 31, 2013 at 11:26 AM, Alessandro Ferrucci alessandroferru...@gmail.com wrote: Marc, that's what I thought, which takes me

rest api -returning more results, or paging

2013-12-27 Thread Marc MacIntyre
[number], it seems to still limit the search scope to 100 builds, and then returns a subset of that to match the xpath search criterion) -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

setting a user's API token to known value

2013-12-26 Thread Marc MacIntyre
they're encrypted with different keys on the various instances. Anyone have any experience with this? -- Marc MacIntyre -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send

Re: Proper approach for creating pipeline builds that use standalone jobs as build steps

2013-03-30 Thread Marc Esher
. I don't know if I'm going the right way about accomplishing this but in theory, it sounds like it's a good plan. Best, Pete On Mar 29, 2013, at 1:03 PM, Marc Esher marc.es...@gmail.com wrote: Greetings all, I have a number of standalone jobs in Jenkins... build/compile, artifact

Proper approach for creating pipeline builds that use standalone jobs as build steps

2013-03-29 Thread Marc Esher
of those jobs whose only difference is the addition of dependencies. Thanks for guidance, Marc -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users

Re: Configuration file

2012-11-28 Thread Jean-Marc Bourguet
On Tue, 27 Nov 2012 20:13:49 -0800 (PST), Jerry gpjerrymalo...@gmail.com wrote: Hi, Jean-Marc. You should be able to do this by adding a build step before you run the rest of your job that executes a shell script to modify the config file. If you are suggesting something like if ! cmp

Configuration file

2012-11-27 Thread Jean-Marc Bourguet
I'd like to have some editable configuration files in the workspace of my jobs. The plugin https://wiki.jenkins-ci.org/display/JENKINS/Config+File+Provider+Plugin provides nearly what I need. The problem is that I need to be able to modify the configuration file by scripting, and the plugin

LDAP authentication: ConnectException shows partial URL

2012-10-02 Thread marc magrans de abril
Hi, I am trying to authenticate Jenkins users using our corporate LDAP server (SSL connection) at ldaps://cerndc.cern.ch:636. However, when I try to login as marc I get a javax.naming.CommunicationException: cern.ch:636 . Is it normal that the the address appearing in the excepiton does

ConnectException error does not show complete url (re-post)

2012-10-02 Thread marc
Hi LDAP users, I am trying to authenticate Jenkins users using our corporate LDAP server (SSL connection) at ldaps://cerndc.cern.ch:636. However, when I try to login as marc I get a javax.naming.CommunicationException: cern.ch:636 . Is it normal that the the address appearing in the excepiton

Re: Changing the connection check URL

2012-08-14 Thread Marc Esher
On Tue, Aug 14, 2012 at 6:51 AM, Christopher Orr ch...@orr.me.uk wrote: Hi there, On 08/13/2012 12:04 PM, Marc Esher wrote: My Jenkins server is sitting behind a firewall that does not permit outbound access to most of the internet. I was able to get an exclusion for jenkins-ci.com

Changing the connection check URL

2012-08-13 Thread Marc Esher
to determine whether it's net-connected. Consequently I cannot update Jenkins or install plugins because it fails at the connection check step. Is this configurable? If I could change the connection check to jenkins-ci.org, then updates and plugin installs could proceed as expected. Thanks! Marc