Questions tagged [devops-services]

Cloud software services that build, test, and deliver applications continuously, available on cloud platforms such as IBM Bluemix. Individual services are available from tool providers like GitHub or Slack. Use this tag for questions about DevOps services like toolchains and continuous delivery. For questions about DevOps practices, use the tag devops instead.

136 questions
0
votes
1 answer

Bluemix Build Error with Node 7

I have been building a react js application which is hosted within IBM Bluemix. I have recently had issues with my build stage as part of the CI/CD Pipeline - We believe the issue has been based around the Node version we were using when running the…
0
votes
1 answer

SBT support on IBM Bluemix Delivery Pipeline

I'd like to integrate a PlayFramework application into IBM Bluemix Delivery Pipeline service. When I create a new Job in a build stage I have a list of supported Builder Types: Play Application uses SBT for build, but it's not in the list. If I use…
0
votes
3 answers

Can't connect to docker swarm on digitalocean

I have a bit of a problem with docker swarm. I create 2 instances on DigitalOcean and i'll refer to them with public ip address 100.0.0.1 and 100.0.0.2 respectively. I ssh-ed into the first droplet as root and tried running the command docker swarm…
omarwaleed
  • 571
  • 7
  • 19
0
votes
1 answer

Connection between 2 Jenkins server with out using master slave concepts

How to establish connection between Jenkins jobs hosted on different server with out using master slave concept I need to send the parameters from one Jenkins server to another both were hosted in different server; and i need to trigger a down…
0
votes
1 answer

Bluemix DevOps pipeline - how to set the Dockerfile directory for IBM Container Service builder?

I'm trying to configure a DevOps pipeline build stage for building a container using the IBM Container Service builder. I'm trying to build a docker image that sits inside a sub-folder /server inside the repository: $ tree keycloak keycloak ├──…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

Simple Container Toolchain - failed to deploy : Exceeded maximum number of retries

I'm trying to run the deploy pipeline created by the Simple Container Toolchain example. The output of the deployment log is: ... 2017-07-03 15:49:43 UTC : creating group: /tmp/extension_content/cf ic group create --name hello-containers-XXXX_2…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
2 answers

How to retrieve the cloud foundry oauth token from a devops deploy stage for setting up auto scaling?

I'm trying to get the cloud foundry oauth-token from a devops pipeline deploy stage: ... cf push $CF_APP ... accessToken=$(cf oauth-token | grep bearer | sed -e s/bearer/Bearer/g) echo accessToken=$accessToken ... # use token in Auto Scaling API…
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
0
votes
1 answer

How to programatically reconfigure Availability Monitoring in DevOps stage for Blue-Green deployment?

I'm using an IBM devops pipeline based on the Cloud Foundry template. The template gives you Blue-Green deployments. My stage deploy script looks like this: #!/bin/bash cat << EOF > ${WORKSPACE}/manifest.yml declared-services: my_cloudant: …
0
votes
3 answers

Does Bluemix DevOps provide different version of IBM Java 8?

I have set up a build job in Bluemix using Delivery Pipeline. Unfortunately some of my unit tests which use Mockito failed due to IBM Java issue. The message I get from the build log: Early IBM virtual machine are known to have issues with Mockito,…
Veliko
  • 1
0
votes
1 answer

Bluemix Continuous Delivery deploy script pass env variables

I need to pass some environment variables to the deploy script like user names and spaces, service plans, etc. The idea was to use env in the manifest.yml file, but I can't get that working - seems like I can only use the predefined CF_APP etc. Any…
ethilesen
  • 19
  • 1
0
votes
2 answers

Server Unable to Start after deploying go app to Bluemix

We are unable to deploy our sample go web program to Bluemix. Server is trying to start and finally crashing without any error. Please let me know if any files needs modification. View Our Code In GitHub Build Log:- Preparing to start the…
0
votes
2 answers

terraform tf state file for multiple instances

i want to create different instances for different components in aws using terraform.But if i want to destroy specific instances of a component ,it will be destroying all different instances of different components at once , because all share common…
user7982987
0
votes
1 answer

When deploying an app to Bluemix using the sdk-for-nodejs buildpack, it's running npm install when I don't want it to. How can I stop it?

I'm using Bluemix DevOps Pipelines to deploy a Node.js app to Bluemix as a Cloud Foundry app. It is using the sdk-for-nodejs buildback (although I haven't specified that, it's detecting the package.json file). It takes a long time to stage the app.…
Martin Pain
  • 713
  • 4
  • 18
0
votes
1 answer

How to Add Bitbucket as Source code repository to Bluemix tool chanin service

I want to build pipeline in bluemix with bitbucket as my source repository. I am using Bluemix and by default it takes github as a source code repository.
0
votes
2 answers

Bluemix dev-ops services Web API?

I thought I'd read that there was an entire web services API for automating the latest Bluemix DevOps tooling? I don't see anything obvious in the…
Eric Swanson
  • 820
  • 1
  • 9
  • 19