-
-
Notifications
You must be signed in to change notification settings - Fork 867
Closed
Description
Hello!
I am trying to use JIRA resource type https://github.com/danrspencer/jira-resource
but ended up with following error in Concourse pipeline.
Fri, 30 Mar 2018 20:34:10 GMT jira-resource Sending search: project="AGILE" AND summary~"Example jira ticket" ORDER BY id DESC
Fri, 30 Mar 2018 20:34:10 GMT jira-resource Response: (200) {
"startAt": 0,
"maxResults": 1,
"total": 0,
"issues": []
}
Fri, 30 Mar 2018 20:34:10 GMT jira-resource Issue doesn't exist, creating new issue...
fs.js:549
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^
Error: ENOENT: no such file or directory, open '/tmp/build/put/jira-resource/spec/sample.out'
at Error (native)
at Object.fs.openSync (fs.js:549:18)
at Object.fs.readFileSync (fs.js:397:15)
at module.exports (/opt/resource/src/replaceTextFileString.js:14:22)
I have used their example pipeline
Can anyone help me how can I use this?
Metadata
Metadata
Assignees
Labels
No labels