Zach Jones
Zach Jones
I tried to do this just for kicks on our strider instance and got: ``` FileError: 'bower_components/bootstrap/docs/assets/css/bootstrap.css' wasn't found in /home/thisisnotmyusername/.strider/data/strider-cd-strider-54801a3d5f388c4f58000213/client/styles/libs.less on line 2, column 1: 1 // Bootstrap 2...
Just curious, is circleci backed by Strider or some other CI server? I'd be happy to get this running on our strider instance and host it for you guys (although,...
Cool, well next time I rebuild our instance, I'll try to get this working. I know right now our installation is a bit non-standard due to some bugs we found...
I'll just leave this here... https://github.com/jenjinstudios/jira-connector ``` JavaScript var jira = new JiraClient( { host: 'your.jira.host', auth: { username: 'SirUserOfName', password: 'Password123' } }); jira.issue.addAttachment({ issueKey: 'JWR-19', filename: attachmentFileName },...