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
2 answers
Bluemix build pipeline set node and npm version
I want to deploy an angular 2 app on bluemix. The code is located at github and i want to deploy my app when i push something. So i created a pipeline.
First the build pipeline: to build the angular app i need angularCLI, so i want to install it.…

J. Doe
- 71
- 5
1
vote
1 answer
How do I use Gitlab code/project in Azure DevOps
I would like to know the following:
How do I use Gitlab projects/code to build Azure pipelines?
If the above is difficult, is there a way that I can sync GitLab CI/CD with Azure and track all changes that are being pushed to GitLab?
The reason I…

Teodorico Sidonio
- 13
- 3
1
vote
1 answer
it is possible by means of a pipeline of Microsoft devops to restore a backup .bak in a resource of SQL Server in Microsoft Azure?
The backup .bak is hosted on a storage account. I need to perform an automatic restore through an Azure Devops pipeline on a Microsoft Azure SQL Server resource.
And this is where I must add the task for the automatic restore.
What task should i…

jhoanna
- 11
- 2
1
vote
1 answer
Why we use environments under pipelines in Azure Devops? and is there any Monthly/Yearly limitation in creating builds / releases?
First i need to know why we use environments under pipelines in Azure devops
and Is there any Monthly/Yearly limitation in creating build or releases in Azure DevOps?
Anyone Please HELP !

Cyril Cereaic Joseph
- 268
- 5
- 14
1
vote
1 answer
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 a dozen of keys labelled:
"API Key for APPX" or…

BobDenis
- 33
- 6
1
vote
1 answer
How to restore the deleted projects from teamcity
Accidently, I deleted the projects of some POC, Is there is any way to restore it ?? I was trying to get it back looking into the _trash in TeamCity data/config folder. The project is not there. Any other ways to retrieve it immediately???

Riby Varghese
- 101
- 1
- 9
1
vote
1 answer
How to deploy war file to aws ec2 instances placed in auto scaling groups
How to copy .war file of tomcat 7 and 8 to EC2 instances placed in auto scaling group without any downtime. I want to replace the existing .war file with latest one in each and every servers in the target group/scaling group. How to configure my…

AWS Coder
- 455
- 1
- 8
- 13
1
vote
3 answers
How to open work item query result in microsoft excel from Azure DevOps?
Hi I am trying to open Work item query results in microsoft excel but getting an error "TF208093 you cannot use work item query to generate reports in excel on this server because it is not configured for reporting"
Below are the steps which I…

Naveen Kumar
- 1,266
- 1
- 21
- 50
1
vote
1 answer
DevOps Error when try to release SSAS Tabular Model
We are using SSIS packages and SSAS tabular models for our Business Intelligence project and Azure DevOps is the CI/ CD environment. Our databases are in SQL server 2016 and using Visual Studio 2017 and SSDT tools for building pakages.
We can…

rchacko
- 1,965
- 23
- 24
1
vote
2 answers
How to provide internet access to running docker container?
Hi can any one help me to tell the correct command to provide internet access to a running container ?
I know we have to specify --net in docker run command to access internet from inside container.
What if I want to provide internet access to…

sudhir tataraju
- 1,159
- 1
- 14
- 30
1
vote
1 answer
Wrapping S3 URL and remove S3 url from download file
I have one online customer file sharing storage, like dropbox.
we are using S3 for storage. When customer is downloading any file they are getting full URL with S3 bucket name and file. s3 is sending the pre-signed URL to the api. I don't want to…

Jay Zee
- 263
- 2
- 7
- 18
1
vote
1 answer
In a multi-repo deploy, how can I can I keep the pipelines co-located with their source code
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 the pipeline.yml which exists in another repo,…

amadain
- 2,724
- 4
- 37
- 58
1
vote
1 answer
"You do not have permission to view this directory or page." Error only after swap into production on Azure
I've a multi-tenant ASP.NET MVC 5 web app running on Azure. I use a staging slot to swap into production after a successful deployment to staging. When I swap both production and staging sites present the message
You do not have permission to view…

Andrew
- 375
- 1
- 12
1
vote
2 answers
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 https://github.com/open-toolchain/microservices-toolchain-hosted. And…

amadain
- 2,724
- 4
- 37
- 58
1
vote
3 answers
How to run docker application over a secure server using letsencrypt?
Need to start Horizon server over a secure network.
Using this github repo
https://github.com/stellar/docker-stellar-core-horizon
Following README doc I tried,
docker run --rm -it -p "8000:8000" --name stellar stellar/quickstart…

NAVIN
- 3,193
- 4
- 19
- 32