Requesting invite to joing jenkinsci org in github

2020-06-29 Thread Surya yaramada`
Hello,

How are you? I would like to know process to get invited to join jenkinsci
org in Github.
Here is my Github ID - yrsurya

Please let me know if anything else I need to do to receive invitation.

-- 
Thanks & Regards
 surya
(510-574-6780)

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CALadKbw_SiDjc%3D6gY6M0E%3DrbSB01odDdWdCrmgcWSObxagKa4A%40mail.gmail.com.


Re: Error while installing Jenkins on AWS EC2

2020-04-21 Thread Surya Dilip Inuganti
Thanks a lot Mark. Your solution worked. I don't know why in many tutorials 
the installed weekly version and it worked. Once again thanks for the 
response, you made my day.

--Suya Dilip I

On Tuesday, April 21, 2020 at 6:54:07 PM UTC+5:30, Mark Waite wrote:
>
> Jenkins 2.232 is the first weekly build created with a new GPG signing 
> key.  
>
> If this is your first time installation and you're not specifically 
> seeking some feature that is so new it is only in the weekly builds, then 
> you should probably use the long term support (LTS) release instead.  See 
> https://pkg.jenkins.io/redhat-stable/ for the details .
>
> Mark Waite
>
> On Tuesday, April 21, 2020 at 7:19:17 AM UTC-6, Surya Dilip Inuganti wrote:
>>
>> Hi All,
>>
>>
>> I'm installing Jenkins on AWS EC2 CentOS instance. I'm following this 
>> blog "
>> https://medium.com/@itsmattburgess/installing-jenkins-on-amazon-linux-16aaa02c369c";
>>  
>> for installation instructions. 
>>
>>
>> I'm getting the below error:- 
>>
>>  
>>
>> " Downloading packages:
>>
>> warning: 
>> /var/cache/yum/x86_64/7/jenkins/packages/jenkins-2.232-1.1.noarch.rpm: 
>> Header V4 RSA/SHA512 Signature, key ID 45f2c3d5: NOKEY:00 ETA
>>
>> Public key for jenkins-2.232-1.1.noarch.rpm is not installed
>>
>> jenkins-2.232-1.1.noarch.rpm | 63 MB 00:01:49
>>
>>
>> Public key for jenkins-2.232-1.1.noarch.rpm is not installed"
>>
>>
>> Please find the below screenshot for reference. Please help in where i'm 
>> getting wrong.
>>
>>
>> [image: AWS-Jenkins-Error.png]
>>
>>
>>
>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f1f3f6e0-a3e0-400a-b8c3-899466999557%40googlegroups.com.


Jenkins environmental variables issue for kubernetes slaves running on EKS

2019-01-24 Thread Surya yaramada`
I am running simple command sh 'env' inside the jenkins executor which is 
running in EKS , where am able to view environmental variables defined in 
jenkins except those with defined by dot(.)
for examplemaven.user=deployer

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/945e62c1-e63e-46d2-aeae-fa635c03a6ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: custom image for jnlp( amazonlinux)

2018-11-13 Thread Yaramada Surya tej
Here is the error logs while using custom image 

Error in provisioning; agent=KubernetesSlave name: eks-cluster-qwx9k, 
template=PodTemplate{inheritFrom='', name='eks-cluster', namespace='', 
slaveConnectTimeout=30, label='eks-cluster', nodeSelector='', 
nodeUsageMode=NORMAL, workspaceVolume=EmptyDirWorkspaceVolume 
[memory=false], containers=[ContainerTemplate{name='jnlp', 
image='999.dkr.ecr.us-east-1.amazonaws.com/jenkinsci-jnlp-slave', 
workingDir='/home/jenkins', command='', args='cat', ttyEnabled=true, 
resourceRequestCpu='', resourceRequestMemory='', resourceLimitCpu='', 
resourceLimitMemory='', 
livenessProbe=org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe@4a17bf41},
 
ContainerTemplate{name='kubectl-helm', 
image='250312325083.dkr.ecr.us-east-1.amazonaws.com/kubectl-helm:latest', 
workingDir='/home/jenkins', command='/bin/sh -c', args='cat', 
ttyEnabled=true, resourceRequestCpu='', resourceRequestMemory='', 
resourceLimitCpu='', resourceLimitMemory='', 
livenessProbe=org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe@3a0ad6a5},
 
ContainerTemplate{name='java-base-image', 
image='999.dkr.ecr.us-east-1.amazonaws.com/java8:latest', 
workingDir='/home/jenkins', command='/bin/sh -c', args='cat', 
ttyEnabled=true, resourceRequestCpu='', resourceRequestMemory='', 
resourceLimitCpu='', resourceLimitMemory='', 
livenessProbe=org.csanchez.jenkins.plugins.kubernetes.ContainerLivenessProbe@42ca15d6}],
 
yaml=} java.lang.IllegalStateException: Agent is not connected after 30 
attempts, status: Running at 
org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:190)
 
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:294) at 
jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46)
 
at 
jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:71)
 
at java.util.concurrent.FutureTask.run(FutureTask.java:266) at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
at java.lang.Thread.run(Thread.java:748) Nov 13, 2018 7:58:06 PM INFO 
org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate 
Terminating Kubernetes instance for agent eks-cluster-qwx9k Nov 13, 2018 
7:58:06 PM WARNING io.fabric8.kubernetes.client.Config tryServiceAccount 
Error reading service account token from: 
[/var/run/secrets/kubernetes.io/serviceaccount/token]. Ignoring. Nov 13, 
2018 7:58:06 PM INFO okhttp3.internal.platform.Platform log ALPN callback 
dropped: HTTP/2 is disabled. Is alpn-boot on the boot class path? Nov 13, 
2018 7:58:06 PM INFO 
org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave deleteSlavePod 
Terminated Kubernetes instance for agent default/eks-cluster-qwx9k Nov 13, 
2018 7:58:06 PM INFO 
org.csanchez.jenkins.plugins.kubernetes.KubernetesSlave _terminate 
Disconnected computer eks-cluster-qwx9k Nov 13, 2018 7:58:09 PM INFO 
org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision Excess 
workload after pending Kubernetes agents: 1 Nov 13, 2018 7:58:09 PM INFO 
org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud provision Template 
for label eks-cluster: Kubernetes Pod Template Nov 13, 2018 7:58:09 PM 
WARNING io.fabric8.kubernetes.client.Config tryServiceAccount Error reading 
service account token from: 
[/var/run/secrets/kubernetes.io/serviceaccount/token]. Ignoring. Nov 13, 
2018 7:58:09 PM INFO okhttp3.internal.platform.Platform log ALPN callback 
dropped: HTTP/2 is disabled. Is alpn-boot on the boot class path? Nov 13, 
2018 7:58:09 PM INFO hudson.slaves.NodeProvisioner$StandardStrategyImpl 
apply Started provisioning Kubernetes Pod Template from kubernetes with 1 
executors. Remaining excess workload: 0 Nov 13, 2018 7:58:19 PM WARNING 
io.fabric8.kubernetes.client.Config tryServiceAccount Error reading service 
account token from: [/var/run/secrets/kubernetes.io/serviceaccount/token]. 
Ignoring. Nov 13, 2018 7:58:19 PM INFO hudson.slaves.NodeProvisioner$2 run 
Kubernetes Pod Template provisioning successfully completed. We have now 3 
computer(s) Nov 13, 2018 7:58:19 PM INFO okhttp3.internal.platform.Platform 
log ALPN callback dropped: HTTP/2 is disabled. Is alpn-boot on the boot 
class path?

On Tuesday, 13 November 2018 01:06:24 UTC-5, Yaramada Surya tej wrote:
>
> Hi, I am trying to use custom image which is based on amazonlinux and 
> pushed to ECR for running jenkins executors on AWS EKS. able to use 
> default image ( alpine) but need help to configure in settings for using 

custom image for jnlp( amazonlinux)

2018-11-12 Thread Yaramada Surya tej
Hi, I am trying to use custom image which is based on amazonlinux and 
pushed to ECR for running jenkins executors on AWS EKS. able to use 
default image ( alpine) but need help to configure in settings for using a 
custom image.

To achieve this do we need 2 custom images? one for pod and another for 
container image?


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e1d5e4c4-c6d0-4bb8-ac87-0377f6f1be46%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


When does user-agent include signature "aws-sdk-java/1.11.341 Linux/3.10.0-693.5.2.el7.x86_64 OpenJDK_64-Bit_Server_VM/25.151-b12 java/1.8.0_151 groovy/2.4.11"

2018-09-07 Thread Surya
Can someone identify when does a request from Jenkins server have user 
agent set as ""aws-sdk-java/1.11.341 Linux/3.10.0-693.5.2.el7.x86_64 
OpenJDK_64-Bit_Server_VM/25.151-b12 java/1.8.0_151 groovy/2.4.11"? We are 
investigating how our Jenkins server compromised where the hacker seems to 
have got access to the credential store. Any hints when this user agent is 
used is appreciated.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3888fc62-2927-4b33-baa1-528d0613e212%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pipeline Poll SCM triggering build without previous parameters

2018-08-15 Thread Surya Prasad
parameters {
string(name: 'stageName')
string(name: 'functionName')
string(defaultValue: 'sonarqube', name: 'toolName')
string(name: 'gitCredentialsId')
string(name: 'gitUrl')
string(name: 'awsCredentialsId')
string(defaultValue: 'us-west-2', name: 'awsRegion')
string(defaultValue: 's3event.sh', name: 's3ShellScript')
string(defaultValue: 'serverless-nodejs', name: 
'nodejsInstallation')
choice(name: 'Invoke_Parameters', choices:"Yes\nNo", description: 
"Do you whish to do a dry run to grab parameters?" )
choice(name: 'SonarQube_Scanning', choices:"Yes\nNo")
}
triggers {
pollSCM('*/2 * * * *')
}

Parameters and triggers section of the pipeline

The pipeline goes through the stages fine when manually started by giving 
the parameters. But, on an SCM change, the build is triggered with null 
values except the parameters with defaultValues.
I assumed that a new build triggered by an SCM change would use the last 
known good parameters to build. 

Any help will be appreciated.

Thank you.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c8f553ae-a4db-4253-9883-4c06ba8b842e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Lots of LDAP error with stacktrace

2017-08-08 Thread Surya yaramada`
Here is the full error 

First time build. Skipping changelog.
Parsing POMs
ERROR: Processing failed due to a bug in the code. Please report this to the 
issue tracker (https://jenkins.io/redirect/report-an-issue).
java.lang.SecurityException: Rejected: com.google.inject.ProvisionException
at hudson.remoting.ClassFilter.check(ClassFilter.java:46)
at 
hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:122)
at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1826)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1713)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2000)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2245)
at 
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:552)
at java.lang.Throwable.readObject(Throwable.java:914)
at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1058)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2136)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2027)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2245)
at 
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:552)
at java.lang.Throwable.readObject(Throwable.java:914)
at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1058)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2136)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2027)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2245)
at 
java.io.ObjectInputStream.defaultReadObject(ObjectInputStream.java:552)
at java.lang.Throwable.readObject(Throwable.java:914)
at sun.reflect.GeneratedMethodAccessor97.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at 
java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:1058)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:2136)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2027)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:422)
at hudson.remoting.UserRequest.deserialize(UserRequest.java:217)
at hudson.remoting.UserResponse.retrieve(UserRequest.java:250)
at hudson.remoting.Channel.call(Channel.java:830)
at hudson.FilePath.act(FilePath.java:987)
at hudson.FilePath.act(FilePath.java:976)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.parsePoms(MavenModuleSetBuild.java:985)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:690)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)
at hudson.model.Run.execute(Run.java:1735)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:542)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:405)
project=hudson.maven.MavenModuleSet@3465c94f[Sandbox/surya/maven project]
project.getModules()=[]
project.getRootModule()=null
FATAL: Rejected: com.google.inject.ProvisionException
java.lang.SecurityException: Rejected: com.google.inject.ProvisionException
at hudson.remoting.ClassFilter.check(ClassFilter.java:46)
at 
hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:122)
at 
java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1826)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1713)
at 
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:2000)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1535)
at 
java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2245)
at

Re: Lots of LDAP error with stacktrace

2017-08-08 Thread Surya yaramada`
Hi,
 After upgrading Jenkins to latest LTS version 2.60.2 we are facing 
issues with the maven projects 

Parsing POMs
ERROR: Processing failed due to a bug in the code. Please report this to the 
issue tracker (https://jenkins.io/redirect/report-an-issue).
java.lang.SecurityException: Rejected: com.google.inject.ProvisionException


we use okta integration  (SAML plugin) for logging to jenkins


please let us know if any one had idea about it


Thanks you


On Monday, July 31, 2017 at 2:20:39 AM UTC-4, Dan Tran wrote:
>
>
> Hi,
>
> 99% of my Jenkins(LTS 2.60.2, with latest ldap) log has this stack trace. 
>  Looks like every login( good or bad) has this log entry.  Any one facing 
> with the same issue and resolved this?
>
>
>
> ul 30, 2017 11:10:18 PM WARNING 
> hudson.security.LDAPSecurityRealm$LDAPUserDetailsService loadUserByUsername
>
> Failed to search LDAP for username= yyy
> javax.naming.NameNotFoundException: [LDAP: error code 32 - 208D: NameErr: 
> DSID-031522C9, problem 2001 (NO_OBJECT), data 0, best match of:
>   ''
> ]; remaining name ''
>   at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3161)
>   at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3082)
>   at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2888)
>   at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1846)
>   at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1769)
>   at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1786)
>   at 
> com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:418)
>   at 
> com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:396)
>   at 
> com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:378)
>   at 
> javax.naming.directory.InitialDirContext.search(InitialDirContext.java:286)
>   at 
> org.acegisecurity.ldap.LdapTemplate$3.doInDirContext(LdapTemplate.java:249)
>   at org.acegisecurity.ldap.LdapTemplate.execute(LdapTemplate.java:126)
> Caused: org.acegisecurity.ldap.LdapDataAccessException: LdapCallback;[LDAP: 
> error code 32 - 208D: NameErr: DSID-031522C9, problem 2001 (NO_OBJECT), 
> data 0, best match of:
>   ''
> ]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 
> 32 - 208D: NameErr: DSID-031522C9, problem 2001 (NO_OBJECT), data 0, best 
> match of:
>   ''
> ]; remaining name ''
>   at 
> org.acegisecurity.ldap.LdapTemplate$LdapExceptionTranslator.translate(LdapTemplate.java:295)
>   at org.acegisecurity.ldap.LdapTemplate.execute(LdapTemplate.java:128)
>   at 
> org.acegisecurity.ldap.LdapTemplate.searchForSingleEntry(LdapTemplate.java:246)
>
>
> Thanks
>
>
> -Dan
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/0aa3f05b-9fd3-428d-b253-93fd6574df7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.