Re: Jenkins reverse proxy (Apache) with SSL

2018-01-28 Thread Ashish Yadav
Any ideas? ☺ From: on behalf of Ashish Yadav Reply-To: "jenkinsci-users@googlegroups.com" Date: Thursday, January 25, 2018 at 7:34 PM To: "jenkinsci-users@googlegroups.com" Subject: Jenkins reverse proxy (Apache) with SSL I am running Jenkins on Centos 7 behind a re

Jenkins reverse proxy (Apache) with SSL

2018-01-25 Thread Ashish Yadav
I am running Jenkins on Centos 7 behind a reverse proxy with ssl certs. I want Apache to handle the ssl certs. User -> HTTPS -> Apache -> HTTP -> Jenkins application. Here is what my configuration looks like. RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule /.* https://$0 [R=301,L] E

Re: Jenkins fingerprint cleanup job schedule

2017-01-19 Thread Ashish Yadav
kinsci-users@googlegroups.com>> Cc: Ashish Yadav mailto:ashish.ya...@firemon.com>> Subject: Re: Jenkins fingerprint cleanup job schedule Hi Ashish, Jenkins uses Fingerprints in order to track files with each build. There is a plugin to force its use, but they are enabled by default in M

Jenkins fingerprint cleanup job schedule

2017-01-18 Thread Ashish Yadav
Where in Jenkins is the fingerprint cleanup job or run schedule defined? What does this fingerprint cleanup job do? I am seeing A LOT of these errors everything the job runs. I even restarted Jenkins but I am still getting these errors. I know build #93 does not exist on the server. Why is thi

LTS 1.651.1 Clarification.

2016-11-22 Thread Ashish Yadav
Looking for clarification on the OS impacted by: LTS 1.651.1 - OPEN issues listed below. JENKINS-26684 -linked to-> JENKINS-31986 - [This appears to only impacts Jenkins on Windows.] However,

M2+Release+Plugin

2016-11-22 Thread Ashish Yadav
I am currently using v0.14.0 of the M2+Release+Plugin. I do NOT see an update for this plugin in the 'Update Plugins' on Plugin Manager page. When will v0.15.0 be release? I am waiting for v0.15.0 as it contains the fixe for SECURIT

Shell and Path variable

2016-10-03 Thread Ashish Yadav
I created a sample job in Jenkins2.0 to get the SHELL and PATH variables. Here is the console output: Started by user admin Building in workspace /var/lib/jenkins/workspace/path [path] $ /usr/bin/zsh -xe /tmp/hudson7499585998548354807.sh +/tmp/hudson7499585998548354807.sh:2> echo /bin/bash /bin/b

Re: Missing the Job/ExtendedRead permission

2016-09-19 Thread Ashish Yadav
Any ideas on this? From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Tuesday, September 6, 2016 at 1:58 PM To: "

Re: Missing the Job/ExtendedRead permission

2016-09-08 Thread Ashish Yadav
Any ideas on this? From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Tuesday, September 6, 2016 at 1:58 PM To: "

Missing the Job/ExtendedRead permission

2016-09-06 Thread Ashish Yadav
I implemented the Project Based Security Matrix plugin and am able to configure the jobs and grant permissions accordingly. I granted myself overall Admin access. However, there are select jobs that I can't configure at all. I don't even see the 'configure' link. When I try to configure or clone

Re: Jenkins LTS v2.7.3 startup errors

2016-09-01 Thread Ashish Yadav
Any idea why I am getting these errors even though I don’t have Role-based or Matrix based or Project based Matrix Authorization strategy enabled? From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@go

Jenkins LTS v2.7.3 startup errors

2016-09-01 Thread Ashish Yadav
eadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Where is Jenkins getting these from, if the 'configSecurity' page is not configured for any Role/Matrix/Projec

Jenkins 2.0 requirements

2016-08-30 Thread Ashish Yadav
As per https://jenkins.io/2.0/, > Jenkins 2 now requires Servlet 3.1 to run. If you're not using the embedded > Winstone-Jetty, make sure your container supports Servlet 3.1 (e.g. Tomcat 8) > before upgrading. > Jenkins 2 no longer supports AJP with the embedded Winstone-Jetty container, > so i

Jenkins 2.x feature options

2016-08-29 Thread Ashish Yadav
Last week, I was upgrading one of my test instance of Jenkins from 1.642.3 to the latest LTS release 2.7.2. After I restarted Jenkins 2x, I got a prompt asking me if I want to 'enable' the new Jenkins 2x features (pipeline...). However, when I try to update another test VM to Jenkins 2.x, I am n

Building multiple times for same and old commit

2016-08-25 Thread Ashish Yadav
I am seeing Jenkins kick off the build job 3-4 times for the same commit. Is most cases the commit was from an earlier time. Example: Commit #1: 8/24/16 at 5:34pm - Jenkins kicks off build job as expected. commit notification 41365xxx Build #2: 8/25/16 at 7:58am - Jenkins kicks off build jo

Re: workspace not getting cleared before or after build.

2016-07-20 Thread Ashish Yadav
y & force clone". That is available if you're using git. The Workspace Cleanup Plugin offers before build and after build deletion of the workspace. Maybe that plugin is not installed? Mark Waite On Wed, Jul 20, 2016 at 7:35 AM Ashish Yadav mailto:ashish.ya...@firemon.co

workspace not getting cleared before or after build.

2016-07-20 Thread Ashish Yadav
I am currently running Jenkins LTS v1.642.3 on CentOS 6. In my job configs, I am NOT seeing any section or task to clean the workspace before build or even as a Post-Build activity to clean workspace after build. Did this feature get removed somehow? -- You received this message because you

Git+Client+Plugin

2016-06-26 Thread Ashish Yadav
This page is not showing any version information. Getting 'blank page'. https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails fro

Features+controlled+by+system+properties

2016-06-20 Thread Ashish Yadav
How do I list the existing values of these system parameters and do I use the script console to get the values or via command line on the server itself? https://wiki.jenkins-ci.org/display/JENKINS/Features+controlled+by+system+properties -- You received this message because you are subscribed t

Jenkins LTS v1.651.3 - OPEN issues.

2016-06-07 Thread Ashish Yadav
I am currently running Jenkins LTS v1.642.3, on CentOS 6, and am planning on upgrading to LTS v1.651.3 when it is released tomorrow. Jenkins LTS v1.651.3 states that the following issues have been resolved: What's new in 1.651.3 (2016/06/08) Cannot enable disabled dependencies. (issue 32340

Jenkins 2.0 in LTS changelog

2016-05-17 Thread Ashish Yadav
Will Jenkins 2.0 have it's own LTS change log or will it be added to the existing LTS changelog [https://jenkins.io/changelog-stable/]. If it is being added to the existing change log, what is the ETA or timeline? I am currently running LTS v1.642.3 -- You received this message because you are

Jenkins v1.642.3

2016-04-27 Thread Ashish Yadav
I am running Jenkins v.1642.3. I just saw the following in the Jenkins log. Any idea was causes this and how it can be resolved? Apr 27, 2016 12:51:47 PM WARNING hudson.model.Descriptor$NewInstanceBindInterceptor instantiate falling back to default instantiation hudson.plugins.git.browser.Asse

Re: StashNotifier Plugin - version info

2016-04-18 Thread Ashish Yadav
kinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Monday, April 18, 2016 at 4:19 PM To: Jenkins Users mailto:jenkinsci-users@googlegroups.com>> Subject: Re: StashNotifier Plugin - version info Working for me on Chrome Mac. Richard. On Tue, 19 Apr 2016 at 08

StashNotifier Plugin - version info

2016-04-18 Thread Ashish Yadav
This page is coming up 'blank' for me. https://wiki.jenkins-ci.org/display/JENKINS/StashNotifier+Plugin I am not able to view any version history. Did the page get moved? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this

Git Client Plugin - Version info

2016-04-18 Thread Ashish Yadav
This page is coming up 'blank' for me. https://wiki.jenkins-ci.org/display/JENKINS/Git+Client+Plugin I am not able to view any version history. Did the page get moved? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this gr

Re: Jenkins memory leak

2016-03-24 Thread Ashish Yadav
Termination trace (log) could be due to a network connectivity issue between the master and the slaves. I restarted jenkins to resolve this (termination request) issue. From: Andrew Barber mailto:ajbarbe...@gmail.com>> Reply-To: "jenkinsci-users@googlegroups.com

Re: Best Practices with LTS Updates

2016-03-19 Thread Ashish Yadav
I too am running jenkins v1.609.3. However, I am concerned about upgrading to v1.642.2 due to the following which was 'introduced' in v1.625.3. https://wiki.jenkins-ci.org/display/SECURITY/Jenkins+Security+Advisory+2015-12-09 How can I tell if this will impact me? How can I tell if this will be

Re: Best Practices with LTS Updates

2016-03-19 Thread Ashish Yadav
't do yum, install the Jenkins as war on Tomcat, Jetty or the embedded Jetty that comes with Jenkins. From: mailto:jenkinsci-users@googlegroups.com>> on behalf of Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-use

java.net.MalformedURLException: no protocol

2016-02-23 Thread Ashish Yadav
I am running Jenkins v1.609.3 on CentOS. My jenkins log is filling up with these ‘errors’. What could be causing this? Caught exception evaluating: browser.getFileLink(p) Caught exception evaluating: browser.getDiffLink(p) Feb 23, 2016 9:33:52 AM WARNING hudson.ExpressionFactory2$JexlExpres

Re: git plugin, git client plugin and git

2016-02-08 Thread Ashish Yadav
ault-Git-executable.JPG] Here's the JGit case: [JGit-Git-executable.JPG] Mark Waite On Mon, Feb 8, 2016 at 1:38 PM Ashish Yadav mailto:ashish.ya...@firemon.com>> wrote: Thanks for the clarification. How/where do I see the option for the git client plugin to see if it is using

Re: git plugin, git client plugin and git

2016-02-08 Thread Ashish Yadav
line git vs. JGit at https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin#GitPlugin-WhyNotJGit . Mark Waite On Mon, Feb 8, 2016 at 11:58 AM Ashish Yadav mailto:ashish.ya...@firemon.com>> wrote: I am running Jenkins LTS v1.609.3 on CentOS. I have the following plugins installed. git plug

git plugin, git client plugin and git

2016-02-08 Thread Ashish Yadav
I am running Jenkins LTS v1.609.3 on CentOS. I have the following plugins installed. git plugin v2.2.7 git client v1.11.0 However, I also have git installed on master and the slaves. Master - - git version 1.7.12.4 Slave #1- git version 1.8.2.1 Slave #2 - git version 1.7.12.4 Slave #3 - git ver

Re: slave log file

2016-01-29 Thread Ashish Yadav
this? 2. Any log files we can look at to troubleshoot further? 3. How can I make sure that the slave.jar file is up-to-date on the slave nodes before restarting jenkins? How often is the slave.jar file (version) updated? Thanks, Ashish. From: Ashish Yadav mailto:ashish.ya...@firemon.com

Re: slave termination error

2016-01-29 Thread Ashish Yadav
tor. Are per chance your master node and the build agents not on the same network? Could you try pinging nodes from the master and paste the result here so that a can judge if it appears normal or not? My 2 cents Le 28 janv. 2016 4:00 PM, "Ashish Yadav" mailto:ashish.ya...@firemon.com>

slave log file

2016-01-28 Thread Ashish Yadav
Our jenkins LTS v1.609.3 keeps hanging on a reboot when trying to connect to a slave. In order to troubleshoot this futher, where can we access the slave’s log file. The same log file that you see when you manage the node. However, in this case, jenkins isn’t up so we can’t navigate to the slave

Re: slave termination error

2016-01-28 Thread Ashish Yadav
Any guidance is greatly appreciated… From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Date: Thursday, January 28, 2016 at 8:09 AM To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Subject: Re

Re: slave termination error

2016-01-28 Thread Ashish Yadav
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googl

slave termination error

2016-01-28 Thread Ashish Yadav
I am running Jenkins v1.609.3 The jobs on my slave nodes are executing correctly. However, now I am getting the following error for every one of my nodes. Executor #0 for NodeABC : executing job1 #104 termination trace hudson.model.Computer$TerminationRequest: Termination requested at Wed Jan 2

Re: LDAP Read Timeouts

2016-01-21 Thread Ashish Yadav
remaining name ‘’] From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Date: Wednesday, January 20, 2016 at 3:45 PM To: "jenkins

Re: LDAP Read Timeouts

2016-01-20 Thread Ashish Yadav
.(InitialDirContext.java:101) at org.acegisecurity.ldap.DefaultInitialDirContextFactory.connect(DefaultInitialDirContextFactory.java:180) ... 52 more From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci

LDAP Read Timeouts

2016-01-20 Thread Ashish Yadav
I am running Jenkins version 1.609.3 with LDAP plugin version 1.11 Lately, I have been seeing these errors in the logs. Jan 20, 2016 1:57:27 PM WARNING hudson.security.LDAPSecurityRealm$LDAPUserDetailsService loadUserByUsername Failed to search LDAP for username=ABCD org.acegisecurity.ldap.Lda

Re: Jenkins unable to restart. Requires multiple attempts.

2016-01-13 Thread Ashish Yadav
Where in jenkins server are the slave configs defined? I don’t see them anywhere in the config.xml on MASTER. From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-

Jenkins unable to restart. Requires multiple attempts.

2016-01-12 Thread Ashish Yadav
if it has an issue and ‘keep moving’ to bring up jenkins? Where in jenkins server are the slave configs defined? I don’t see them anywhere in the config.xml on MASTER. Could it be cached somewhere? Thanks, Ashish Yadav -- You received this message because you are subscribed to the Google

Re: v3.9

2015-12-18 Thread Ashish Yadav
installable on that version. Le 18 déc. 2015 2:52 AM, "Ashish Yadav" mailto:ashish.ya...@firemon.com>> a écrit : Can Jenkins be installed and run on CentOS release 3.9? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" grou

v3.9

2015-12-17 Thread Ashish Yadav
Can Jenkins be installed and run on CentOS release 3.9? -- 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 th

1.625.1 and Java 7

2015-12-17 Thread Ashish Yadav
Does Jenkins LTS v1.625.1 require all slave nodes and master to run Java 7 or just the master to run Java 7? -- 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 j

Test email broken

2015-10-07 Thread Ashish Yadav
I am currently using Jenkins version 1.596.1 and Mailer plugin version 1.15. I am not able to send any email. This was working prior to the upgrade. Now I am getting javax.mail.AuthenticationFailedException: 535 5.7.8 Error: authentication failed -- You received this message because you are su

stack trace

2015-09-18 Thread Ashish Yadav
Has anyone see this error before and what could be causing it? I am running Jenkins version 1.596.1 Stack trace javax.servlet.ServletException: org.apache.commons.jelly.JellyTagException: jar:file:/var/cache/jenkins/war/WEB-INF/lib/jenkins-core-1.596.1.jar!/lib/hudson/failed-test.jelly:30:58:

Re: Annotating JIRA ticket is not working

2015-09-16 Thread Ashish Yadav
One other note…this works sporadically. Some JIRA tickets do get updated, while some do not. Any ideas what might be causing this or how to resolve it? From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@go

Annotating JIRA ticket is not working

2015-09-15 Thread Ashish Yadav
I have a post build action to update the JIRA ticket after the build completes. I am even seeing this in the logs: Sep 15, 2015 3:43:36 PM INFO hudson.plugins.jira.JiraChangeLogAnnotator annotate Annotating JIRA id: ‘AB-465' Sep 15, 2015 3:45:22 PM INFO hudson.plugins.jira.JiraChangeLogAnnota

Jenkins job started via pull request

2015-08-03 Thread Ashish Yadav
I’d like to kick off some CI builds based on a STASH pull request. So basically have Jenkins and [Atlassian] STASH talk to each other so that we can do CI builds when a pull request is created. What’s the easiest way to do this? -- You received this message because you are subscribed to the Go

Re: multiple LDAP connections

2015-07-07 Thread Ashish Yadav
15 at 7:38 AM To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Cc: Ashish Yadav mailto:ashish.ya...@firemon.com>> Subject: Re: multiple LDAP connections Currently jenkins doesn't support failov

multiple LDAP connections

2015-07-06 Thread Ashish Yadav
How do I configure jenkins to connect to multiple ldaps? Example: ldap://ldap1.company.com:389 ldap://ldap2.company.com:389 In case there is an issue with ldap1. I want jenkins to use ldap2 automatically. -- You received this message because you are subscribed to the Google Groups "Jenkins Use

Re: char not showing up properly

2015-06-15 Thread Ashish Yadav
On second look, it seems that the ‘tree’ is not showing. [cid:A87A7B13-E5F0-47EB-85D5-0692970CA235] [cid:F2EF421D-5843-4D9C-9569-DD313B544AA2] Any ideas? Has anyone come across this before? From: Ashish Yadav mailto:ashish.ya...@firemon.com>> Reply-To: "jenkinsci-users@googl

char not showing up properly

2015-06-15 Thread Ashish Yadav
I am using npm and jshint-stylish to display warning icons in the log file for my jenkins job. I was showing the ‘triangle’ before [cid:86BEDD43-4152-484B-9FA8-BA60156B959A] but now it is showing back diamonds. [cid:AAB56A1D-7625-4893-92D9-AADE2509FE10] Any idea what could be causing this and h

update user.home variable on slave node

2015-06-12 Thread Ashish Yadav
The system properties for the slave node is showing user.home as /home/jenkins Where is this defined and how do I force/change it to /var/lib/jenkins? I already set the $HOME on the slave node to /var/lib/jenkins but the system properties file is not being updated to reflect that. -- You recei

sh file permissions

2015-05-08 Thread Ashish Yadav
I am trying to run a job can executes a .sh file and am getting permission denied. The file is owned by the jenkins user but doesn’t have execute permissions. If I update the file in the job workspace to have execute permissions, the file perms get overlaid every time the job the runs. How can

Re: unpin plugin

2015-04-17 Thread Ashish Yadav
Yes but why would the plugin be overwritten by a lower version? I would expect it to at least stay the same version. On 4/17/15, 9:47 AM, "Daniel Beck" wrote: >On 17.04.2015, at 16:23, Ashish Yadav wrote: > >> Is this expected behavior? > >From https://wiki.je

unpin plugin

2015-04-17 Thread Ashish Yadav
Is this expected behavior? Current version: LDAP Plugin v 2.11 [Pinned to Jenkins] I clicked on un-pin After reboot of Jenkins, LDAP Plugin changed to version 2.6 It did not stay at 2.11. When you unpin a plugin, doesn’t that mean that you can now manually upgrade it to any later version. It sho

Migrate Jenkins Master and Slaves Nodes

2015-04-16 Thread Ashish Yadav
I need to migrate the Jenkins Master server and Slave servers to new infrastructure. What is the ‘best practice’ to perform this migration other than just copying the JENKINS_HOME directory? What other ‘critical’ files need to be migrated over? -- You received this message because you are subs

missing the Job/ExtendedRead permission

2015-04-09 Thread Ashish Yadav
I implemented the Project Based Security Matrix plugin and am able to configure the jobs and grant permissions accordingly. I granted myself overall Admin access. However, there are select jobs that I can’t configure at all. I don’t even see the ‘configure’ link. When I try to configure or clone

Re: plugin usage

2015-03-31 Thread Ashish Yadav
issues with this plugin against Jenkins LTS version 1.596.1? On 3/31/15, 1:15 PM, "Daniel Beck" wrote: >Plugin Usage Plugin may help you with that. > >On 31.03.2015, at 20:09, Ashish Yadav wrote: > >> I have quite a few plugins that are installed and some that are mar

plugin usage

2015-03-31 Thread Ashish Yadav
I have quite a few plugins that are installed and some that are marked for an update. How can I tell if a plug-in is still in-use/valid and by which job? I want to remove plugins that are no longer in-use or needed. -- You received this message because you are subscribed to the Google Groups "

Re: server-based downloads

2015-03-19 Thread Ashish Yadav
enkinsci-users@googlegroups.com>> Date: Thursday, March 19, 2015 at 2:50 AM To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Subject: Re: server-based downloads On that screen was " Use browser

plugin manager

2015-03-19 Thread Ashish Yadav
I just changed my Jenkins from v1.583 to LTS 1.596.1 and am getting a warning on the manage jenkins page. This version of Jenkins comes with new versions of the following plugins that are currently pinned in the plugin manager. It is recommended to upgrade them to at least the version bundled w

Re: server-based downloads

2015-03-19 Thread Ashish Yadav
groups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Subject: Re: server-based downloads On that screen was " Use browser for metadata download" enabled or disabled? Richard On 8:33AM, Thu, 19/03/2015 Ashish Yadav mailto:ashi

Re: server-based downloads

2015-03-18 Thread Ashish Yadav
Any idea why I am getting this warning message and if it is ‘valid’? On 3/18/15, 9:23 AM, "Ashish Yadav" wrote: >I am not sure what option I should select on the configure security page? > >[] Prevent Cross Site Request Forgery exploits > > Crumbs Crumbs Algorithm

Re: server-based downloads

2015-03-18 Thread Ashish Yadav
/15, 9:18 AM, "Daniel Beck" wrote: >Try clicking the link. > >On 18.03.2015, at 15:14, Ashish Yadav wrote: > >> I am getting this warning on my Manage Jenkins screen "You currently >>are using browser-based download to retrieve metadata for Jenkins >>p

server-based downloads

2015-03-18 Thread Ashish Yadav
I am getting this warning on my Manage Jenkins screen "You currently are using browser-based download to retrieve metadata for Jenkins plugins and tools. This has reliability issues and is not considered fully secure. Considerswitching to server-based download

Re: Slave To Master Access Control config

2015-02-13 Thread Ashish Yadav
er that starts and sends commands to the slave. I guess you can look for a folder called Workspace in the Jobs/your-job/ area on the Master. From: jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com> [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ashish Yadav

Slave To Master Access Control config

2015-02-13 Thread Ashish Yadav
Can someone please help me understand https://wiki.jenkins-ci.org/display/JENKINS/Slave+To+Master+Access+Control ? I have some jobs that are configured to run on a specific slave. These jobs are only dedicated to run on the specific slaves via the use of labels. Therefore, should i turn ON the

Re: Slave To Master Access Control

2015-02-11 Thread Ashish Yadav
ave To Master Access Control This article tasks about the Jenkins architecture for master/slaves relationship. This is totally unrelated to running/allowing jobs on some slaves. (Btw, attaching jobs to node/slave instead of labels is considered a bad idea) Cheers Le 11 févr. 2015 16:41, "As

Slave To Master Access Control

2015-02-11 Thread Ashish Yadav
Can someone please help me understand https://wiki.jenkins-ci.org/display/JENKINS/Slave+To+Master+Access+Control ? I have some jobs that are configured to run on a specific slave. These jobs are only dedicated to run on the specific slaves. Therefore, should i turn ON the access control or leav