Details
-
Improvement
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Cannot Reproduce
Description
When indexing process finds a repository that was previously indexed the log message is ugly.
Started Consulting GitHub Organization Connecting to GitHub using recena/****** (efc0f5018156c829e4e9a9d190663669fa883148) Looking up repositories of organization seville-jam Proposing website Proposing workflow-helloworld Connecting to GitHub using recena/****** (efc0f5018156c829e4e9a9d190663669fa883148) Looking up seville-jam/workflow-helloworld Getting remote branches... Checking branch master Jenkinsfile does not exist in this branch Does not meet criteria 0 branches were processed Done examining seville-jam/workflow-helloworld Proposing JENKINS-32155 Connecting to GitHub using recena/****** (efc0f5018156c829e4e9a9d190663669fa883148) Looking up seville-jam/JENKINS-32155 Getting remote branches... 0 branches were processed Done examining seville-jam/JENKINS-32155 Proposing JENKINS-32155-2 Connecting to GitHub using recena/****** (efc0f5018156c829e4e9a9d190663669fa883148) Looking up seville-jam/JENKINS-32155-2 Getting remote branches... 0 branches were processed Done examining seville-jam/JENKINS-32155-2 Finished: SUCCESS
In this case was website repository.
Attachments
Issue Links
- links to
Cannot reproduce in 2.x since we are now running the recognizes first before checking existing.
See
https://github.com/jenkinsci/branch-api-plugin/blob/b234e4a26c1c1d89700d668166d37e6e2bd84f8e/src/main/java/jenkins/branch/OrganizationFolder.java#L161-L167
vs
https://github.com/jenkinsci/branch-api-plugin/blob/ec03b429c21e5035b652b624b29b3dee79ffef8a/src/main/java/jenkins/branch/OrganizationFolder.java#L1278-L1291