Re: Pull two repos into one build

2020-05-25 Thread Pete Kane
. > > > > However, I did change that because I dont know how to handle pull requests > in a simple way with this approach. I now use git submodules, > > so one is a submodule of the other. > > > > Felix > > > > > > On Tue, May 19, 2020, 14:13 Pete

Re: Pull two repos into one build

2020-05-20 Thread Pete Kane
watching a Declarative Pipeline video that Kohsuke Kawaguchi hosted > with Tyler Johnson and me presenting some ideas that make it easier to > succeed with declarative pipeline. > > Specific comments are placed inline. > > On Tue, May 19, 2020 at 8:31 AM Pete Kane > wrote: > >>

Re: Pull two repos into one build

2020-05-19 Thread Pete Kane
gt; so one is a submodule of the other. > > Felix > > > On Tue, May 19, 2020, 14:13 Pete Kane > wrote: > >> Title says it all really - I have an existing Pipeline SCM job setup >> which utilises a Jenkins file in my Github repo ( the Jenkinsfile is itself

Re: Pull two repos into one build

2020-05-19 Thread Pete Kane
s examples available. I have a scripted pipeline example > <https://github.com/MarkEWaite/jenkins-bugs/blob/0e5da043baa1249f306fbda2e87cc2fb12ac902f/Jenkinsfile#L18> > and > a declarative pipeline example > <https://github.com/MarkEWaite/jenkins-bugs/blob/576e3ea0e9d9eb93970fe5d144e

Pull two repos into one build

2020-05-19 Thread Pete Kane
Title says it all really - I have an existing Pipeline SCM job setup which utilises a Jenkins file in my Github repo ( the Jenkinsfile is itself a pipeline ) All works perfectly. I want to split my current repo ( seperation of concerns reasons ) into two repos but still use the Jenkinsfile to

Re: Loading properties from a file in Jenkins 2.0 pipeline

2016-09-22 Thread Pete Singleton
roperties' /* * From build.properties file*/def > Var1= props["SOME_PROPERTY"]def Var2= props["ANOTHER_PROPERTY"] > > > On Wed, Sep 21, 2016 at 8:22 AM, Pete Singleton <pete.single...@gmail.com> > wrote: > >> Hi, I'm having exac

Re: Loading properties from a file in Jenkins 2.0 pipeline

2016-09-21 Thread Pete Singleton
Hi, I'm having exactly the same issue (having only started with Jenkins 2.0 in the last couple of days). I've tried the Pipeline Utility, tried the EnvInject plugin, also tried opening the file using Groovy file operations, no success! Did you manage to solve this?? On Thursday, 8 September

Re: Create Promoted Build config via CLI/API

2014-04-15 Thread Pete
We are pretty heavy users of the promotion plugin and we do have to apply some manual steps when automating job creation. On Tue, Apr 15, 2014 at 5:45 PM, Richard Bywater rich...@byh2o.com wrote: Ah thanks - for some reason never thought to check the Jira issues - doh! Unfortunately, given

Re: Backing up the plugins themselves

2014-03-29 Thread Pete
Somewhat related - we've been trying to harden up our Jenkins management processes and have created a repeatable Jenkins deployment process. We store some configuration data in our SCM that describes the version of Jenkins to use, the versions of the plugins and the userContent folder. We then

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
-Dorg.apache.commons.jelly.tags.fmt.timeZone=America/New_York The page was generated fresh, although, again, in UTC: Page generated: Aug 14, 2013 7:14:48 PM $ date Wed Aug 14 15:15:23 EDT 2013 -Pete On Aug 14, 2013, at 3:08 PM, Owen B. Mehegan o...@nerdnetworks.org wrote: This has been working for me for a long time

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
with this information because doing it as stated in the wiki doesn't work. -Pete On Aug 14, 2013, at 3:43 PM, Owen B. Mehegan o...@nerdnetworks.org wrote: Note that I pass the timezone option BEFORE the -jar jenkins.war... On Wednesday, August 14, 2013 12:17:00 PM UTC-7, harperville wrote

Re: Help with timezone on Debian - all builds are shown in UTC

2013-08-14 Thread Pete Akey
Well, thanks, Owen, for the clarification. I did overlook that. I edited /etc/default/jenkins and changes the JAVA_ARGS and everything is as it should be. Best, Pete On Aug 14, 2013, at 3:58 PM, Owen B. Mehegan o...@nerdnetworks.org wrote: Well, when I read the wiki doc now, it says

Help with timezone on Debian - all builds are shown in UTC

2013-08-13 Thread Pete Akey
I've been trying to change the timezone that Jenkins is using following these instructions (I'm on Debian): https://wiki.jenkins-ci.org/display/JENKINS/Change+time+zone I added the following to my /etc/default/jenkins file: JENKINS_ARGS=--webroot=/var/cache/jenkins/war --httpPort=$HTTP_PORT

Re: Getting failed builds noticed

2013-07-31 Thread Pete
We have a build lamp using an arduino chip to manage the lamp. We also have a shame doll that travels around to people's desks who aren't following the team rules. On Wed, Jul 31, 2013 at 6:04 PM, Maureen Barger mobar...@gmail.com wrote: We are having a little trouble getting devs to realize

Re: Readonly job parameters

2013-07-21 Thread Pete
No, that I am aware of. I've been kind of thinking about something similar but more of like a set of variables that can be defined with the job, and then referenced in multiple places within the job configuration. On Sun, Jul 21, 2013 at 1:17 AM, Thomas Fields thomasmfie...@gmail.comwrote: Hi

Re:

2013-06-27 Thread Pete Akey
Hopefully you're running Windows 8 Pro? http://www.forumswindows8.com/general-discussion/cannot-find-windows-8-local-security-policy-editor-secpol-msc-5282.htm Pete On Jun 26, 2013, at 3:49 PM, Nayana ABREU holanda.nay...@gmail.com wrote: The thing is that I don't know how to find

Re: job_dsl plugin configure block problem

2013-06-04 Thread Pete Akey
? For example, http://jenkins.local/jobs/job_name/3, or whatever your build number is. But, they are actually http://jenkins.local/jobs/DSL_TEST_DSL2DSL2/3 and http://jenkins.local/jobs/DSL_TEST_DSL2/3? I don't think I'm processing that correctly. Pete On Jun 4, 2013, at 7:16 PM, Bill K wckoes

Re: how to run applescript from Jenkins?

2013-05-31 Thread Pete Akey
That's disappointing. I just tried it again on my install and it works just fine. Try the ol' printenv command instead. They both work for me. Pete On May 31, 2013, at 2:00 PM, David Burson david.bur...@gmail.com wrote: Hi Pete, When I run: comm -3 (declare | sort) (declare -f | sort

Re: how to run applescript from Jenkins?

2013-05-28 Thread Pete Akey
) From Jenkins execute shell command box, run the same command and see if a comparison of the two brings anything to light. Then, force a change of any values as you see fit. Keep in mind, changing any of the values may have undesirable consequences so proceed with caution. Hope it helps, Pete

Re: How to set up Jenkins on Mac Pro with Parallels vm slaves?

2013-05-21 Thread Pete Akey
/parallels/documents/support/server/Parallels_Command_Line_Reference_Guide.pdf Pete On May 20, 2013, at 1:20 PM, David Burson david.bur...@gmail.com wrote: Hi, I'm new to Jenkins (and to CI), and need to set up Jenkins on a beefy Mac Pro. The plan is to use a dozen or so virtual machines

Re: View takes 10+ seconds to load after upgrade to 1.512

2013-05-16 Thread Pete Akey
I have no AD plugin installed on my system. Thanks for the suggestion. Pete On May 15, 2013, at 10:38 PM, Pete Akey pja...@gmail.com wrote: Hi, Kenny. We're not using AD but who knows? Maybe the plugin is installed and active. I will check this out tomorrow and let you know. Quick

Re: View takes 10+ seconds to load after upgrade to 1.512

2013-05-15 Thread Pete Akey
junk folder. Pete On May 2, 2013, at 7:28 PM, Kenny Ayers theotherwhitem...@gmail.com wrote: The active directory plugin was causing our instance to load very slowly after a recent update. I ended up switching the auth model to use pam. This change resulted in near instantaneous page loads

Re: Configuration variables and promoted builds

2013-05-02 Thread Pete
We have a similar setup and what we did to generate a new set of jobs for a new branch was to create another Jenkins job that used the Jenkins client api to create new jobs and modify the configuration of each job to change the branch name. You can access the configuration as XML and modify it

View takes 10+ seconds to load after upgrade to 1.512

2013-04-29 Thread Pete Akey
to load. It's so bad that I often forget why I'm visiting Jenkins in the first place while the view loads. Talk about a short attention span. Has anybody else seen this and is there a way to mitigate the slowness other than remove builds from Views. Thanks, Pete -- You received this message

Build Flow and Build Blocker plugin

2013-04-19 Thread Pete Akey
from running IF the job name is CheckThisOrThat AND a build flow params value is equal to a certain IP address. Basically, I only want to block for the respective build flow, not block against ALL jobs. I have a feeling I might have to write my own plug-in for this one. Any advice? Thanks, Pete

Re: Build Flow and Build Blocker plugin

2013-04-19 Thread Pete Akey
to a certain IP address. Basically, I only want to block for the respective build flow, not block against ALL jobs. I have a feeling I might have to write my own plug-in for this one. Any advice? Thanks, Pete -- You received this message because you are subscribed to the Google Groups

Can I ask Jenkins to ignore return code?

2013-04-16 Thread Pete Akey
Hi, I'm attempting to connect to a remote machine using sshpass. The script that is being run is exiting with exit 0 but the exit code that is returned to the Jenkins Execute shell is 255. I think CLish is making this task challenging. Can I ask Jenkins to accept a return code of 255 for

Re: Can I ask Jenkins to ignore return code?

2013-04-16 Thread Pete Akey
-Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Pete Akey Sent: Tuesday, April 16, 2013 2:31 PM To: jenkinsci-users@googlegroups.com Subject: Can I ask Jenkins to ignore return code? Hi, I'm attempting to connect

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

2013-03-30 Thread Pete
parameters for now to get past a deadline. If you have any success, please share. 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@gmail.com wrote: Greetings all, I

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

2013-03-29 Thread Pete Akey
success, please share. 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

Looking for something to tell me what job was being run in a given time range

2013-03-27 Thread Pete Akey
those are unless I go through the build history of each and every test. Thanks, Pete -- 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: Looking for something to tell me what job was being run in a given time range

2013-03-27 Thread Pete Akey
and it's difficult to pinpoint which tests those are unless I go through the build history of each and every test. Thanks, Pete -- 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

soapUI tests

2012-05-20 Thread Pete Long
Hi I would be grateful if anyone can point me to actual project examples that has soapUI tests which have been incorporated into Jenkins jobs. I say examples as I would like to try the examples out please. Thank you Pete

Re: Starting First Job

2012-05-13 Thread Pete Long
a created a new thread for this. Thank you for the good suggestions. Pete On May 13, 7:15 am, Sami Tikka sjti...@gmail.com wrote: Mark's suggestion was a good one. Try to get the easy part working first. If it still does not work, it might be caused by Jenkins calling git via

Building but there is no change in repository

2012-05-13 Thread Pete Long
/tdd-training Done. Took 1.2 sec Changes found Any suggestions as to why this is happening please ? Thank you Pete

Re: Building but there is no change in repository

2012-05-13 Thread Pete Long
Hi Sami Basically I followed the instructions as per the book Repository URL= git://github.com/PeteLong/game-of-life.git Branch Specifier (blank for default):= ** I trust this is the info you wanted. Pete On May 13, 7:15 pm, Sami Tikka sjti

Starting First Job

2012-05-12 Thread Pete Long
as to fixing this problem would be appreciated. I have googled for a solution but with no luck. Thank You Pete