Strider – Open-Source Continuous Integration and Deployment Server
11–20 of 24 posts
Re: Strider – Open-Source Continuous Integration and Deployment Server
#12If anybody is using this and can share their experience, I would love to hear it. As far as I can tell the only other significant self-hosted CI project is Jenkins, and I'm interested in alternatives.
[0] https://drone.io
Re: Strider – Open-Source Continuous Integration and Deployment Server
#13Re: Strider – Open-Source Continuous Integration and Deployment Server
#14If anybody is using this and can share their experience, I would love to hear it. As far as I can tell the only other significant self-hosted CI project is Jenkins, and I'm interested in alternatives.
Re: Strider – Open-Source Continuous Integration and Deployment Server
#15If anybody is using this and can share their experience, I would love to hear it. As far as I can tell the only other significant self-hosted CI project is Jenkins, and I'm interested in alternatives.
Re: Strider – Open-Source Continuous Integration and Deployment Server
#16Earlier quoted context omitted.
I'm curious as to the need for self-hosted - do hosted services not work for you? [Disclaimer: I work at https://circleci.com , a competitor]
I think for many keeping source-code locked down is important. One could argue that i.e. this/Travis/you is better at security then the average software company [it's probably true!]. But I still think many are more comfortable with keeping the source-code under their control. Doing something like Github Enterprise for a reasonable price shouldn't be too difficult, I'd wager.
Re: Strider – Open-Source Continuous Integration and Deployment Server
#17The website isn't loading for me. I see a YouTube video load in the bottom left corner, but then it disappears and I see nothing.
Re: Strider – Open-Source Continuous Integration and Deployment Server
#18The website isn't loading for me. I see a YouTube video load in the bottom left corner, but then it disappears and I see nothing.
Re: Strider – Open-Source Continuous Integration and Deployment Server
#19Personally I'm pro-strider because self hosting is cheaper than most hosted solutions and its a great way to learn and get started with CD. I think the barrier to starting CD is too high and its mainly a misconception of difficulty. Strider is a great way to just get started; you can even try locally with a simple 'npm install -g strider'
Re: Strider – Open-Source Continuous Integration and Deployment Server
#20If anybody is using this and can share their experience, I would love to hear it. As far as I can tell the only other significant self-hosted CI project is Jenkins, and I'm interested in alternatives.
I'm curious as to the need for self-hosted - do hosted services not work for you? [Disclaimer: I work at https://circleci.com , a competitor]