A system for automating the delivery of software that can include build automation and continuous integration; test automation; and deployment automation.
Questions tagged [delivery-pipeline]
21 questions
0
votes
0 answers
Add routes to Bluemix PAAS Instance without Downtime
I have created a Bluemix application and I have also configured the Delivery pipeline in such a way it does the zero downtime deployment with the help of active deploy but in order to add more routes to the instance I need to use either the CF CLI…

Vasandkumar
- 31
- 5
0
votes
1 answer
Deploy Liberty packaged server automatic delivery
I am working in a Websphere Liberty application that, because of particular server.xml configurations, i am deploying via packaged servers to Bluemix.
I want to work the code in GitHub, and have it automatically deployed to Bluemix using Toolchain /…

sjrm
- 171
- 7
0
votes
1 answer
Possible to add custom extensions to Bluemix delivery pipeline instance?
I want to add custom extensions like Istanbul for code coverage, SonarQube for static code analysis, custom tool for technical debt calculation. Is it possible to add custom extensions to a Bluemix Delivery Pipeline instance?

jeet
- 629
- 1
- 4
- 15
0
votes
1 answer
How to create a test environment with IBM Bluemix Delivery Pipeline?
Using the Delivery Pipeline service, I'd like to deploy my artifacts to staging/QA environments where QA/Product team members can test features/defect fixes before those changes get merged into Production branch.
How would I spin up these temporary…

Michael Iglesias
- 38
- 6
0
votes
1 answer
Bluemix: Does Delivery Pipeline support roll back of deployment
I am trying to understand the key differences of the deployment capabilities of Delivery Pipeline versus Active Deploy.
From different documentations, I could understand that Active Deploy can deploy with zero downtime and support rollback.
I am…

Kangkan
- 15,267
- 10
- 70
- 113
-1
votes
1 answer
DevOps for CouchDB/Cloudant design documents
Is there any tool/library to integrate with devops tool to manage deployment of Couchdb/Cloudant design documents? Since Couchdb/Cloudant provide HTTP APIs to perform CRUD operations for these design documents, its not a big deal to design/build…

jeet
- 629
- 1
- 4
- 15