Kubernetes plugin. Identical pod template in multiple kube clouds.

2022-08-31 Thread ravi kiran rao bukka
hey i have a question about the kuberentes plugin in Jenkins. I see that it offers to add multiple clouds and pod templates. If i have two clouds (pointing to different kube clusters) and offering same pod templates. How does the plugin choose which cloud (kube cluster) to go with? If a kube cl

Re: How to connect 2 virtual machines on the same job.

2021-11-22 Thread uday kiran
Free style jobs are limited to acheive this. You can create a groovy pipeline to achieve this. On Tue, 23 Nov, 2021, 12:00 am Poonkuzhali Muthiah, wrote: > Hi, > > I am able to connect Virtual machine(VM 1) through Jenkins using ssh > connection in a freestyle job. Is it possible to connect 2 V

Re: Permission denied returned from a container due to uid used = 1000

2021-06-16 Thread uday kiran
Have you tried -u root while running the container? On Thu, 17 Jun, 2021, 1:35 am Charles Moulliard, wrote: > Hi > > One of our container is reporting a permission denied as git cannot write > a file on the filesystem mounted. As the uid used during the pod creation > to allow the jenkins jnlp c

How to get the pipeline name from individual jobs?

2021-05-19 Thread uday kiran
I have a pipeline where we will call another freestyle job. I need to access the pipeline name from this freestyle job to send emails from this or to make conditions. I tried using ${BUILD_CAUSE} but it is showing only UPSTREAMTRIGGER Any suggestion on how to get this? -- You received this me

Re: Ansible plugin problem in pipeline code

2021-03-07 Thread Kiran Kumar
7;, '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.6/site-packages/ansible executable location = /usr/local/bin/ansible python version = 3.6.8 (default, Nov 16 2020, 16:55:22) [GCC 4.8.5 20150623 (Red Hat 4.8.5-44)] On Sunday, M

Re: Ansible plugin problem in pipeline code

2021-03-07 Thread Kiran Kumar
same issue for me too On Tuesday, June 23, 2020 at 8:15:57 AM UTC-7 Yiyito wrote: > Was this solved? I´m having same issue > > > On Monday, November 28, 2016 at 4:42:10 PM UTC-3, Guy Knights wrote: >> >> I'm trying to use the ansible plugin in a pipeline script, but it fails >> to find ansible-

Jenkins upgraded & getting error - HTTP ERROR 403 No valid crumb was included in the request

2020-11-21 Thread Kiran Kumar
Hi, I upgraded jenkins on CentOS 7 with yum update jenkins-2.267-1.1 from jenkins.noarch 0:2.259-1.1 will be updated == Now i am not able to login HTTP ERROR 403 No valid crumb was included in the request URI: /j_spring_security_check STATUS: 403 MESSAGE: No valid crumb was included in t

Jenkins Role Base Statergy (Restrict Job View for specific Users)

2019-04-23 Thread Kiran Sonawane
Hey, I'm Using Role base-Strategy for managing multiple jobs. but in manage options it only gives read permission which enable all users to view all project I created which I don't want. So is there any option so every user can view only those jobs which are allowed to view that specific user?

Re: Issue with RegEx for project roles in Matrix Authorization Strategy Plugin

2017-07-10 Thread Raj Kiran Neerukonda
/project/component|parent/project/component/* it dint worked. Please help me. Thank you, Raj Kiran. -- 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

Regarding bump up development version and release version issue

2016-11-14 Thread Koti Kiran
Hi Team, I am using git repository and trying to build with maven in jenkins but the version is not bump up. can you tell me what the reason? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving em

jenkins-gerrit integration

2016-11-08 Thread kiran kumar
2. Can i control this with dynamic trigger configuration only or is there an option/plugin to control it ? 3. One more problem with dynamic trigger configuration is we have to edit that project path every time and it will in control with Release Team Regards, Kiran

Jenkins-gerrit setup

2016-11-08 Thread kiran kumar
2. Can i control this with dynamic trigger configuration only or is there an option/plugin to control it ? Regards, Kiran -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving e

Re: What is a permanent agent or slave server when discussing Jenkins?

2016-08-27 Thread Kiran
The CM tools have terms for servers that receive changes. I don't see why a CI tool would not have one. Apparently the Jenkins community is mature and has gotten this far with no term. To me, a term would really make things easier. On Thursday, August 18, 2016 at 6:52:23 PM UTC-4,

Re: What is a permanent agent or slave server when discussing Jenkins?

2016-08-20 Thread Kiran
semi-technical) managers, are they finding a lack of a word for this server difficult? On Thursday, August 18, 2016 at 6:52:23 PM UTC-4, Kiran wrote: > > In the context of Jenkins, is a slave server one that receives a build? > Or is it an auxiliary server that offloads some of the

Re: When a server is designated as a permanent node, what happens to that server?

2016-08-20 Thread Kiran
So most of the time (when Jenkins isn't interacting with a permanent agent), there is no extra CPU or RAM utilization from the server having the .jar file and being configured as a permanent agent? On Thursday, August 18, 2016 at 6:53:02 PM UTC-4, Kiran wrote: > > When a server is de

Re: How do I securely connect to Windows machines with Jenkins with as few plugins on the servers receiving the Jenkins builds as possible?

2016-08-19 Thread Kiran
I'm referring to the first case. For SSH to work, do you recommend OpenSSH? Which of the options you listed have the fewest things to install on the machines that will receive the builds (the servers other than the Jenkins server) ? Of the three options you mentioned, would I need licenses f

Re: When a server is designated as a permanent node, what happens to that server?

2016-08-19 Thread Kiran
> likely to find answers to the questions that are most relevant to you. > > Mark Waite > > On Thu, Aug 18, 2016 at 4:53 PM Kiran > > wrote: > >> When a server is designated as a permanent node, what happens to that >> server? Does Jenkins transfer an installer

Re: When a server is designated as a permanent node, what happens to that server?

2016-08-19 Thread Kiran
; likely to find answers to the questions that are most relevant to you. > > Mark Waite > > On Thu, Aug 18, 2016 at 4:53 PM Kiran > > wrote: > >> When a server is designated as a permanent node, what happens to that >> server? Does Jenkins transfer an installer pac

When a server is designated as a permanent node, what happens to that server?

2016-08-18 Thread Kiran
When a server is designated as a permanent node, what happens to that server? Does Jenkins transfer an installer package or set of configuration files? If so, where do the files go? What is the size in KB of these files? What type of overhead will this server have due to this designation? W

What is a permanent agent or slave server when discussing Jenkins?

2016-08-18 Thread Kiran
In the context of Jenkins, is a slave server one that receives a build? Or is it an auxiliary server that offloads some of the computing demand for resources of a distributed build? With Jenkins 2.x, the term is "permanent agent." I want to know precisely what to call a server that receives a

How do I securely connect to Windows machines with Jenkins with as few plugins on the servers receiving the Jenkins builds as possible?

2016-08-18 Thread Kiran
I need secure authentication from my Jenkins server to the servers it will push code to. The password for the username cannot be in plain text. I have two networks that will have one Jenkins instance each. All the servers are variations of Windows. The networks have one relevant difference:

How do I get Jenkins on Linux to log into Windows servers?

2016-08-16 Thread Kiran
I have Jenkins 1.6 running on CentOS 7.2. I have Windows 2012 servers that I want to receive builds from the Jenkins server. These Windows servers are not on a domain. They have OpenSSH installed on them. On the Jenkins server, I manually created this path (from the Linux console): /home/j

How do I get Jenkins to store SSH credentials?

2016-08-16 Thread Kiran
I have Jenkins 1.6 running on CentOS 7.2. I have Windows 2012 servers that I want to receive builds from the Jenkins server. These Windows servers are not on a domain. They have OpenSSH installed on them. How do I enter SSH credentials in Jenkins to do builds on other servers? It should be

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-16 Thread Kiran
Where is the JNLP slave agent download? I looked at the link. The term "domain" made me think that the Windows server must be part of a Windows domain. Is that true? I have a workgroup with Windows servers. On Sunday, August 14, 2016 at 2:40:09 PM UTC-4, jpd4nt wrote: > > Jenkins has a maste

Re: What are industry standard ways of managing server logins that Jenkins does for its builds?

2016-08-16 Thread Kiran
How is the SSH Slaves Plugin different? On Saturday, August 13, 2016 at 8:46:20 AM UTC-4, Kiran wrote: > > Does anyone know what percentage of enterprises with Jenkins use the > different authentication methods for their builds? I would like to know > what is common and what is

Re: How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-14 Thread Kiran
I am using Jenkins 1.6. The Windows *slave*? Is the target of a Jenkins build a "slave"? The Windows servers are those that will get builds (builds that were initiated by Jenkins). Which plugin? I tried different plugins. I am open to using whatever that works. I was thinking of having an

What are industry standard ways of managing server logins that Jenkins does for its builds?

2016-08-13 Thread Kiran
Does anyone know what percentage of enterprises with Jenkins use the different authentication methods for their builds? I would like to know what is common and what is not. For example, are enterprises using the following methods in equal 25% portions? "Manage credentials" the native Jenkins

How can I get Jenkins on Linux to do builds on Windows machines without Active Directory?

2016-08-12 Thread Kiran
I want Jenkins on Linux to do builds on Windows servers. Naturally the authentication must be secure as it is in a production environment. The Windows servers are not part of any domain. I thought I'd try to configure Windows credentials to be saved in Jenkins. These credentials are those t

How do I install Jenkins on CentOS 7 with no internet access?

2016-08-06 Thread Kiran
I am using CentOS 7.2. I cannot set up a local repository for policy reasons (not because I don't know how). I am behind a firewall with no direct internet access and trying to install Jenkins. I ran this command: sudo wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-sta

How do I configure a Jenkins job to push a file to a specific Windows server on the network?

2016-02-24 Thread Kiran
To me, this is the most simple Jenkins question possible: how do I transfer a file to a Windows server? I want to create a new job that does this. I have Jenkins installed on a Linux server. I have plugins such as "SSH" and "Publish Over SSH" installed. Jenkins can run builds on itself. I wa

How do I get the Ansible plugin to work with Jenkins?

2016-02-02 Thread Kiran
My Ansible (version 1.9.5) server is on its own dedicated CentOS 7 server. My Jenkins (version 1.6) server is on its own dedicated CentOS 7 server. I installed the Ansible plugin for Jenkins. I created a New Item that invokes an ad-hoc Ansible command. For the Ansible Installation field, I

How do I install the vRealize Orchestrator plugin for Jenkins?

2016-02-02 Thread Kiran
The https://updates.jenkins-ci.org/download/plugins does not have it. Github has a .zip file. How do I get it installed? There is no hpi file in the .zip file. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group

Re: How do I get a Jenkins server to push bash code to a different server?

2016-02-01 Thread Kiran
gt; Mark Waite > > On Mon, Feb 1, 2016 at 5:28 AM Kiran wrote: > >> If I have a single job that I want to run on many computers, that is a >> multi-configuration job? >> >> -- >> You received this message because you are subscribed to the Google Groups &g

Re: How do I configure passwordless authentication with the jenkins user? Or is it not necessary?

2016-02-01 Thread Kiran
Part of the problem was that authorized_keys need to have its permissions set to 400. -- 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.

Re: How do I get a Jenkins server to push bash code to a different server?

2016-02-01 Thread Kiran
If I have a single job that I want to run on many computers, that is a multi-configuration job? -- 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: How do I configure a Jenkins build to push a file to a specific server on the network?

2016-02-01 Thread Kiran
//wiki.jenkins-ci.org/display/JENKINS/Publish+Over+SSH+Plugin > - https://wiki.jenkins-ci.org/display/JENKINS/SSH+plugin > > Then you can configure your job to run certain scripts among different > machines. > > I hope it helps > > On Saturday, 30 January 2016 03:48:08 UTC, K

How do I configure passwordless authentication with the jenkins user? Or is it not necessary?

2016-01-30 Thread Kiran
Using two CentOS 7 servers, I set up passwordless authentication with root users. I tried to use the same method (with .pub and authorized_key files) with other local users. But these methods didn't work. SSH connections between the servers with these (non-root) users still prompted for a p

Is it necessary to have passwordless authentication with the jenkins user to other servers?

2016-01-30 Thread Kiran
Using two CentOS 7 servers, I set up passwordless authentication with root users. I used the same method (with .pub and authorized_key files) with other local users. But these methods didn't work. SSH connections between the servers with these users still prompted for a password. I started w

How do I configure a Jenkins build to push a file to a specific server on the network?

2016-01-29 Thread Kiran
I have Jenkins installed on a Linux server. It can run builds on itself. I want to create either a Freestyle Project or an External Job that transfers a bash script and runs it on two separate linux servers. Where in the GUI do I configure the destination server when I create a build? I have add

How do I get a Jenkins server to push bash code to a different server?

2016-01-28 Thread Kiran
I have Jenkins installed on a Linux server. It can run builds on itself. I want to create either a Freestyle Project or an External Job that transfers a bash script and runs it on two separate linux servers. Where in the GUI do I configure the destination server when I create a build? I have

Regarding Multiple SCM Plugin

2015-08-07 Thread kiran kumar
: Accurev_Server Depot: Sandbox1 Stream: First time, I am facing this kind of scenario. Thanks&Regards, Kiran Sirigiri -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fr

Accure plugin is not performing well in Jenkins

2015-07-31 Thread kiran kumar
t my knowledge. I would like to know,what might be the problem. I tried manually updating the jenkins.xml too. but that too auto updated. Required suggestions to fix it. Thanks&Regards, Kiran Sirigiri -- You received this message because you are subscribed to the Google Groups "Jenkins Use