Re: Custom pipeline jobs

2019-03-01 Thread RAJENDRA PRASAD
Hope this link can help you: https://jenkins.io/doc/pipeline/steps/workflow-cps/ Thanks, Rajendra On Fri, 1 Mar, 2019, 22:06 Chris Overend, wrote: > Anyone have any ideas how I can create dynamic pipeline scripts > > -- > You received this message because you are subscribed to the Google

Re: Warnings Next Generation Plugin with CodeWarrior

2019-03-01 Thread Ullrich Hafner
Seems that your warning output format looks totally different. The tests of the parser use: https://github.com/jenkinsci/analysis-model/blob/master/src/test/resources/edu/hm/hafner/analysis/parser/MetrowerksCWCompiler.txt

[DevOps World | Jenkins World 2019]: San Francisco CFP closing soon

2019-03-01 Thread Alyssa Tong
Friendly reminder, if you're planning to make proposal(s) to this event, the CFP is closing Sunday, March 10. The submission link is HERE . Lisbon CFP will remain open, only the San Francisco CFP will be closed on March 10.

Re: Custom pipeline jobs

2019-03-01 Thread Jenn Briden
What are you trying to do that wouldn't work in a standard pipeline? We are working on pipeline improvements, so it's useful to understand why people resort to scripting. On Fri, Mar 1, 2019, 08:36 Chris Overend wrote: > Anyone have any ideas how I can create dynamic pipeline scripts > > -- >

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.

Re: sending email for unstable builds

2019-03-01 Thread Simon Bayer
Vers Nice, appreciate your feedback. Glad that We could help you :) Ursprüngliche Nachricht Von: Faad Sayaou Datum: 01.03.19 08:34 (GMT+01:00) An: jenkinsci-users@googlegroups.com Betreff: Re: sending email for unstable builds thanks @Simon and @Sagar for your responses.

Warnings Next Generation Plugin with CodeWarrior

2019-03-01 Thread 'Gavin Nottage' via Jenkins Users
I'm trying to get the number of warnings in my CodeWarrior build using the Warnings Next Generation Plugin. Whatever I try I always get 0 warnings, when the project has many. The setup is Jenkins on a Linux host with a Windows slave node that has CodeWarrior 10.2 installed to build a Freescale

Re: Run button on Blue Ocean for Multibranch pipeline

2019-03-01 Thread Mark Waite
The "Branches" section or tab includes a "Run" button when you hover over the row that represents the specific branch. On Fri, Mar 1, 2019 at 4:35 AM Thiago Carvalho D Avila < thiago.dav...@serpro.gov.br> wrote: > Hi, > > I am using Jenkins 2.150.3 with Blue Ocean 1.11.1. When a create a >

Re: How should I update Java code for add one slave node?

2019-03-01 Thread Mark Waite
The ssh agents use secure shell to connect. The secure shell uses private key / public key pairs to perform the connection. Your example is trying to use a username / password credential when it needs to use a private key credential. We use a technique like below from a system groovy script to

Re: i need to connect git on jenkins but im getiing error 128

2019-03-01 Thread Mark Waite
It is generally a bad practice to embed a space character in the name of the git repository. If the example you provided accurately describes what you're trying to do, then you'll probably need to rename the repository from 'project Name' to something that does not include space characters.

Re: i need to connect git on jenkins but im getiing error 128

2019-03-01 Thread Dirk Heinrichs
Am Freitag, den 01.03.2019, 04:56 -0800 schrieb mohammad sayekooie: 401 Unauthorized And that doesn't ring a bell? Seems you need to provide credentials. HTH... Dirk -- Dirk Heinrichs Senior Systems Engineer, Delivery Pipeline OpenText ™ Discovery | Recommind Phone: +49 2226 15966 18 Email:

i need to connect git on jenkins but im getiing error 128

2019-03-01 Thread mohammad sayekooie
*Failed to connect to repository : Command "git ls-remote -h http://a.a.a.a:8081/master/project Name.git HEAD" returned status code 128:* stdout: stderr: error: The requested URL returned error: 401 Unauthorized while accessing http://*a.a.a.a:8081/master/project Name.git*/info/refs fatal:

Unable to update or install plugins

2019-03-01 Thread LP
We cannot upload ANY plugin to Jenkins after Jenkins was updated. I tried NodesJS, GitHub, JIRA. My netops open the firewall to test but I got the same errors, so it is not a firewall. Did anybody had the same issue with plugins? Were yo able to resolve it? Thanks! Here is the errors:

How should I update Java code for add one slave node?

2019-03-01 Thread 田欧
I'm using `ssh-slaves-plugin` and write some codes, like the below: @RequestMapping(value = "/test", method = RequestMethod.GET) public Map test() { Map result = new HashMap<>(); // username is my jenkins user // password is my jenkins password UsernamePasswordCredentialsImpl

Call for Presenters - Embedded Grand Rapids MeetUp group: Topic Build tools for embedded software

2019-03-01 Thread embeddedsystemsdesignusa
I am an organizer for the Embedded Grand Rapids MeetUp group. On the evening of Tuesday, March 26th we are having a meeting on the topic of tools to build, release, and/or deploy embedded software. Would anyone be able to supply or recommend a presenter on this topic? (We typically have 2-4

Run button on Blue Ocean for Multibranch pipeline

2019-03-01 Thread Thiago Carvalho D Avila
Hi, I am using Jenkins 2.150.3 with Blue Ocean 1.11.1. When a create a Pipeline there is a Run button, but when I create Multibranch Pipelines, the button does not appear. How do I Run on Blue Ocean a Multibranch Pipeline? Best regards, Thiago - "Esta mensagem do SERVIÇO FEDERAL DE

Re: MissingMethodException while using shared libraries

2019-03-01 Thread Kaliyug Antagonist
commit: ${env.GIT_COMMIT} build > fail: ${message}" > > postBuildStatus(script,'FAILED', displayName, env.BUILD_URL, > env.GIT_COMMIT, message) > > } > > > > . > > . > > . > > } > > **Error** > > While the library jenkins-shared-

RE: MissingMethodException while using shared libraries

2019-03-01 Thread Reinhold Füreder
03f42<mailto:org.jenkinsci.plugins.workflow.cps.EnvActionImpl@75f03f42> [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline hudson.remoting.ProxyException: groovy.lang.MissingMethodException: No signature of method: java.lang.Class.notifyBuildFail(