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.
Questions tagged [devops-services]
136 questions
2
votes
1 answer
How to add new custom categories for work item states in azure devops?
I want to create new categories for work item states in azure devops . Also is that possible to create a new workflow and map that new categories to the new workflow. Thus creating an entirely new workflow and categories in Azure Devops?

Cyril Cereaic Joseph
- 268
- 5
- 14
2
votes
0 answers
How to list the changed file names in the latest build comparing with old in GIT?
What i am trying to achieve?
I want to list out the filename in the projectbuild2 branch commit changes.
If possible by commit user wise.
I have tried with the log it is showing only the folder itself not the entire build.
Could anyone help me on…

Dinesh Chowdary
- 21
- 2
2
votes
1 answer
is there any specific permssion in Azure devops for code review?
i want to give a person a permission for code review purpose only (no other permission).Is there any such permission in Azure DevOps?
Anyone please help !

Cyril Cereaic Joseph
- 268
- 5
- 14
2
votes
2 answers
Can we start 2 sprints simultaneously with same product backlog in Azure DevOps?
I need to start 2 sprints simultaneously with same product backlog in azure devops .Is that possible?
Anyone Please help !

cyril cereaic Joseph
- 83
- 1
- 10
2
votes
2 answers
how to move or copy work item under a team to another team within same project in Azure Devops?
Is there any way to move or copy a work item from one team to another team within same project in Azure Devops?
Anyone please help

cyril cereaic Joseph
- 83
- 1
- 10
2
votes
1 answer
Update Azure DevOps artifact properties using API call
Does anyone know here how to update an Artifact's properties? We've had a project assigned to us to move all of our artifact drops from one location to another - This is because our file server is about to die (We use On-Prem Azure DevOps…

Matt Taylor
- 189
- 1
- 2
- 10
2
votes
1 answer
Github Error while syncing Git history: Unexpected character ('<' (code 60)): expected a valid value Databrick integration error
I am following a guide on how to integrate Azure DevOps CI/CD with Azure Databricks.
https://medium.com/@bedatse/azure-devops-ci-cd-with-azure-databricks-and-data-factory-part-1-c05a44536a8e
Everything is working fine up to Step 3-2, where I need to…

Carltonp
- 1,166
- 5
- 19
- 39
2
votes
1 answer
Set environment variable for a single pod in a cluster
I have n instances of my micro-service running as kubernetes pods but as there's some scheduling logic in the application code, I would like only one of these pods to execute the code.
In Spring applications, a common approach is to activate…

Viswanath
- 1,413
- 13
- 25
2
votes
0 answers
Microsoft Flow - Get Query Result (DevOps) ordered hierarchically
I'm facing the problem that the result of a DevOps query in microsoft flow is ordered by ID - which is not the sorting that I see when I'm executing the same query in DevOps itself.
Is it possible to get the hierarchically ordered result of the…

bloC
- 526
- 3
- 16
2
votes
0 answers
How to export Toolchain configuration?
A previous question was answered here for retrieving pipeline configuration (yaml) from Bluemix.
https://console.bluemix.net/devops/pipelines//yaml
How do I get the equivalent for the toolchain and deploy configurations?

guyos
- 21
- 3
2
votes
3 answers
pid file found but no matching process was found. stop aborted
I am trying to stop confluence through ./stop-confluence.sh but it is showing error like this "PID file found but no matching process was found. Stop aborted." so I try to kill that process with "kill -9 pid" but it showing that "PID: no process…

Manav Patel
- 21
- 1
- 2
2
votes
1 answer
How to get connection from node-data to master in elasticsearch?
I checked all documentations in internet by googling. I tried to bind node-data and master node. But I realized that there is an error in my logs;
Eror: if I check "192.168.5.84" logs; below error occurs.
[node1] not enough master nodes discovered…

loki
- 2,926
- 8
- 62
- 115
2
votes
1 answer
How to generate access token for IBM bluemix federated (corporate) user
I have a federated (corporate) id for IBM bluemix. I want non-browser access to a Bluemix client / API. I am trying to use this POST command (using curl) - POST http://iam.ng.bluemix.net/oidc/token ; but I get following error and…

Amit Joglekar
- 21
- 1
2
votes
1 answer
404 on Bluemix Toolchains
I just created a Node.js / Cloudant setup on Bluemix, using the starter kit, and enabled the Continuous delivery toolchain. Git says it is already configured but when I click on it I get a not found (404) error. This is the URL to start…

tborja
- 359
- 1
- 3
- 5
2
votes
0 answers
Enable external network access from my docker swarm
I have a docker swarm running in my environment. Each service instance can see the others instances, so far, so good. The problem is that this services should access a database witch is in a DMZ (and I'm not having too much success in this).
So, I…

Joao Carlos
- 41
- 7