Re: Pipeline script step looking script inside job@tmp path

2023-06-06 Thread Mk
sh '$WORKSPACE/script.sh' solved the problem. On Tuesday, June 6, 2023 at 4:17:12 PM UTC+5:30 Mk wrote: > I'm using Jenkins - 2.375.2 and both Jenkinsfile and script.sh files are > in my github repository. > > My Jenkinsfile (Declarative Pipeline) content as follows, > pipelin

Pipeline script step looking script inside job@tmp path

2023-06-06 Thread Mk
I'm using Jenkins - 2.375.2 and both Jenkinsfile and script.sh files are in my github repository. My Jenkinsfile (Declarative Pipeline) content as follows, pipeline { agent any stages { stage('Checkout') { steps { git url:

LDAP Manager DN Query

2022-04-26 Thread Mk
*Jenkins Version - Jenkins 2.319.1 * *LDAP Plugin version – 2.9* Our LDAP authentication working fine. However our IT-Department very often changing the Manager DN configured user’s CN path. For example, Currently our Manager DN section configured like below *

Re: HTTP Status 403 – Forbidden error

2021-02-18 Thread Mk
them were recently upgraded. > > The MultipleSCMs plugin has been deprecated. Jenkins Pipeline is the > better way to implement multiple SCM support from within a single job. > > Mark Waite > > On Thu, Feb 18, 2021 at 9:47 PM Mk wrote: > >> >> Hello Jenkins C

Re: HTTP Status 403 – Forbidden error

2021-02-18 Thread Mk
The MultipleSCMs plugin has been deprecated. Jenkins Pipeline is the > better way to implement multiple SCM support from within a single job. > > Mark Waite > > On Thu, Feb 18, 2021 at 9:47 PM Mk wrote: > >> >> Hello Jenkins Community team, >> >> I am us

HTTP Status 403 – Forbidden error

2021-02-18 Thread Mk
Hello Jenkins Community team, I am using *Jenkins - 2.263.1(LTS)* deployed through tomcat. I have upgraded few of the plugins yesterday since then i am facing following issue whenever i modify any settings under *Manage Jenkins* --> *Configure Systems* section if i click save button. it

hostPathVolume not mounting on Kubernetes pods(Dynamic Jenkins Agent)

2020-12-04 Thread Mk
*Environment: * Jenkins - Version 2.235.5 (LTS) Kubernetes Jenkins Plugin - 1.27.7 *K8s-Master & Worker Server Details:- * OS - CentOS Linux release 7.9.2009 (Core) & Kernal -

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-09-01 Thread Mk
I have fixed it. Each time when we change/update the *"Display Name LDAP attribute" *value in LDAP configuration section, We need to delete the user from people category and need to login. Post that it displays the configured settings. On Wednesday, September 2, 2020 at 9:57:31 AM UT

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-09-01 Thread Mk
Team, Is it possible to display only *First name + Sur-name* in Jenkins? On Friday, August 28, 2020 at 9:56:39 AM UTC+5:30, Mk wrote: > > Dear Team, > > Now our LDAP Authentication working fine. I have question regarding "*Display > Name LDAP attribute*: *displayname*&quo

Re: K8s jenkins dynamic agent fails & shows - tcpSlaveAgentListener error

2020-08-30 Thread Mk
rvers could be reached"* for below command. kubectl exec -i -t dnsutils -- nslookup kubernetes.default So i have uninstalled and re-installed *Kubernetes version - v1.19.0*. Now everything working fine. Thanks.!!! On Friday, August 28, 2020 at 10:16:45 AM UTC+5:30, Mk wrote: > >

Re: K8s jenkins dynamic agent fails & shows - tcpSlaveAgentListener error

2020-08-29 Thread Mk
ined in the namespace fronting the Jenkins master > called 'jenkins-server'? > > Richard. > > On Fri, 28 Aug 2020 at 18:29, Mk > wrote: > >> Further tried by adding below entries in */etc/hosts* file on both >> *Jenkins/K8s >> Master* and* K8s-Worker* n

Re: Failed to connect to http://jenkins.build-env.svc.cluster.local:8080/tcpSlaveAgentListener/: jenkins.build-env.svc.cluster.local

2020-08-28 Thread Mk
Hi Pbasan, Now i too facing the same problem. I am using CentOS-8 (Jenkins & K8s) running in same server. But Jenkins running separately(Not running on K8s cluster). My error as follows. SEVERE: Failed to connect to http://jenkins-server/jenkins/tcpSlaveAgentListener/: jenkins-server

Re: K8s jenkins dynamic agent fails & shows - tcpSlaveAgentListener error

2020-08-28 Thread Mk
Remoting-Minimum-Version: 3.14 On Friday, August 28, 2020 at 10:16:45 AM UTC+5:30, Mk wrote: > > Dear Team, > > I have *Jenkins Master* &* K8s-Master* running on same server(*CentOS-8*), > Configured Jenkins *Kubernetes Plugin version - 1.26.4* But while running > pipelin

K8s jenkins dynamic agent fails & shows - tcpSlaveAgentListener error

2020-08-27 Thread Mk
Dear Team, I have *Jenkins Master* &* K8s-Master* running on same server(*CentOS-8*), Configured Jenkins *Kubernetes Plugin version - 1.26.4* But while running pipeline job i always getting an error, Below is K8s cluster jenkins agent pod log. [root@K8s-Master /]# kubectl logs -f

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-27 Thread Mk
rs? On Sunday, August 23, 2020 at 10:37:42 AM UTC+5:30, Mk wrote: > > Hi Jeremy, > > Even LDAP Login slowness issue also resolved with below configuration. > > Group membership filter - (memberOf={0}) > > Enable cache > Cache size - 200 > Cache TTL - 30min > > Now ever

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-22 Thread Mk
- Allow blank rootDN* in plugin section. Is this is fine? On Saturday, August 22, 2020 at 11:55:37 AM UTC+5:30, Mk wrote: > > Hi Jeremy, > > I have tried by keeping the *root DN* as *empty *and enabled the* tick > mark - Allow blank rootDN. *now my test connection is successful but

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-22 Thread Mk
an issue? On Saturday, August 22, 2020 at 10:00:55 AM UTC+5:30, Mk wrote: > > Hi Jeremy, Thanks for the reply. Actually *ldapsearch* command on jenkins > master server terminal works. Below is the response. > > ldapsearch -x -h ad-ldap-server.com -p 389 -D > "CN=jenkins,OU=Users,OU=Di

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-21 Thread Mk
unds like the user is valid but not a member of any groups. Is that > possible? > > > > On Thursday, August 20, 2020 at 1:28:21 PM UTC-4 Mk wrote: > >> Hi Team, >> >> I am trying to configure LDAP(AD) Authentication in our Jenkins, Below is >> my configuration

Re: Loading certain view tabs takes forever

2013-04-04 Thread MK
I am facing similar issues with views, tried it with different view types, like filtered or all. The log does not tell anything, removing the progress bar column plugin was not of success. Even with new views I now face this issue. Markus On Thursday, April 26, 2012 3:07:23 PM UTC+2, pgweiss