Quantcast
Channel: Newest questions tagged ibm-cloud+and+devops-services - Stack Overflow
Browsing latest articles
Browse All 30 View Live

How to use tortoisegit on upgraded hub.jazz.net project?

Our company development projet's source control has been hosted on hub.jazz.net for over a year and now the project has just been upgraded to an IBM Bluemix Continuous Delivery toolchain. Right now the...

View Article



How to programatically reconfigure Availability Monitoring in DevOps stage...

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/bashcat << EOF >...

View Article

How to retrieve the cloud foundry oauth token from a devops deploy stage for...

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...

View Article

Error: At least one schedule rule should be specified in schedules in the...

I created an auto-scaling in the Bluemix UI saved it and then retrieved the policy using cf env. The policy was:{"policyState": "ENABLED","policyId": "","instanceMinCount": 2,"instanceMaxCount":...

View Article

Pricing model for Bluemix Toolchain

I have to setup a Project in Bluemix and I have a Bluemix subscription. I want to know what additional costs will I have if I setup a private Git Repository hosted in Bluemix. Additionally what if I...

View Article


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

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...

View Article

Bluemix DevOps pipeline - how to set the Dockerfile directory for IBM...

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...

View Article

How do I set up a gitlab integration in Bluemix DevOps ToolChain?

IBM Bluemix DevOps ToolChain allows source code repositories to be only github and IBM version gitlab. My repo is in the public gitlab cloud and i do not intend to move it to IBM's gitlab cloud. How do...

View Article


Bluemix Pipeline Deployment Envirorment variables for APP

IBM deleted my GIT repos and pipelines... this guys are crazy...Now my deployments are brokens. And now my pipelines dosn't exists. I don't remember how I created the custom instrucctions 2 years...

View Article


Image may be NSFW.
Clik here to view.

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...

View Article

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...

View Article

How to debug Unhandled exception / Segmentation error in IBM Bluemix Delivery...

I've created a toolchain in IBM Bluemix DevOps and it has a Delivery Pipeline app. In a stage I'm trying to install and run SBT, but I'm facing with an issue. Unfortunately based on the logs I cannot...

View Article

Image may be NSFW.
Clik here to view.

How to copy build artifacts from frontend to backend in IBM BlueMix DevOps

I am developing two separated projects: frontend and backend.I just want to do some steps:Build frontend with webpack, build artifacts to build archive directory (/build folder)Copy all of...

View Article


How to export Toolchain configuration?

A previous question was answered here for retrieving pipeline configuration (yaml) from Bluemix.https://console.bluemix.net/devops/pipelines/<pipeline id>/yamlHow do I get the equivalent for the...

View Article

Build Mobile App in Bluemix

I am new to IBM Bluemix, I want to create a mobile app using bluemix. I went through many vedios and tutorials but those are based on Mobile Builder which is not part of bluemix catalog anymore. I know...

View Article


Bluemix devops insight: Integration with sonarQube

I have started using Bluemix devops insights service available as part of Bluemix toolchain. I am not able to see any documentation on integration of SonarQube with the tool. The one available in the...

View Article

How can I export issues from IBM Cloud's Git Repos and Issue Tracking

I have a project on IBM Cloud's Git Repos and Issue Tracking service (built on GitLab CE) at https://git.ng.bluemix.net. I'd like to export the issues in my project for reporting purposes, but I don't...

View Article


Bluemix toolchain export & import

If I have created a bluemix toolchain through UI, how can I export that. I see there's an option to create a toolchain from a template described in yml files. But how can I get these yml files for an...

View Article

How to view/tail the logs of CD stages from cli?

I am working on IBM bluemix DevOps toolchains. When my stages fail, I need to go into the Delivery Pipeline, in the UI, and check my logs. Can I do this from the commandline? I can easily get my app's...

View Article

The Delivery Pipeline service is being initialized. This might take a minute

I need the 'deploy to ibm cloud' button to clone and deploy 3 Git repos. I had a look around and per Bluemix toolchain export & import I figured what could work well is to modify...

View Article

Image may be NSFW.
Clik here to view.

IBM-Cloud: Schedule a Deployment

we are trying to schedule a deploy, something like every sunday at 4 am, do deploy, even if nothing has changed, but reading official docs of IBM Cloud: here, the docs does not match with tools in...

View Article


In a multi-repo deploy, how can I can I keep the pipelines co-located with...

I have a Deploy to IBM Cloud button that deploys 3 git repos and works great except I have a maintenance problem. If I make an edit in one of the repos which impacts how it is built, I have to change...

View Article


Building Artifactory fails for Build Stage in Delivery Pipeline

I have created a toolchain, which downloads the code from the bitbucket repository and builds the docker image in IBM Cloud.After the code builds the image, the build stage fails while building the...

View Article

IBM Cloud Dev Ops Memory Discrepency between CF App command and SSH top command

I am having an issue with my deployed Flask app on IBM Cloud where each API call is resulting in an incremental level of memory used according to the cf app command. Since I cannot share my code my...

View Article

Error when trying to associate a GitHub branch to IBM Cloud stage configuration

We are running a test server on IBM Cloud and point to a specific GitHub branch as part of the Stage configuration through the Toolchains > Pipeline.When I try to change this branch to a GitHub...

View Article


IBM Cloud DevOps continuous delivery pipeline Node version too low

We need to build an Angular 6 front end project on IBM Cloud using the DevOps pipeline, but the project requires at least Node v8, while IBM Cloud DevOps pipeline only support v6.7. How can we build...

View Article

How do I download a raw file from my IBM Cloud Git Repos and Issue Tracking...

I'm trying to download a raw file from one of my IBM Cloud Git Repos and Issue Tracking repositories. I had a script that was able to fetch raw file contents using the following curl command:curl -H...

View Article

Image may be NSFW.
Clik here to view.

Postman request showing IBM cloud down for maintenance

I am trying to send post request to create a toolchain on ibm cloud but getting this error mentioned in screenshot since last three days.Why this error is coming up,am i doing something wrong?Also i...

View Article

Image may be NSFW.
Clik here to view.

APi's for Tool Integrations to an existing toolchain

I tried to add a delivery pipeline and git repo to an existing toolchain using a POST request through POSTMAN.BUT I just get "IBM cloud is under maintenance" ERRORIs this functionality included in...

View Article



How can I change the API key for an IBM Cloud toolchain

I have created over time several toolchains, for several apps, in my IBM Cloud environment. In the end I only kept a couple of APPS.So now when I go to IAM > API Keys > IBM Cloud API keys I have...

View Article
Browsing latest articles
Browse All 30 View Live




Latest Images