We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When encountering issues with Strider, it is useful to check if the issue is still present when using the absolute latest version of the code base.
You can replace an individual plugin using the following commands (these would be for the plugin strider-docker-runner):
strider-docker-runner
git clone https://github.com/Strider-CD/strider-docker-runner.git cd strider-docker-runner npm install cd ../strider npm link ../strider-docker-runner
A complete development installation can be obtained easily by using the clone and link scripts from the strider-dev repository.
clone
link