We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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' } ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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'
}
]
}
The text was updated successfully, but these errors were encountered: