Skip to content

Commit

Permalink
Merge pull request #11 from tphoney/change_build_name
Browse files Browse the repository at this point in the history
(maint) change the build name
  • Loading branch information
TP Honey authored Mar 31, 2023
2 parents 1eeadab + 4fe6757 commit d64a317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
// DefaultConnectHostname is the default connect hostname
DefaultConnectHostname = "connect.atlassian.com"
DefaultConnectHostname = "jira.ci.harness.io"
)

// Args provides plugin execution arguments.
Expand Down Expand Up @@ -130,7 +130,7 @@ func Exec(ctx context.Context, args Args) error {
{
BuildNumber: args.Build.Number,
Description: args.Commit.Message,
DisplayName: version,
DisplayName: args.Name,
URL: deeplink,
LastUpdated: time.Now(),
PipelineID: args.Name,
Expand Down

0 comments on commit d64a317

Please sign in to comment.