Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/main/java/com/epam/reportportal/extension/bugtracking/jira/JiraStrategy.java
  • Loading branch information
APiankouski committed Apr 11, 2023
2 parents 355ac30 + 0681522 commit d50ad1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
env:
REPOSITORY_URL: 'https://maven.pkg.github.com'
UPSTREAM_REPOSITORY_URL: 'https://oss.sonatype.org'
PACKAGE_SUFFIXES: '-javadoc.jar,-javadoc.jar.asc,-sources.jar,-sources.jar.asc,.jar,.jar.asc,.pom,.pom.asc'
PACKAGE_SUFFIXES: '-javadoc.jar,-javadoc.jar.asc,-sources.jar,-sources.jar.asc,-all.jar,all.jar.asc,.pom,.pom.asc'
PACKAGE: 'com.epam.reportportal'


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public Ticket submitTicket(final PostTicketRQ ticketRQ, Integration details) {
);
final String issueTypeStr = issueType.getValue().get(0);

try (JiraRestClient client = getClient(details.getParams(), ticketRQ)) {
try (JiraRestClient client = getClient(details.getParams())) {
Project jiraProject = getProject(client, details);

if (null != components.getValue()) {
Expand Down

0 comments on commit d50ad1e

Please sign in to comment.