Re: Odd environment problem with git under Jenkins on AIX

2019-04-25 Thread Mark Waite
Sorry, but no suggestions to offer on how to resolve that issue. I would suggest that you host the Jenkins master on Linux or Windows and run an agent on AIX. Running the master on AIX probably places you in the "less than 0.1% of all users" category. On Thu, Apr 25, 2019 at 1:30 PM Rich

Re: Remote logging Kubernetes agents dying due to channel closed exception

2019-04-25 Thread Carlos Sanchez
you should look into the networking layer in your kubernetes cluster, it may be aggressively closing connections On Thu, Apr 25, 2019 at 8:34 PM Andrew Feller wrote: > We've been trying to troubleshoot OpenShift-support > Jenkins >

Re: Recovering jenkins.io account

2019-04-25 Thread Baptiste Mathus
Likely the infra ml, or on IRC, would better serve this. Cheers Le mar. 23 avr. 2019 à 17:43, James Telfer a écrit : > Hi, > > Not sure this is the right place, but > https://accounts.jenkins.io/passwordReset just says 'contact us' without > a link as to how > > I believe I have an

Odd environment problem with git under Jenkins on AIX

2019-04-25 Thread Rich Stephens
I have finally gotten Jenkins and the git plugin running (I have managed to upgrade to Java8). git works perfectly from the command line. If I include /opt/freeware/lib into the LIBPATH when starting jenkins, when I try to connect to a remove repository, I get basically this error: OpenSSL

Remote logging Kubernetes agents dying due to channel closed exception

2019-04-25 Thread Andrew Feller
We've been trying to troubleshoot OpenShift-support Jenkins Kubernetes agents terminating due to closed channel exceptions and reaching for straws here. We're considering enabling remote logging

Re: JNLP java.nio.channels.ClosedChannelException with kubernetes-plugin

2019-04-25 Thread Carlos Sanchez
what flavor of kubernetes ? cloud? on prem? how was it built? what networking is it using? there are a lot of variations so the best chance to find out is to relate with other people's environment and try to isolate On Thu, Apr 25, 2019 at 6:36 PM Gopi wrote: > Hi > Using latest Kubernetes 1.13

Re: JNLP java.nio.channels.ClosedChannelException with kubernetes-plugin

2019-04-25 Thread Gopi
Hi Using latest Kubernetes 1.13 with 3 master nodes. On Thu, Apr 25, 2019 at 2:15 PM Carlos Sanchez wrote: > what kubernetes cluster are you using and with what networking? > my guess is that the underlying network layer is killing inactive > connections > > On Thu, Apr 25, 2019 at 4:24 AM Gopi

Hung build with "(part)" status on main page

2019-04-25 Thread Viacheslav Dubrovskyi
Hi All I use pipeline for build and sometimes build finished on build page, but on main page this build not finished and hung with "(part)" word. Look to the screenshot. Jenkins ver. 2.164.2 My questions: 1. What does it mean? 2. How to fix it? Thank you for help! -- WBD, Viacheslav

OWASP Dependency-Check

2019-04-25 Thread mafiikaaa
Hi, I'm trying to run the OWASP Dependency-Check Plugin but with the local version of the NVD database. Unfortunately, when I put the database in the folder (as a gz lub xml files) and give it a link to Jenkins, Jenkins still claims that the database doesn't exist. Does anyone know how to

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-04-25 Thread Mark Waite
On Thu, Apr 25, 2019 at 7:10 AM Hello Universe wrote: > How to use installed certificates from win8 using signtool? > > Run the Windows agent from the Windows desktop rather than running it from a service which has been allowed to interact with the desktop. There seem to be cases where programs

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-04-25 Thread Slide
Are the certificates in the certificate store for just the "normal user" or are they installed in the machine store? The Jenkins service, by default, it running as LocalSystemUser. That account would need access to the certificate store. On Thu, Apr 25, 2019, 06:10 Hello Universe wrote: > How

Re: Under Jenkins SignTool Error "No certificates were found", works fine logged on as user

2019-04-25 Thread Hello Universe
How to use installed certificates from win8 using signtool? On Thursday, August 27, 2015 at 10:51:29 PM UTC+8, Ed of the Mountain wrote: > > When I try to code sign in my Jenkins job I receive a SignTool error: > > > c:\jenkins\workspace\codesign-windows> > > signtool sign /t

Re: Env variable in pipeline resolves to null

2019-04-25 Thread b o b i
PS sh('printenv | sort') is also not showing any env var set ... :| -- 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

Env variable in pipeline resolves to null

2019-04-25 Thread b o b i
environment { TEST_PATH = "path/to/any" } // scriptive pipeline withEnv(["TEST_PATH1=path/to/any"]) { echo env.TEST_PATH1 // path/to/any } echo "OOO=${env.TEST_PATH}"; // null echo "UUU=${env.TEST_PATH1}"; // null How could I make an environment

Re: JNLP java.nio.channels.ClosedChannelException with kubernetes-plugin

2019-04-25 Thread Carlos Sanchez
what kubernetes cluster are you using and with what networking? my guess is that the underlying network layer is killing inactive connections On Thu, Apr 25, 2019 at 4:24 AM Gopi Naidu wrote: > I have got into the same issue. Could you please post the solution if > anything is found? > > On