[Jenkins][Kubernetes] Recovery pod annotations inside node

2022-02-24 Thread Paulo Augusto de Almeida Ferreira
Hello. Please, anyone who can help me. Is there any way to retrieve the annotations of a pod from within the node? The premise is that pod is not being created in the pipeline. ```groovy def podCloud = "JenkinsCloudKubernetesPodTemplateName" node(podCloud) { // get pod annotations sta

Re: WebSphere Deployer Plugin - Add Shared Libraries - Jenkins

2018-10-19 Thread Paulo Diniz
Could someone help me? Em terça-feira, 16 de outubro de 2018 18:51:47 UTC-3, Paulo Diniz escreveu: > > Hello everyone. > > I have a Jenkins project, with build in Maven for an IBM WebSphere > Application Server. > I added the WebSphere Deployer Plugin to my Jenkins. >

Re: Testing shared libraries locally

2018-10-16 Thread Paulo Diniz
Tks James. I can not post because, this is a private project for a private company in Brazil. Anyway, thanks for the attention. Excuse my english. It's more or less. Em terça-feira, 16 de outubro de 2018 20:49:24 UTC-3, James Fairweather escreveu: > > Why don't you want to go through GitHub?

Error Upload Jenkins

2018-01-24 Thread paulo
I'm speaking portuguese, sorry. Error upload "msbuild-plugin-msbuild-1.29.hpi" jenkins Help Me please Stack trace: java.lang.NullPointerException at hudson.PluginManager.identifyPluginShortName(PluginManager.java:1655) at hudson.PluginManager.doUploadPlugin(PluginManager.java:1590) at java.lang.

Re: broke on 2.0 upgrade

2016-05-04 Thread Paulo Moreira
+1 fixed thanks :) cd /var/lib/jenkins/plugins ls -la | grep disable if files rm Did the trick! terça-feira, 26 de Abril de 2016 às 20:14:15 UTC+1, Josh Santangelo escreveu: > > > > On Apr 26, 2016, at 12:09 PM, Daniel Beck > wrote: > > > > > >> On 26.04.2016, at 21:01, Josh Santangelo >

Re: Gitlab Merge Request Builder

2016-02-17 Thread Paulo Moreira
On Thu, Feb 11, 2016 at 10:56 AM, Paulo Moreira wrote: > Dear All, > > I am setting up a Jenkins job with: Gitlab Merge Requests Builder > > And getting the followin error: > > javax.servlet.ServletException: java.lang.Error: > javax.net.ssl.SSLHandshakeException: Receive

Gitlab Merge Request Builder

2016-02-11 Thread Paulo Moreira
: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure I have disabled the Ignore SSL Certificate Errors, but still with no success BR, Paulo -- You received this message because you are subscribed to the Google

Re: Jenkins Git Plugin Error

2016-02-09 Thread Paulo Moreira
Thank You Marc ;) Finally got it running! So I installed git with OpenSSH and created credentials. I owe you a beer, and a BIG one! Cheers, Paulo M. segunda-feira, 8 de Fevereiro de 2016 às 17:49:39 UTC, Mark Waite escreveu: > > You use the Jenkins credentials system to register a cred

Re: Jenkins Git Plugin Error

2016-02-08 Thread Paulo Moreira
your git for Windows to use > openssh rather than plink. > > If you must use plink, you may find helpful instructions on the wiki page > of the git plugin. > > Mark Waite > > On Sat, Feb 6, 2016, 4:08 PM Paulo Moreira > wrote: > >> >> Paulo Moreira >

Jenkins Git Plugin Error

2016-02-06 Thread Paulo Moreira
Paulo Moreira to mark.earl.waite, nicolas.deloof 1 day agoDetails Dear Jenkins Masters, Sorry to bother you but I am strugguling to get the git plugin working under my environment. Can you please help? I am working on this issue for some days now :( Here is my setting: Master: Jenkins Master

Triggering a single matrix projection

2015-07-31 Thread Paulo Matos
Foo1,Bar2. Is there a way to do this? Thanks, Paulo Matos -- 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 hosting providers

2015-05-09 Thread Paulo Gonçalves
Which are the cloud hosting providers for Jenkins that you would sugest? There are free basic services? -- 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 jenkins

Comparing TAP files

2015-01-23 Thread Paulo Matos
pass and now fails; which tests are new, etc. * Compare two TAP files from any run, not just from one run to the previous one. Do you have any suggestions for these use cases? Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Jenkins Users&q

TAP plugin skip test

2014-09-19 Thread Paulo Matos
Hi, I can't seem to be able to generate a tap that marks a test as skip. Does anyone have an example of TAP test file that marks a test as skipped? Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To u

RE: Jenkins resource usage

2014-09-05 Thread Paulo Matos
> -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Shane Turner > Sent: 05 September 2014 16:01 > To: jenkinsci-users@googlegroups.com > Subject: Re: Jenkins resource usage > > On 05/09/2014 11:

RE: Jenkins resource usage

2014-09-05 Thread Paulo Matos
> -Original Message- > From: jenkinsci-users@googlegroups.com [mailto:jenkinsci- > us...@googlegroups.com] On Behalf Of Shane Turner > Sent: 05 September 2014 16:01 > To: jenkinsci-users@googlegroups.com > Subject: Re: Jenkins resource usage > > On 05/09/2014 11:

Environment variables in Parametrized trigger

2014-09-05 Thread Paulo Matos
|| exit 1 export RV=$(cat $WORKSPACE/rv.log) and then pass in the parameters to a job: RALL_VERSION=${RV Thanks, Paulo Matos -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emai

subscribe

2014-02-26 Thread Paulo Eduardo Santos
subscribe -- 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/groups

Matrix projects and Git pulls

2013-09-05 Thread Paulo Matos
, one on the workspace root and again for each variant, so I end up with: workspace/ arch/intel/gcc arch/arm/gcc gcc Why is my gcc repository showing up at the root of the workspace as well? -- Paulo Matos -- You received this message because you are subscribed to the Google Groups

Re: Jenkins + FindBugs plugin: use rank instead of priority in Jenkins

2013-03-08 Thread Paulo Cheadi Haddad Filho
Hey Ulli! So there's no other way to classify a bug? Can't I do what I was to do (build fail on specific bug)? I would be satisfied if there's a way to Jenkins show the cloudly icon when listing the jobs. At least I could see that something went wrong. Paulo On Thu, Mar 7,

Jenkins + FindBugs plugin: use rank instead of priority in Jenkins

2013-03-07 Thread Paulo Cheadi Haddad Filho
Hey guys! I'm setting up a Jenkins server with Sonar for code analysis and coverage with FindBugs, Cobertura and PMD. Then I was asked to create a job in it that runs tests for some project and if Findbugs find some scary or worst problem then the build results in failure. After some googling

Smart emails

2013-01-25 Thread Paulo Matos
? Another thing I need is to be able to run a script after a build, and then use the output of that script in a notification email. Is it possible to achieve this in jenkins? Thanks, -- Paulo Matos

Artifacts and Builds

2013-01-25 Thread Paulo Matos
his needs to be done manually through a script? I am sorry for all these seemingly trivial questions but a hard thing to understand about jenkins is what jenkins can automate and what you need to have a script to do it yourself. -- Paulo Matos

Re: Build directory and clean procedure [best practices]

2012-12-29 Thread Paulo J. Matos
On 24/12/12 16:41, Eric Pyle wrote: Hi Paulo, I think common practice is to have your shell script build when it detects a check-in via polling, on successful completion of build it would call another Jenkins job to install and test. Thanks. What do you mean 'another Jenkins job&#

Build directory and clean procedure [best practices]

2012-12-24 Thread Paulo J. Matos
also containing the new changes to the repository? Thanks, Paulo Matos

Jenkins + CMake

2012-05-31 Thread Paulo Benatto
23 (include): include could not find load file: CMakeDefs ==== Regards, -- Paulo Leonardo Benatto, patito "the fear of being free, makes you proud of being a slave"