Re: Jenkins URL is not loading::java.lang.AssertionError: InstanceIdentity is missing its singleton

2019-04-02 Thread Kalpesh Jain
I tried but not working same On Wed, Apr 3, 2019 at 8:29 AM Ajay Sharma wrote: > On Monday, April 1, 2019 at 10:17:05 PM UTC+5:30, Kalpesh Jain wrote: > > Jenkins URL is not loading.. > > > > > > after login with initial admin password > > > > > > > > > > Logs: > > > > Apr 01, 2019 7:41:35 AM >

Re: Jenkins URL is not loading::java.lang.AssertionError: InstanceIdentity is missing its singleton

2019-04-02 Thread Ajay Sharma
On Monday, April 1, 2019 at 10:17:05 PM UTC+5:30, Kalpesh Jain wrote: > Jenkins URL is not loading.. > > > after login with initial admin password > > > > > Logs: > > Apr 01, 2019 7:41:35 AM > jenkins.model.identity.InstanceIdentityProvider$KeyTypes get > INFO: Encountered an error while co

Groovy code to upload JAR to JFROG artifactory

2019-04-02 Thread Ajay Sharma
I was looking for GROOVY code to upload .jar file to JFROG artifactory. I tried this one, but it doesn't uploads jfrog rt upload *.jar https://artifactory/artifactory Please suggest me a solution. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

Re: Help with cfnValidate() error in pipeline?

2019-04-02 Thread ZillaYT
I wanted to add, if I validate the file via AWS CLI (aws cloudformation validate-template --document file://my_template.yaml) it passes. On Tuesday, April 2, 2019 at 7:51:48 PM UTC-4, ZillaYT wrote: > > We use Jenkins pipeline, and use AWS plugins that has a cfnValidate() API > https://jenkins.i

Help with cfnValidate() error in pipeline?

2019-04-02 Thread ZillaYT
We use Jenkins pipeline, and use AWS plugins that has a cfnValidate() API https://jenkins.io/doc/pipeline/steps/pipeline-aws/. When I run it on my Cloudformation template, AWSTemplateFormatVersion: '2010-09-09' Parameters: AlbName: Type: String Description: 'Parameter to override AL

nvm wrapper plugin and a higher version of npm

2019-04-02 Thread Ronneil Camara
We're using this code to add NodeJS via NVM. The value that we have in DEFAULT_NODEJS_VERSION is 6. def addNVM(def nvmversion=DEFAULT_NODEJS_VERSION){ this.job.with { configure { project -> project / buildWrappers << 'org.jenkinsci.plugins.nvm.NvmWrapper'

Re: SSH Slave crashing immediately after start

2019-04-02 Thread Ivan Fernandez Calvo
Also check the agent working directory you should have log files and perhaps some error_pid files -- 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-use

Re: SSH Slave crashing immediately after start

2019-04-02 Thread Ivan Fernandez Calvo
I never used selenium grid plugin, but maybe 128MB it is too right, try larger (512 or 256) values and decrease it to the minimum that works in a stable way -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and sto

Re: SSH Slave crashing immediately after start

2019-04-02 Thread Ivan Fernandez Calvo
It is not the same kind of issue, in you case it failed to copy a file to you agent, check that you have disk space on the agent in the path /var/jenkins, check if that path exists, check that the user used by Jenkins to connect has permissions on that folder, check the folder is writable Faile

Re: Two builds for PRs

2019-04-02 Thread Mark Waite
I have the Basic Branch Build Strategies plugin installed in my environment. That seems like a worthwhile exploration to see if that provides the desired behavior. On Tue, Apr 2, 2019 at 12:59 PM Tom Duerr wrote: > A timing problem is an interesting idea but this problem seems constant. > If it

Re: Two builds for PRs

2019-04-02 Thread Tom Duerr
A timing problem is an interesting idea but this problem seems constant. If its timing related, I would expect some inconsistent behaviors but you never can tell. We're using self-hosted GitHub Enterprise and sometimes it is laggy. Mark, Thanks, I may take you on that offer but I'm goint to try on

Jenkins Declarative Pipeline Error : OCI runtime exec failed

2019-04-02 Thread Christophe Pruvost
Hi all, I have a declarative pipeline like below and I got an error at the stage 'Build Docker Image' OCI runtime exec failed: exec failed: container_linux.go:348: starting container process caused "chdir to cwd (\"/opt/bitnami/apps/jenkins/jenkins_home/workspace/AtpDemo2@2/docker\") set in co

Is it possible not to send anything to GitHub when i cancel the job?

2019-04-02 Thread Alexander Lanin
Hi! Jenkins 2.169 from container. How to configure Jenkins not to send "Failed" status to the Github if i cancel the running job manually? Thank. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receivin

Using kubernetes-credentials-provider plugin for login credentials?

2019-04-02 Thread Marcello Romani
I have a Jenkins instance running on a K8s cluster. I have installed it via helm (stable/jenkins) and was wondering if it was possible to use this plugin https://jenkinsci.github.io/kubernetes-credentials-provider-plugin/ to also manage users in addition to credentials. For example, one would

Re: SSH Slave crashing immediately after start

2019-04-02 Thread yoyulian2013
Note: The user with which make ssh have the rights on that folders Java Version: On Master(where is the hub) is: openjdk version "1.8.0_191" and on Slave: java version "1.8.0_191" On Tuesday, June 13, 2017 at 11:05:40 PM UTC+3, Peter Berghold wrote: > > I'm trying to re-establish connectivity t

Re: SSH Slave crashing immediately after start

2019-04-02 Thread yoyulian2013
Hi guys, I have the same problem on Jenkins ver. 2.164.1 , Selenium Grid 3.12.0 and when start the slave in console will throw me this error: Expanded the channel window size to 4MB [04/02/19 09

Re: "[Multijob] - [ERROR] - Problems occurs on injecting env. vars as a build step: Java heap space", does anyone know, what we can do about it?

2019-04-02 Thread Aaron Digulla
On Friday, March 29, 2019 at 2:29:35 PM UTC+1, Nico van de Kamp wrote: I see now this error "[Multijob] - [ERROR] - Problems occurs on injecting > env. vars as a build step: Java heap space" and I've been searching on the > internet but till now, I do not find a solution to resolve this issue? A

Re: Two builds for PRs

2019-04-02 Thread 'Björn Pedersen' via Jenkins Users
Hi, a wild guess: Is this a timing problem? So the push to branch gets build before the pull request is filed? push to (new) branch ---> build 1 triggered --> file PR ---> build 2 triggers ??? Am Dienstag, 2. April 2