strider icon indicating copy to clipboard operation
strider copied to clipboard

Open Source Continuous Integration & Deployment Server

Results 102 strider issues
Sort by recently updated
recently updated
newest added

You must excuse my terminology in this issue: Ubuntu and Unix are quite alien to me at the moment. I am trying to set up Strider on an AWS Ubuntu...

Already posted [this in the custom-strider](https://github.com/Strider-CD/strider-custom/issues/31) project but thought it might actually get some some visibility here. We have a build that uses the git provider. It successfully clones our...

Once tests pass to be able to deploy to multiple environments. Related issues: - #402 - #379 - #367 - #233 (probably related)

feature request
ui
0 - Backlog
refactor

As far as I can see, strider's runners are built into strider main process. What do you think about distributed runner, that might run on the same host, different host,...

feature request

We would love to see a plugin that provides support for deploying git managed code to a CoreOS cluster using fleet units and Strider as the management interface. Currently we...

feature request
plugin

This might be a dumb question but is it possible to restart individual jobs? So far I couldn't find anything that allowed me to restart a pull request job which...

feature request

I tried chunked download with needle 0.7.11, it was working fine. Then i upgraded to needle 1.0.0 and its failing. File size is 10.2 MB and I am trying to...

needs confirmation
potential bug

currently https://github.com/Strider-CD/strider/blob/v1.6.6/lib/libconfig.js holds a check for deprecated env vars that needs to get moved partial to the github plugin not the strider main source

I am unable to work behind a corporate proxy. I referred to this link (https://github.com/Strider-CD/strider/issues/738) and then set the environment variables as specified in the link. My .npmrc file looks...

This would be done by creating a new type of plugin, an "auth" plugin. The auth plugin would specify the `passport` strategy for authentication. It might just be as simple...

feature request
plugin