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

i neet to use different port for jira #103

Open
barellaN1 opened this issue Sep 25, 2024 · 0 comments
Open

i neet to use different port for jira #103

barellaN1 opened this issue Sep 25, 2024 · 0 comments

Comments

@barellaN1
Copy link

i try

{
"branches": ["master"],
"tagFormat": "${version}",
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/git",
["semantic-release-jira-releases", {
"projectId": "DO",
"jiraHost": "XXXXXX",
"jiraPort": '8443',
"port": '8443',
"PORT": '8443',
"ticketPrefixes": ["DO"]
}]
]
}

response is:

semantic-release:plugins options for semantic-release-jira-releases/success: {
projectId: 'DO',
jiraHost: 'XXXXXX',
jiraPort: '8443',
port: '8443',
PORT: '8443'
,
ticketPrefixes: [ 'DO' ]
}

✘ An error occurred while running semantic-release: Error: connect ETIMEDOUT XXXX:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: 'XXXXXXX',
port: 443,
pluginName: 'semantic-release-jira-releases'
}
AggregateError:
Error: connect ETIMEDOUT XXXXXX:443
at file:///usr/local/lib/node_modules/semantic-release/lib/plugins/pipeline.js:55:13
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async pluginsConfigAccumulator. [as verifyConditions] (file:///usr/local/lib/node_modules/semantic-release/lib/plugins/index.js:87:11)
at async run (file:///usr/local/lib/node_modules/semantic-release/index.js:106:3)
at async Module.default (file:///usr/local/lib/node_modules/semantic-release/index.js:278:22)
at async default (file:///usr/local/lib/node_modules/semantic-release/cli.js:55:5) {
errors: [
Error: connect ETIMEDOUT XXXXX:443
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1611:16) {
errno: -110,
code: 'ETIMEDOUT',
syscall: 'connect',
address: 'XXXXXX',
port: 443,
pluginName: 'semantic-release-jira-releases'
}
]
}

@barellaN1 barellaN1 changed the title i neet to use different port i neet to use different port for jira Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant