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
1
vote
1 answer

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 logs (cf logs), but can't figure out a way…
amadain
  • 2,724
  • 4
  • 37
  • 58
1
vote
2 answers

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 see any option provided in the project UI. Is…
1
vote
2 answers

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 files/folders in build artifacts (/build folder) from…
Nam Vu
  • 5,669
  • 7
  • 58
  • 90
1
vote
2 answers

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 I set up my Toolchain?
Sacky San
  • 1,535
  • 21
  • 26
1
vote
0 answers

Error: At least one schedule rule should be specified in schedules in the input JSON for API

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": 5, "policyTriggers": [ …
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1
vote
2 answers

Server and application on two different git repositories

I want to use the IBM Bluemix DevOps Services, and more especially the automated pipeline to pass the last pushed commit through the build, the tests, then deploy in a test environment. All the guides I found recommend having one repo with the…
Dunatotatos
  • 1,706
  • 15
  • 25
1
vote
2 answers

Why isn't my LoopBack/Node app getting environment variables on a toolchain deploy in Bluemix?

I am trying to deploy my LoopBack/Node.js app through a toolchain on Bluemix. I am trying to make use of VCAP_SERVICES in my datasources.production.js file. My issues seem to be related to not getting access to any environment variables during…
joe sepi
  • 579
  • 1
  • 4
  • 9
1
vote
1 answer

Active Deploy `begin` step fails after upgrade to devops toolchain

We recently upgrade our IBM Bluemix devops project to a toolchain as recommended by IBM and it doesn't deploy anymore. The pipeline configuration seems to have migrated over correctly, and the first step of the process deploy process even works,…
JayAgl
  • 147
  • 3
  • 9
1
vote
1 answer

How to integrate an API Connect API as a BFF into a Bluemix mobile project?

Trying to use an API Connect generated app as the backend for my mobile project adding an OPENAPI_SPEC env variable as defined here: https://console.ng.bluemix.net/docs/mobile/sdk_compute.html#definition I can add the app as a compute instance in…
1
vote
1 answer

How to avoid "no space left on device" on Bluemix pipeline staging?

I'm using Bluemix ToolChain service, i.e. CI service. Deploy staging failed because no space left to device. I changed disk_quota setting default to 1024M and 2048MB using manifest.yml, but the both results are the same as default disk_quota. Also…
tkhm
  • 860
  • 2
  • 10
  • 30
1
vote
2 answers

Is it possible to export delivery pipeline settings?

I would like to use the same bluemix delivery pipeline for several apps. Could I export its settings to some template? Thanks in advance!
TMarkunin
  • 79
  • 6
1
vote
2 answers

VSTS Relase Management Approvers

I am using Visual Studio Team Services. Part of Release Management is allowing users to approve a deployment environment or not. I have noticed that the list of approvers can only be of people added to VSTS. Is it possible to have approvers who…
0
votes
1 answer

Change the format of timestamp that return my script - azure devops service

The timestamp is returning a timestamp with a strange format: "TimeStamp": { "value": "\/Date(1674758644068)\/", "DisplayHint": 2, "DateTime": "jueves, 26 de enero de 2023…
0
votes
2 answers

Regarding non-availability of Project Management Chart

Our company has recently introduced Azure DevOps to streamline project management process. Currently, 140 projects are created under our organization in Azure DevOps. As and when requirement comes from client for any specific project, we create…
Katty
  • 3
  • 1
0
votes
1 answer

Where did Jenkins find `groovy-html.template`?

I'm attaching a template in email using Jenkins. I've created a folder name email-templates under .jenkins and there I've placed my template with the name build-report.groovy. Good thing is i can attach this template in email ext using ${SCRIPT,…
NarendraR
  • 7,577
  • 10
  • 44
  • 82