[JIRA] (JENKINS-58514) Repo plugin detect change when there is an error in repo sync

2019-07-25 Thread spin...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alessio Moscatello commented on  JENKINS-58514  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
  Re: Repo plugin detect change when there is an error in repo sync   
 

  
 
 
 
 

 
 Probably is the same issue as JENKINS-37819    
 

  
 
 
 
 

 
 
 

 
 
 Add Comment  
 

  
 

  
 
 
 
  
 

  
 
 
 
 

 
 This message was sent by Atlassian Jira (v7.11.2#711002-sha1:fdc329d)  
 

  
 

   





-- 
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-issues/JIRA.200658.1563280071000.624.1564048200105%40Atlassian.JIRA.


[JIRA] (JENKINS-58514) Repo plugin detect change when there is an error in repo sync

2019-07-16 Thread spin...@gmail.com (JIRA)
Title: Message Title


 
 
 
 

 
 
 

 
   
 Alessio Moscatello created an issue  
 

  
 
 
 
 

 
 
  
 
 
 
 

 
 Jenkins /  JENKINS-58514  
 
 
  Repo plugin detect change when there is an error in repo sync   
 

  
 
 
 
 

 
Issue Type: 
  Bug  
 
 
Assignee: 
 Unassigned  
 
 
Components: 
 repo-plugin  
 
 
Created: 
 2019-07-16 12:27  
 
 
Environment: 
 Jenkins ver. 2.167  repo-plugin version 1.10.7  
 
 
Priority: 
  Minor  
 
 
Reporter: 
 Alessio Moscatello  
 

  
 
 
 
 

 
 Actual behaviour: 
 
When repo-plugin is configured to poll manifest and an error occurs during repo sync, the plugin reports that changes are found 
 Expected behaviour: 
 
do not report any change, so the build is not launched 
notify that the polling is failing 
 Here's polling log: 

 

...
[poll] Latest remote head revision on refs/heads/release/jk/v1 is: 4792dd5dd91515eb13e2eabb828dc734e766bb33 - already built by 2
[src] $ /usr/bin/repo/repo init -u MY_GIT_SERVER_ADDRESS -b releaes/v1 -m mymanifest.xml
fatal: could not read Username for 'MY_BITBUCKET_ADDRESS:port': No such device or address
fatal: could not read Username for 'MY_BITBUCKET_ADDRESS:port': No such device or address
fatal: cannot obtain manifest MY_MANIFEST_REPO_ADDRESS
Done. Took 1 min 13 sec
Changes found