question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Git URL to GitEnricher

See original GitHub issue

e.g. in http://central.maven.org/maven2/io/fabric8/devops/packages/logging/2.2.311/logging-2.2.311-kubernetes.yml

we just have:

      fabric8.io/git-commit: 2b9f7ce19493fe6d18392ac4f4be16f5e1a76fa3
      fabric8.io/git-branch: release-v2.2.311

It would be good to include the git url too. Not sure if this is an fmp issue or something related to how we use it inside the jenkins pipelines library

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
dev-gaurcommented, Jan 14, 2019

@rohanKanojia @lordofthejars The GitURL can be added by the Continous Delivery enricher (deprecated) …

https://github.com/fabric8io/fabric8-maven-plugin/blob/master/enricher/deprecated/src/main/java/io/fabric8/maven/enricher/deprecated/CdEnricher.java#L114

Should I just transfer the method in the GitEnricher?

0reactions
stale[bot]commented, Jan 4, 2019

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Add a New Remote to your Git Repo
To add a new remote, use the git remote add command on the terminal, ... A remote URL, which you can find on...
Read more >
Managing remote repositories - GitHub Docs
The git remote add command takes two arguments: A remote name, for example, origin; A remote URL, for example, https://github.com/user/repo ...
Read more >
Getting a Git Repository - Git SCM
Cloning an Existing Repository · You clone a repository with git clone <url> . · If you want to clone the repository into...
Read more >
How do I change the URI (URL) for a remote Git repository?
You can git remote set-url origin new.git.url/here. See git help remote . You also can edit .git/config and change the URLs there.
Read more >
How to find and use a GitHub URL by example | TechTarget
GitHub URL Tutorial. A Git repository is of very little use if it resides entirely on your remote GitHub or GitLab account.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found