Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [CI-14390]: Added new enhancements to plugins/jira #26

Merged
merged 8 commits into from
Oct 4, 2024
Merged
Prev Previous commit
Update plugin/util.go
  • Loading branch information
Ompragash authored Oct 4, 2024
commit e3cbde3c3a5e7b91c077ca7e764f72f34511624c
2 changes: 1 addition & 1 deletion plugin/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func ExtractInstanceName(instance string) string {
}
} else {
// Log the error if URL parsing fails
logrus.WithField("instance", instance).WithField("err", err).Error("Error parsing URL")
logrus.WithField("instance", instance).WithField("error", err).Error("Failed to parse instance URL")
}
} else {
// If it's not a URL, split by dots to get the instance name
Expand Down