[JIRA] [git-plugin] (JENKINS-33992) GIT polling not working when workspace is not available

2016-04-03 Thread srinu.theg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Srinivas Nedunuri commented on  JENKINS-33992 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: GIT polling not working when workspace is not available  
 
 
 
 
 
 
 
 
 
 
Hi Mark, 
Thanks for the prompt response. I agree that as long as plug in triggers the build if any changes in git repo. But consider the scenario, where we have dependency on build artifact in workspace of one job to another. In this case dependent job will fail if workspace of parent job is deleted. So do you feel we need to trigger build when there is no workspace like subversion plugin ? 
Regards, Srinivas N 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.2#64017-sha1:e244265) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [git-plugin] (JENKINS-33992) GIT polling not working when workspace is not available

2016-04-03 Thread srinu.theg...@gmail.com (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Srinivas Nedunuri created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Jenkins /  JENKINS-33992 
 
 
 
  GIT polling not working when workspace is not available  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Assignee:
 
 Mark Waite 
 
 
 

Components:
 

 git-plugin 
 
 
 

Created:
 

 2016/Apr/03 10:41 PM 
 
 
 

Priority:
 
  Critical 
 
 
 

Reporter:
 
 Srinivas Nedunuri 
 
 
 
 
 
 
 
 
 
 
Hello, 
We are using below versions of Jenkins and plugins. 
Jenkins - 1.642.2 Git plugin (2.4.4) credentials (version:1.25) mailer (version:1.16) scm-api (version:1.0) git-client (version:1.19.6) matrix-project (version:1.6) ssh-credentials (version:1.11)  
We've configured jobs using both git client 1.9.5 and jgit. After the first build, I've removed the workspace using wipe out workspace option. And configured the poll scm to poll every 2 mins. But build has never triggered after that, we are seeing below info in poll scm log. 
Using strategy: Default [poll] Last Built Revision: Revision b59b839c72b6a5f23963e2b32801cdff58601242 (refs/remotes/origin/master) using .gitcredentials to set credentials > /usr/bin/git --version # timeout=10 > /usr/bin/git init /apps/jenkins/jenkins-master/temp/hudson1942869928846784330tmp # timeout=10 > /usr/bin/git config --local credential.username * # timeout=10 > /usr/bin/git config --local credential.helper store --file=/apps/jenkins/jenkins-master/temp/git1507301953752275230.credentials # timeout=10 > /usr/bin/git -c core.askpass=true ls-remote -h https://stash-prod3.***.net:8443/scm/***/.git # timeout=10 
As an alternative, I've updated job configuration with "Force polling