How do we Cleanup old and no longer used Credentials

2022-11-13 Thread Chris Hardy
Simply, how do we cleanup credentials in Jenkins that are not longer used by ANY pipelines, whether in a Jenkinsfile or in the Jenkins UI pipeline? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop

Re: Slave Node PATHJ environment variable cached

2022-09-16 Thread Chris Hardy
It seems that the Jenkins Coveirty Plugin is not compatible with Java 17 yet I suspect. I am waiting for Coverity Support to get back to me to verify. Who do I contact to report this BUG? On Tuesday, September 13, 2022 at 10:19:47 AM UTC-4 Chris Hardy wrote: > The slave node PATH va

Slave Node PATHJ environment variable cached

2022-09-13 Thread Chris Hardy
The slave node PATH value was changed on the node. The Jenkins master has the old value cached. I have rebooted the slave node, restarted Jenkins, disconnected/reconnected slave node in Jenkins, deleted/recreated slave node. After all that the PATH is still cached to original value. I have

Re: Jenkins running as a service restarts by itself after upgrade from 2.303.2 to 2.319.3

2022-06-10 Thread Chris
As I've already mentioned (maybe it was not very clear - so just to remind): 1. OS is Red Hat Linux 7.9 2. I can't see any valid jenkins package in the system: ‘rpm -qa | grep -i jenkins’ command doesn’t show anything 3. Running ‘yum list | grep -i jenkins’ shows only these 3 packages:

Jenkins running as a service restarts by itself after upgrade from 2.303.2 to 2.319.3

2022-06-10 Thread Chris
-2.el7 1cvmware_EPEL_EPEL_7Server What may be the issue ? Please help with it. Thanks in advance! Chris -- 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 jenkinsc

Re: Jenkins Test Connection with Artifactory error

2022-05-31 Thread Chris Hardy
Thanks, we realized on Friday that we did not need the Distribution, but needed to set up the CA Certs properly. Thanks for the response. On Friday, May 27, 2022 at 12:00:28 PM UTC-4 lesterp wrote: > Are you wanting to integrate with JFrog Pipelines (separate product), or > Artifactory? If

Re: Jenkins user is no member of docker group

2021-04-30 Thread Chris Dams
solved it the problem. Have a nice day, Chris -- 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.co

Jenkins user is no member of docker group

2021-04-29 Thread Chris Dams
n. Do any of you have any idea what to do about this? Thanks in advance! Chris -- 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

Calling functions in Jenkins Shared Libraries

2020-08-03 Thread Chris Shannon
steps { echo "hi" } } } } } For reasons beyond this post, we are trying to add some commonality and argument checking to our steps, which is why I'd like to be able to use that concept of the extra function call.. Any help/pointers would be much appreciated. Thank

Re: SAML plugin - differentiate between encryption and signing certificate

2020-08-03 Thread Chris DW
required to do anything with the generated saml-sp-metadata.xml file. All I needed to do was set up a keystore with the proper private key (which in my case is the same for the encryption and signing certificate) Thanks for your time, Chris Op dinsdag 28 juli 2020 20:07:54 UTC+2 schreef Ivan

Re: Jenkins @Library load dynamic branch from variable

2020-01-16 Thread Chris Carpenter
oal to integration test your library before merging it to > master? We do something similar by standing up a local Jenkins and using > docker based agents. > > On Thu, Jan 16, 2020 at 07:01 Chris Carpenter > wrote: > >> It seems with this you lose some function

Re: Jenkins @Library load dynamic branch from variable

2020-01-16 Thread Chris Carpenter
ies portion. It might do what you want. > > On Wed, Jan 15, 2020 at 15:12 Chris Carpenter > wrote: > >> Is there a way to dynamically load the library from dynamic branch >> variable like this: >> >> @Library("jenkins-pipeline@${env.BRANCH_NAME}") _ &

Jenkins @Library load dynamic branch from variable

2020-01-15 Thread Chris Carpenter
Is there a way to dynamically load the library from dynamic branch variable like this: @Library("jenkins-pipeline@${env.BRANCH_NAME}") _ In a multi branch pipeline you have access to the current branch name in the environment variable `BRANCH_NAME`. I'd like to be able to test changes to my

Re: Jenkins Overwriting JobDSL Configured Job

2019-08-13 Thread Chris McIntosh
fighting with each other somehow. Thanks, Chris On Tue, 13 Aug 2019 at 08:29, Chris McIntosh wrote: > Hi Reinhold, > > We are using pipeline jobs via a jenkinsfile. > I will double check my xml from the configure block vs the xml generated > by jenkins when manually adding the section

Re: Jenkins Overwriting JobDSL Configured Job

2019-08-13 Thread Chris McIntosh
specific change. Thanks again for the help. Chris On Thu, 8 Aug 2019 at 08:12, Reinhold Füreder wrote: > Hi Chris, > > > > after re-reading also your initial email I have the feeling my pipeline > focused/related answer is not helpful at all, as you are not using pipeline >

Re: Jenkins Overwriting JobDSL Configured Job

2019-08-08 Thread Chris McIntosh
Thanks Reinhold, Any way you could think of to get the job to load first before it executes? I tried reloading all the config from disk which didn't work. I didn't have a chance to try restarting it yet. Thanks, Chris On Wed, 7 Aug 2019 at 23:54, Reinhold Füreder wrote: > Hi Ch

Jenkins Overwriting JobDSL Configured Job

2019-08-07 Thread Chris McIntosh
any clue how I can go about debugging this? Jenkins master is running on Ubuntu 18.04. I can provide any other info needed. Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiv

Email-ext plugin request: Export "Requestor" to environment

2019-07-01 Thread Chris Williamson
tor value to use in the Project Recipient List Please export Requestor value as an environment variable. Thank you, Chris Williamson -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Re: Custom pipeline jobs

2019-03-04 Thread Chris Overend
Jenn, We do not test with a CI strategy. We have a limited number things that we do with some parallelization. 1. clone or merge 2. in parallel a. build product for (window (32, 64), linux (32, 64)) b. run many different types of tests c. generate report on tests 3. generate

Re: Custom pipeline jobs

2019-03-01 Thread Chris Overend
Anyone have any ideas how I can create dynamic pipeline scripts -- 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.

shell-dependent issues with exit code in jenkins

2019-02-21 Thread 'Chris' via Jenkins Users
in some jenkins upgrade. Not sure though, perhaps it has always been broken. Currently running jenkins 2.164. (and before you ask: using csh is not my choice, but there are some legacy scripts that I'm currently not allowed to port to a more reasonable shell) TIA, Chris -- You received thi

Custom pipeline jobs

2019-02-20 Thread Chris Overend
Is it possible to pass groovy scripts to a pipeline job I want to be able to configure custom groovy scripts based on options selected by my users. I could have a massive script with many "if" clauses. It would be nicer to create a groovy script based on selected options. this api would then be

Jenkins is hanging

2019-01-28 Thread Chris Guo
Hi Folks, We are using Jenkins ver. 2.150.1, running in k8s, single pod, it's very offen that when someone is accessing the Jenkins UI, another client from some else IP cannot access, the request just hangs there until timeout. Any idea? PFA the thread dump. Regards, Chris -- You received

Publish over ssh error

2018-04-19 Thread Chris McCallan
I'm running an ansible playbook with jenkins using the Publish Over SSH Plugin. The jenkins jobs pulls the source code down from a bitbucket repository, transfers the files over to the remote server and runs the playbook. Some of the tasks in the playbook will fail, which is fine as the

Pipeline jobs for PRs failing due to Jenkins NOT using configured account.

2018-04-11 Thread Chris Funderburg
Multi branch pipeline jobs are failing on Pull Request branches only. Console output shows Jenkins doing "using GIT_ASKPASS to set credentials ***" (*** = configured user name). Using folder level credentials. Other branch jobs run fine. PRs fail on the master when trying to git pull the

Re: Could not add HP-ux machine as slave in jenkins

2018-04-04 Thread Chris Lamorena
Thanks Mark for the quick reply! Yea, I was afraid that would be the case, which makes total sense. Thank you very much! On Friday, March 23, 2018 at 11:09:23 AM UTC-7, Mark Waite wrote: > > > > On Fri, Mar 23, 2018 at 11:45 AM Chris Lamorena <clam...@gmail.com > > wrot

Re: Could not add HP-ux machine as slave in jenkins

2018-03-23 Thread Chris Lamorena
Were you ever able to add HP-ux machine as slave in Jenkins? I'm trying to add HP-UX B.10.20, would this version be out of scope? Do I need any additional items to get that be a slave node? On Tuesday, June 21, 2016 at 3:22:57 AM UTC-7, Thiagu Mohan wrote: > > I am trying to add hp-ux B.11.31

Processes (WINWORD) not ended when Gradle tasks run from Jenkins

2018-03-01 Thread Chris Pudney
, Chris. -- 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

Running JUnit tests during a promotion and publishing the results.

2018-02-16 Thread Chris Kantzer
Result' link. I have a promotion process which runs some Integration tests (JUnit) before deploying the artifact. I'd like to publish the JUnit results like I did during the build step, but the results are not being added to the "Latest test result" link or Test Result Trend. Tha

Re: Kubernetes-Plugin BadRequest container name must be specified

2018-01-22 Thread Chris Denneen
On Monday, January 22, 2018 at 3:01:41 PM UTC-5, Chris Denneen wrote: > > I've installed latest LTS of jenkins and installed latest > kubernetes-plugin. > > I've created 2 pipeline jobs to test: > > pod-golang from here ( > https://kumorilabs.com/blog/k8s-6-integrating-jenkins-kube

Re: Kubernetes-Plugin BadRequest container name must be specified

2018-01-22 Thread Chris Denneen
jnlp: Warning: JnlpProtocol3 is disabled by default, use JNLP_PROTOCOL_OPTS to alter the behavior Warning: SECRET is defined twice in command-line arguments and the environment variable Warning: AGENT_NAME is defined twice in command-line arguments and the environment variable Jan 22, 2018

Re: Webhooks in hosted gitlab + local jenkins setup

2018-01-22 Thread Chris Denneen
Why didn't DDNS work? On Monday, January 22, 2018 at 1:42:45 PM UTC-5, Lorem Ipsum wrote: > > Hello, > > I've got a question and a possible answer but since I'm new to Jenkins and > it's plugins maybe there is an easier way to do the thing I'm trying to > accomplish. > > First of my current

Kubernetes-Plugin BadRequest container name must be specified

2018-01-22 Thread Chris Denneen
I've installed latest LTS of jenkins and installed latest kubernetes-plugin. I've created 2 pipeline jobs to test: pod-golang from here ( https://kumorilabs.com/blog/k8s-6-integrating-jenkins-kubernetes/) and one from Carlos Sanchez blog here (

Re: secret token sent from gitlab webhook not being checked

2018-01-19 Thread chris . every
I raised https://github.com/jenkinsci/gitlab-plugin/issues/700 looks like it's a bug in the plugin. I'll close this case down (follow the github issue for further updates) On Friday, 5 January 2018 11:09:56 UTC, chris...@paxport.net wrote: > > think I'll raise this on the gitlab-plugin

Re: How to use podTemplate in a declarative pipeline with the kubernetes-plugin.

2018-01-08 Thread Chris Willmore
ker access. Without "runAsUser" support, you probably could hack the jnlp-agent to run with the same UID as needed. -Chris On Monday, January 8, 2018 at 8:37:19 PM UTC+2, Tim Zhukov wrote: > > Hi, > > Have anyone deployed a jenkins on CoreOs Tectonic? I'm experimenting with > a

How appropriate is Jenkins for my task?

2018-01-08 Thread Chris Akins
s succeed, then the next run only starts A at step 3. Does Jenkins make sense for this workload? Can it be made to fit? Can my workload be made to fit Jenkins more easily? Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubsc

Re: location of email-ext template file

2017-12-07 Thread Chris T
advanced) and see if there is anything in the > logs that could help pinpoint the issue? Also, I didn't see what versions > of Jenkins, email-ext and config-file-provider you are using, can you share > that as well? > > On Wed, Dec 6, 2017 at 3:46 PM Chris T <chris.t...@gmail.com >

Re: location of email-ext template file

2017-12-06 Thread Chris T
t; Yes, that is the point. I'm not sure why it isn't working for you, I am > using pretty much the same thing in my setup and it works (though I am not > sure I have tried from a pipeline job). > > On Wed, Dec 6, 2017 at 1:28 PM Chris T <chris.t...@gmail.com > > wrote: > >>

Re: location of email-ext template file

2017-12-06 Thread Chris T
The plugins were install a while ago, and have been restarted (at least a few times) since then. On Wednesday, December 6, 2017 at 5:02:04 PM UTC-5, Daniel Beck wrote: > > > > On 6. Dec 2017, at 19:42, Chris T <chris.t...@gmail.com > > wrote: > > > > So y

Re: location of email-ext template file

2017-12-06 Thread Chris T
I thought the point of config-file-provider plugin was so we don't have to store the template in the $JENKINS_HOME/email-templates? On Wednesday, December 6, 2017 at 3:08:43 PM UTC-5, jer...@bodycad.com wrote: > > For security reason I was told, the template must reside on the master > (you

Re: location of email-ext template file

2017-12-06 Thread Chris T
I originally had the template name without ".jelly", but got same (not working) results. On Wednesday, December 6, 2017 at 3:01:42 PM UTC-5, slide wrote: > > Just for kicks, can you try removing .jelly from the name of the template? > > On Wed, Dec 6, 2017 at 12:

Re: location of email-ext template file

2017-12-06 Thread Chris T
And how is "config-file-provider" used? In the emailext: body: '${JELLY_SCRIPT, template="managed:"}', or body: '${SCRIPT, template="managed:"}', But this isn't working for me. On Sunday, March 1, 2015 at 4:16:19 PM UTC-5, slide wrote: > > The other option is if you install the

Re: Promote build when... option not shown in job config

2017-12-06 Thread Chris White
I see, how frustrating - isn't pipelines meant to be where Jenkins is encouraging people to move towards - 'Pipelines as code' For future reference for people finding this: https://issues.jenkins-ci.org/browse/JENKINS-36089 -- You received this message because you are subscribed to the Google

Promote build when... option not shown in job config

2017-12-05 Thread Chris White
Are there any requirements on a job for when the 'Promote build when...' is shown / hidden for a job in Jenkins? I have the plugin installed (2.31), Jenkins has been restarted but for my given job (a pipeline scm job) i don't see the option to configure the promotion process in the job

Pipeline calling pipeline calling freestyle job

2017-10-26 Thread Chris Overend
I have: booleanParam(name: 'force_build', value: force_build.toBoolean()) This works Pipeline with parameter (force_build=True) -> freestsyle job with parameter (force_build=False) The value of force_build in the freestyle job is now True This does not work. Pipeline job with a

Re: Not clear how to set up Windows node, and where to get "secret" from

2017-10-13 Thread Chris Foran
ers+unsubscr...@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/CAO49JtF9r0PkSrReXwGZPx8_ > ftNBQqF%3D8phw8apk9Zv06xgZqA%40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtF9r0PkSrReXwGZPx8_ftNBQqF%3D8p

Re: can i use variable to specify the agent label in my declarative pipeline ?

2017-10-10 Thread chris scott
Hi did you guys every get to a resolution on this? I have exactly the same issue. On Friday, 5 May 2017 12:10:51 UTC+1, ishan jain wrote: > > Hi Eric, > > This the full code that copied earlier. You would only require to create a > properties file. The other echo statements that i have put

Re: Is there a way of cloning the repo an additional layer down?

2017-10-09 Thread Chris Foran
//groups.google.com/d/ > topic/jenkinsci-users/ZlxbJHRC2Dg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > jenkinsci-users+unsubscr...@googlegroups.com. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/jenkinsci-users/CA

Re: Trying to use CopyArtifact in declarative pipeline

2017-10-09 Thread Chris Foran
web visit https://groups.google.com/d/ > msgid/jenkinsci-users/CALpcnoyBzwxCqJgkrg8jR6uDX5_i8Dg6xGhixsqWFwvFPb2gzQ% > 40mail.gmail.com > <https://groups.google.com/d/msgid/jenkinsci-users/CALpcnoyBzwxCqJgkrg8jR6uDX5_i8Dg6xGhixsqWFwvFPb2gzQ%40mail.gmail.com?utm_medium=email_source=footer>

Scheduling a slave node reboot

2017-09-22 Thread Chris Packham
Hi, We have a problem with our build nodes and while we know the cause we haven't found a fix. One workaround we're looking at is to periodically reboot the node. Is there a safe way to reboot a node i.e. prevent new jobs being assigned, reboot and rejoin the master. -- You received this

Re: How to use podTemplate in a declarative pipeline with the kubernetes-plugin.

2017-09-22 Thread Chris Willmore
Hey Vincent - did you ever give this a try? I'm looking at doing this now and was wondering if you ran into any blockers. -Chris On Thursday, August 10, 2017 at 1:03:46 PM UTC+3, Vincent Heet wrote: > > Ok so maybe i'm able to add this myself next week. I looked at the class > you

Pipeline jobs getting stuck on Jenkins master

2017-09-19 Thread Chris Packham
that the pipelines initially start on the master and move to a slave once they hit the agent directive? Thanks, Chris -- 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, sen

Re: MSTest plugin poll

2017-09-05 Thread Chris B
) at java.lang.Thread.run(Unknown Source) Configuration was unchanged after upgrade from 0.19 to 0.20 alpha. Chris Am Mittwoch, 30. August 2017 21:47:36 UTC+2 schrieb Ivo Bellin Salarin: > > An alpha version is available for everyone on the jenkins-ci.org > repository. If you're willi

Re: Using variables in a declarative pipeline

2017-09-04 Thread Chris Packham
On Mon, Sep 4, 2017 at 8:22 PM, Chris Packham <judge.pack...@gmail.com> wrote: > Hi, > > I've got a declarative pipeline with parallel builds that works but > I'd like to avoid some repetition. > > Here's the gist of my pipeline > > pipeline { >

Re: Jenkinsfile pipeline for go builds... need an example.

2017-08-04 Thread Chris R
Might be late to this question, but for anyone else whose searches came here - I managed to get it to work like this: withEnv(['GOPATH=' + pwd()]){ dir ('src/github.com/username') { // insert git checkout here sh 'go build -o

github-branch-source 2.0.7 hpi missing

2017-07-06 Thread chris . every
Hi, looks like the hpi is missing from github-branch-source 2.0.7 (which is offered in my jenkins updateCenter) java.io.FileNotFoundException: http://mirrors.jenkins-ci.org/plugins/github-branch-source/2.0.7/github-branch-source.hpi -- You received this message because you are subscribed

many parallel stages

2017-06-05 Thread Chris Overend
Hello, I was looking for help with a many parallel pipeline. Here is what I am looking to do *parallel*( 'linux': { stage('build_linux') { build job: 'linux_build', parameters:[] build job: 'linux_archive', parameters:[] *parallel*(

Re: Grails plugin not available in new Jenkins versions?

2017-05-19 Thread Chris Peck
I'm having the same issue with the current LTS release 2.46.2. Does anyone know how to install it? On Monday, April 24, 2017 at 2:46:40 PM UTC-4, Carina Marban wrote: > > Hi, > > > I'm currently trying to migrate our jobs from a Jenkins 1.650 instance > to a new one that we just updated to

Re: parallel remote trigger builds in a pipeline

2017-03-15 Thread Chris Overend
I assume you have "Block until the remote triggered projects finish their builds." = False? - Does it not just set your 'done' variable to true as soon as the remote build starts, since it does not block or wait. - Also with this set to False it does not get the log of the remote

How to properly use parallels in pipelines

2017-03-15 Thread Chris Overend
*parallel* ( 'windows': { stage('windows tests') { *parallel* ( *stage*('some_tests_1') { *parallel* ( some_tests_1, # is a chunk of tests ) }

parallel remote trigger builds in a pipeline

2017-03-15 Thread Chris Overend
#!groovy import hudson.model.* stage('Testing') { parallel ( ['windows_remote': {build job: 'remote_trigger_30', parameters: [string(name: 'branch_name', value: branch_name)]}, 'linux_remote': {build job: 'remote_trigger_60', parameters: [string(name: 'branch_name', value:

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-24 Thread Chris Overend
So I was not running in a node block I will do more testing thank you. Here is a sample of my code: *#!groovy* *import hudson.model.** *stage('many_jobs') {* *parallel (get_many_jobs(6000))* *}* *def get_many_jobs(num_builds) {* *// The map we'll store the parallel steps in before

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-24 Thread Chris Overend
So I have not run in an ode block I will do more testing thank you. Here is a sample of my code: *#!groovy* *import hudson.model.** *stage('many_jobs') {* *parallel (get_many_jobs(6000))* *}* *def get_many_jobs(num_builds) {* *// The map we'll store the parallel steps in before

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Chris Denneen
t; > On Thu, 23 Feb 2017, Chris Denneen wrote: > > > Sathish? What are you referring to here? > > This is UI configuration. I've had this for a while. > > I'm looking for Jenkinsfile equivalent. > > > There is no such thing as a "Multiconfiguration Pi

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-23 Thread Chris Overend
So not sure if this is a Jenkins limitation or pipeline. The jobs never exceeded available resources. The garbage collection was stable. So why did it lock-up? It did say I used - 2950 million active threads - 350 threads -- You received this message because you are subscribed to the

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-23 Thread Chris Overend
I need to retry it may be that the jobs never all started Branch: job_0 - (1ms in block) Branch: job_9830 - (3min 16sec in block) Branch: job_9831 - (No timing in block) -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-23 Thread Chris Overend
So 3 hr 30 min later the pipeline is locked up -- 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

Is there a maximum number of parallel builds a pipeline job can run?

2017-02-23 Thread Chris Overend
? Are there setting that affect this behavior? Could my Groovy script be causing this long delay? Thanks, Chris -- 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, sen

Re: Multi Configuration Job Jenkinsfile

2017-02-23 Thread Chris Denneen
Sathish? What are you referring to here? This is UI configuration. I've had this for a while. I'm looking for Jenkinsfile equivalent. Thanks On Wednesday, February 22, 2017 at 9:58:31 PM UTC-5, sathish g wrote: > > > > On Sunday, February 19, 2017 at 8:17:29 PM UTC+5:30, Chris D

Multi Configuration Job Jenkinsfile

2017-02-19 Thread Chris Denneen
Anyone have any suggestions? Trying to run a multi configuration job for different RUBY_VERSION and PUPPET_VERSION. Also this job needs to pin the jobs on a particular slave with slave axis -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group.

Re: How can I add builds to the queue a little at a time?

2017-02-15 Thread Chris Overend
Thank you for your insights. This reinforces my thoughts after reading https://jenkins.io/blog/2016/11/21/gc-tuning/ -- 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

Re: pipline slow vs flow

2017-02-13 Thread Chris Overend
I am not trying to say anything I just found it curious. We are doing testing to determine the optimal setup for Jenkins. We currently use flows calling flows. We believe we have too many builds in the build queue (3500). In the process of testing we saw this behavior and I was hoping for

pipline slow vs flow

2017-02-13 Thread Chris Overend
So I am doing testing on our current system. We use flows now. So I have a flow and a pipeline doing the same task: - 100 executors - 2000 builds - build - echo 'Hello World' flow time = 2 min 33 sec pipeline time = 5 min 11 sec After all the echos are complete the pipeline seems to

Multi Configuration Job Jenkinsfile

2017-02-10 Thread Chris Denneen
I'm looking for example to replace existing Multi Configuration Job with Jenkinsfile that handles X Y axis mapping. Also needs to support Matrix Configuration (so which X:Y mappings to do) and Slave label to run that job on. In the multi configuration job even if called from pipeline on node

How can I add builds to the queue a little at a time?

2017-02-03 Thread Chris Overend
I am beginning the process of changing to pipelines. We currently use flows to run thousands of jobs(builds). Say we have 6000 builds to run on 100 Windows virtual machines and 6000 builds to run on 100 Linux virtual machines. To reduce available virtual machines with no jobs to run we try to

Re: [Declarative Pipeline] Non-executed stages report success

2017-01-11 Thread Chris Carson
ean knows to treat as a failure. I think we could > probably do the same in stage view - could you possibly open a JIRA for > that? Thanks! > > A. > > On Jan 3, 2017 15:52, "Chris Carson" <chris@ni.com > > wrote: > >> I am trying out the Decla

[Declarative Pipeline] Non-executed stages report success

2017-01-03 Thread Chris Carson
I am trying out the Declarative Pipeline and noticed some odd behavior in reporting. In the current Scripted Pipeline behavior when a stage fails the pipeline stops and reports as failed, however, in Declarative Pipelines the

Re: MultiJob retry functionality...I cant get it working

2016-12-21 Thread chris
Thank you, I got it working for failures as well. On Wednesday, December 21, 2016 at 12:32:28 AM UTC-8, Vitaly Karasik wrote: > > You're right. > The only catch is that there is no description/examples how to write rules. > For instance, how to restart not only failed, but unstable jobs as well.

Re: MultiJob retry functionality...I cant get it working

2016-12-20 Thread chris
;Enable retry" 2. Select strategy from the dropdown Thanks! Chris On Wednesday, December 14, 2016 at 6:41:04 AM UTC-8, Vitaly Karasik wrote: > > Fernando, I see the same behavior - neither "UNSTABLE" not ".*" rules > don't work for unstable build. > Even, acc

Jenkins pipelines and SVN poll exclusions?

2016-12-19 Thread 'Chris George' via Jenkins Users
or file from the polling? Thanks in advance Chris -- 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 vi

Re: Matrix Axis Labels Not Exposed to JUnit Plugin

2016-11-03 Thread Chris Wozny
Bumping. On Tuesday, October 25, 2016 at 6:35:07 PM UTC-4, Chris Wozny wrote: > > All, > > I am currently running the following setup: > > Jenkins 2.0 > ClearCase Plugin 1.6.2 > Multijob Plugin 1.21 > JUnit Plugin 1.6 > > I have a (crude example of a) ma

Matrix Axis Labels Not Exposed to JUnit Plugin

2016-10-25 Thread Chris Wozny
build which is incorrect. Does anyone know if post-build actions are exposed to environment variables and/or axis labels in a matrix job? Let me know if any additional information is needed. Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Je

Matrix Axis Labels Not Exposed to JUnit Plugin

2016-10-25 Thread Chris Wozny
build which is incorrect. Does anyone know if post-build actions are exposed to environment variables and/or axis labels in a matrix job? Let me know if any additional information is needed. Thanks, Chris -- You received this message because you are subscribed to the Google Groups "Je

Pipeline Step plugin, can't figure out where global.jelly should go

2016-10-21 Thread Chris Sawczuk
appreciated! Kindest regards, Chris S. -- 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

Why is GithubLinkAnnotator going nuts?

2016-09-08 Thread Chris Shannon
Would someone happen to know a reason why GithubLinkAnnotator would be trying to annotate every change set in existence for me? Context: we have a ton of jobs setup and using the ClearCase UCM plugin. We have delivery pipelines showing these builds along with relevant change set descriptions.

Re: How do I add text to Radiator View Icons?

2016-09-08 Thread Chris Knowlton
he > job, or if it's dynamic add an extension point to be able to contribute > that. > > Is that a dynamic text, or using the job description would do? > > -- Baptiste > > Le 6 sept. 2016 7:24 PM, "Chris Knowlton" <cknow...@gmail.com > > a écrit : >

How do I add text to Radiator View Icons?

2016-09-06 Thread Chris Knowlton
I posted this in the jenkins reddit, but that place appears empty. I have some scripts that run whose job it is to verify (and in some cases restart) services running on my build slaves in order to validate their fitness to host nightly builds. Once I have this working appropriately, I plan to

Re: Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Chris M
Thanks for the followup, good to know i'm not crazy. -Chris On Tuesday, August 30, 2016 at 5:00:04 PM UTC-4, Daniel Beck wrote: > > This was the first response I sent, unfortunately it was stuck in > moderation. > > I merged the PR I filed against the update site generator,

Re: Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Chris M
also curiosu; would this more go into Jenkins Developers group than Users? On Tuesday, August 30, 2016 at 10:52:15 AM UTC-4, Chris M wrote: > > http://updates.jenkins-ci.org/download/plugins/ > > lists all plugins that I spot check; and used to list > build-pipeline-plugin. >

Plugin Updates mirror - build-pipeline-plugin Permissions issue - can no longer view folder?

2016-08-30 Thread Chris M
http://updates.jenkins-ci.org/download/plugins/ lists all plugins that I spot check; and used to list build-pipeline-plugin. Now, http://updates.jenkins-ci.org/download/plugins/build-pipeline-plugin/ fails to resolve even though direct link from the manifest still works.

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Chris Selwyn
I suggest you read https://jenkins.io/blog/2015/04/06/good-bye-java6/. Chris Selwyn On 2016-08-26 12:48, Panikera Raj wrote: I have other windows setup which I had JDK 1.6, there I can start jenkins successfully and using for daily activities. -Panikera On Fri, Aug 26, 2016 at 5:06 PM, Chris

Re: How to run jenkins in jdk 1.6

2016-08-26 Thread Chris Selwyn
east JDK 7 installed and then whatever other JDKs that you wish to use to perform builds. Chris Selwyn On 2016-08-26 12:23, Panikera Raj wrote: Can you bit elaborate about this, how cay achieve this, is there any configuration file where I can specify to use JDK 1.6 -Panikera On Fri, Aug 26, 20

Re: Where can I drop a jar for it to be generally available to jenkins?

2016-08-02 Thread Chris Price
On Monday, April 11, 2016 at 2:15:58 PM UTC-7, Brian Ray wrote: > > We download jars in the job's workspace after checking out Groovy scripts > and set the classpath env variable prior to running the Groovy build step. > In Freestyle jobs we use the Artifactory plugin >

Re: Parameterized Trigger Pipeline

2016-08-02 Thread Chris Shannon
Unfortunately that will end in the same result. If a new SCM build is queued before the previous pipeline is done (regardless if that is from a poll or a push), then I'm in this situation. On Monday, August 1, 2016 at 5:20:58 PM UTC-5, Mrinal Mukherjee wrote: > > Hi Chris, > &

Parameterized Trigger Pipeline

2016-08-01 Thread Chris Shannon
I have a set of builds chained together using the Parameterized Trigger Plugin. The starting build polls SCM and then kicks off build/test/deploy jobs which all run on the same node and reuse the same codebase established in the SCM job. This seems like a pretty standard/basic thing, but I'm

Baseline Promotion in CC-UCM Plugin

2016-07-22 Thread Chris Shannon
This is sort of specific to the ClearCase UCM Plugin, but may apply outside of it as well... As our Jenkins jobs are expanding, we're breaking some large jobs into smaller pieces. As such, a generic example is: SCM Job (listens for new INITIAL baselines via the CC-UCM plugin) Build Job(s)

Re: ${BUILD_LOG} in Pre-Send script causes groovy MultipleCompilationErrorsException in Email-ext

2016-06-17 Thread Chris Chen
ent token in there, you should > probably access the log via the build object that is available to pre-send > scripts. > > On Fri, Jun 17, 2016 at 1:27 PM Chris Chen <chen...@gmail.com > > wrote: > >> The special characters in build log is causing groovy compilation issue

${BUILD_LOG} in Pre-Send script causes groovy MultipleCompilationErrorsException in Email-ext

2016-06-17 Thread Chris Chen
The special characters in build log is causing groovy compilation issues in Pre-Send script. I have tries various ways (\\, triple, double and single quotes..) to escape it without success. Email-ext version is 2.40.5 Any suggestion on this would be greatly appreciated! You can reproduce

Is pipelining right for me?

2016-06-09 Thread Chris Pflieger
I have a pretty complex setup right now and I think pipelining might simplify it, but I'm not sure. It's a combination of embedded C and C# were layers get bundled together and culminate in a Windows program that contains data for embedded devices. What happens is that all of the embedded

Re: Calling tera term from jenkins hangs

2016-05-18 Thread 'Chris Amos' via Jenkins Users
I get is an empty cmd window that seems to hail from java/jenkins, nothing from teraterm which I had told to start invisibly anyway. I just need the 'allow but ignore' option. Ta Chris On Wednesday, 18 May 2016 10:47:19 UTC+1, Eric Engel wrote: > > This is probably a Windows specific p

  1   2   3   >