Re: Looking for Jenkins stories to turn into case studies

2020-01-08 Thread Rick
; 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 visit > https://groups.google.com/d/msgid/jenkinsci-users/CAMBsfbv25WDJ5r0sUsMSg3HgOK0CZedHXa4rWuEhcTmf0rJyqw%40mail.gmail.com >

Errors I don't understand using xUnit plugin and Qt C++

2020-01-06 Thread 'Rick Frank' via Jenkins Users
I'm using Jenkins with Qt and C++ and xUnit plugin When building source with QMake, I get the following xml Files files created generatedJUnitFiles\d63f3c66-bc18-440d-a701-d95c0d0ebaaa\xUnit.Net\TEST-b4dc9b2c-83db-401f-a81c-bc7888527387.xml which has only and the system tries to read these

Re: speed your Jenkins by an adapter of Jenkins update center

2019-11-14 Thread Xiaojie Zhao (Rick)
Hi Baptiste, Thanks for your response. Jenkins download the plugin by the URL which comes from update-center.json. For example this plugin http://updates.jenkins-ci.org/download/plugins/AnchorChain/1.0/AnchorChain.hpi

speed your Jenkins by an adapter of Jenkins update center

2019-11-13 Thread Rick
te file * change the update center URL ## Feedback Please don't hesitate to tell us your thoughts. You can find the codes from https://github.com/jenkins-zh/mirror-adapter. Best regards, Rick -- Zhao Xiaojie (Rick) Blog: https://github.com/LinuxSuRen Twitter: https://twitter.com/suren698112

Office 365 email error

2019-08-27 Thread Morten Rick
I try to send email thru smtp.office365.com. I get this error. [image: Office 1.jpg] -- 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: Can the kubernetes-credentials-provider use secrets from a specific namespace?

2019-06-05 Thread Rick
AETayJNSCJe4HigxATfd%3DyQk5F98qY3t9w3sz7B%3DuZ8mrLfEUQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Zhao Xiaojie (Rick) Blog: https://github.com/LinuxSuRen Twitter: https://twitter.com/suren69811254 -- You

Re: Jenkins is fully up and running but not accessible on browser

2019-06-04 Thread Rick
;t be reached"info on the page. > > Any idea about this issue? Thanks a lot! > > -- > 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 t

Re: How to enable Jenkins security, so that while login userid and password should ask

2019-05-26 Thread Rick
m > <https://groups.google.com/d/msgid/jenkinsci-users/1875828e-2783-4174-bf11-fa1dc9fb38d8%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Zhao Xiaojie (Rick) Blog: https://github.com/LinuxSuRen T

Re: bitbucket-branch-source-plugin number of parallel scans limited to five

2019-05-06 Thread Rick
I don't really understand your question. Can you be more specific? On Mon, May 6, 2019 at 8:22 PM Tristan FAURE wrote: > Hello > I'm using jenkins 2.150.2 and bitbucket branch source plugin 2.4.0 > > when scan of repositories is performed : > > > > *Building ยป Scan Organization Folder*it is > i

Re: Beta availability of github-branch-source plugin

2019-04-04 Thread Rick
Yes, I'll do my best to take some time on this. On Fri, Apr 5, 2019 at 3:58 AM Vivek Pandey wrote: > Rick, > > Thanks. Hope you get chance to give it a try do let us know if there are > any issues. > > On Wed, Apr 3, 2019 at 6:36 PM Rick wrote: > >> Hi Vivek, &g

Re: Beta availability of github-branch-source plugin

2019-04-03 Thread Rick
Hi Vivek, Good to see this. And thanks for your efforts. On Thu, Apr 4, 2019 at 1:44 AM Vivek Pandey wrote: > Hello, > > We are emailing you all today since we want your feedback on the beta > version 2.4.6-beta-1 of the GitHub Branch Source Plugin. > > Today, any PR that requires merging ends

Re: how to show both unit test result and API test result from Jenkins job?

2019-03-04 Thread Rick
Hi there Have you try to convert your API test results to be a junit result format? Best regards, Rick On Tue, Mar 5, 2019 at 1:48 PM wrote: > > hi, > > We are using JUnit to analyze unit test result in jenkins pipeline, that > works well and can show detail test result in X

Re: [GSoC 2019] - Jenkins project has been accepted!

2019-02-28 Thread Rick
Good to hear this. And thanks to the Jenkins GSoC org team. Best regards, Rick On Fri, Mar 1, 2019 at 5:13 AM Oleg Nenashev wrote: > Dear all, > > On behalf of the Jenkins Google Summer of Code > <https://summerofcode.withgoogle.com/> org team, I am happy to announce > tha

Re: typo on LTS Changelog page

2019-02-15 Thread Rick
I think that you can just create a PR against this if it's convenience for you. Or I can do this. Anyway thanks for your report. Regards, Rick On Fri, Feb 15, 2019 at 11:17 PM 'Kay J' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hello Jenkins users,

Re: Insert or replace a character in a string at a certain position

2019-01-28 Thread Rick
Are you going to use this as a json string? You might consider the below example: node { def abc = ''' {"ttd1": [{:php2val2"}:{"Version" : "02.02.42"} ''' echo abc } On Tue, Jan 29, 2019 at 8:47 AM Panneer wrote: > Hi All, > > I want to insert a character in a string at a cert

Re: [bitbucket-branch-source-plugin] Wrong merge order of pull request build

2019-01-28 Thread Rick
> > no. I created branch1 from master then create and push commits on branch1 > and don't make any changes on master branch during work on branch1. Then I > created a PR from branch1 to master and in the Jenkins. When building the > PR, I don't see any commits in the Recent changes view. There ar

Re: [bitbucket-branch-source-plugin] Wrong merge order of pull request build

2019-01-27 Thread Rick
You are saying that the new branch1 is same as the master, then you create a pull request from branch1 to master? In my opinion, it's not necessary to build this pull request. On Mon, Jan 28, 2019 at 2:56 PM 'Tom Ku' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Ok. So when you'r

Re: [bitbucket-branch-source-plugin] Wrong merge order of pull request build

2019-01-23 Thread Rick
Looks that everything is ok. Or consider a better solution for debuging this? On Wed, Jan 23, 2019 at 4:46 PM 'Tom Ku' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hi, > > thanks for answering. I can't upload pictures so here's the textual config > (the default settings): > > Di

Re: [bitbucket-branch-source-plugin] Wrong merge order of pull request build

2019-01-22 Thread Rick
could you paste your configuration, please? On Tue, Jan 22, 2019 at 6:51 PM 'Tom Ku' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > Hello, > > anyone got a hint for me? Or does the bitbucket-branch-source-plugin > "works as specified"? > > Thanks in advance! > > Tom > > -- > You r

Jenkins/2.66 Maven build Error on Slave

2017-06-30 Thread Leiber, Rick
Any help would be greatly appreciated. <===[JENKINS REMOTING CAPACITY]===>channel started ERROR: ERROR: Invalid project setup: jenkins/security/MasterToSlaveCallable : Unsupported major.minor version 52.0 [WEBSERVI

Re: Proper practice to migrate multi-configuration (matrix) job to pipeline job?

2016-06-30 Thread Rick Liu
Thank you Mark~ This is exactly what I'm looking for. Rick On Thursday, June 30, 2016 at 5:49:43 AM UTC-7, Mark Waite wrote: > > https://github.com/jenkinsci/pipeline-plugin/blob/master/TUTORIAL.md > includes a section on "Creating Multiple Threads". It seems like tha

Proper practice to migrate multi-configuration (matrix) job to pipeline job?

2016-06-30 Thread Rick Liu
I'm planing to migrate Jenkins1 multi-configuration (matrix) job to Jenkins2 pipeline (-as-Code) approaches, but it seems the pipeline job and multi-branch pipeline job don't support multi-configuration (matrix) job directly. What's the best practice to achieve this? Assume my project has 100+

Re: Chain builds together, but still need to be conditional on source control change

2016-05-18 Thread Rick Patterson
Hi, Baptiste. Not sure what you mean if the workspace gets wiped out, it always does, I have jenkins clean the workspace before each job. I'll have to look into his pipeline plugin, thanks for this pointer. Rick On Friday, May 13, 2016 at 3:56:18 PM UTC-4, Baptiste Mathus wrote: &g

Chain builds together, but still need to be conditional on source control change

2016-05-09 Thread Rick Patterson
Hi. I have 10 related software components to build (jobs 1 through 10), which are somewhat independent of each other, and presently they each trigger individually on a source change, i.e. their builds only go if their source changes. We have the check for these components source changes stagg

Re: Linking to Downstream Freestyle Job from Workflow Job

2015-06-08 Thread Rick King
tically, we now need to parse the results returned to use to check for how the build turned out. Hope this helps anyone else who might be having similar troubles. Rick -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Linking to Downstream Freestyle Job from Workflow Job

2015-06-04 Thread Rick King
seems like I ought to be able to get that from the job I'm running. Does anyone have ideas on this? Am I approaching this the wrong way? Or is this a limitation of the Workflow plugin today? Rick -- You received this message because you are subscribed to the Google Groups "Jenkins Us

ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway

2012-12-27 Thread Mav rick
Hi folks - I searched for the below error ,especially "ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway",I couldnt get anything substantial,second error related to "$GERRIT_REFSPEC" is probably a manifestation of the first error since it could the read the

Re: how to build a specific git branch with jenkins

2012-04-30 Thread Rick Gomes
I tried going back to version 1.1.14 and now it is working for me. Maybe this was introduced in 1.1.15 and not 1.1.16. Rick On Friday, April 27, 2012 4:32:48 PM UTC+1, dwalling wrote: > > Bug 13007 is similar to my symptoms, but downgrading to 1.1.15 of the > plugin didn't chan

Re: how to build a specific git branch with jenkins

2012-04-26 Thread Rick Gomes
this but was unable. Rick On Thursday, April 26, 2012 4:07:23 PM UTC+1, dwalling wrote: > > We're on Windows with Git plugin 1.1.17, but no slave - just a single > Jenkins node. > > On Thursday, April 26, 2012 2:42:20 AM UTC-7, Rick Gomes wrote: > >> I've

Re: how to build a specific git branch with jenkins

2012-04-26 Thread Rick Gomes
setup you're using? Rick On Wednesday, April 25, 2012 5:34:07 PM UTC+1, dwalling wrote: > > Two more bits of information that might be relevant: > 1. Git 1.7.10 was installed into C:\Git > 2. In the Jenkins system configuration page, the path to Git is specified > as C:\Git\cmd\g