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
2 answers

How do I create a Bluemix automated test node that runs a Selenium script?

I would like to insert an automated test stage in a Bluemix continuous delivery toolchain pipeline. The test stage should run a UI test using Selenium Webdriver & script. What is a good approach for making such a stage? I have looked at Bluemix…
0
votes
1 answer

How to give read-only access to members in bluemix track&plan?

Is it possible to add members in bluemix track&plan with read-only access? I want to limit the number of people who can add/modify work items into my project.
Jules
  • 1
0
votes
1 answer

IBM Bluemix: Serving Angular with NodeJs in Production Devops

I have an Angular app, it is served via a small NodeJs app. I have a Jenkins Job who build my app and package it. The output artifacts are a dist directory with the angular app and the node app.js file to do the serving. I want now to take those…
Yannholo
  • 179
  • 1
  • 2
  • 10
0
votes
1 answer

Can I configure a Bluemix Continuous Delivery toolchain to use a private Github repository?

I have a private Github repository in a private Github organisation, and I'd like to configure Bluemix's "Continuous Integration" service to use that repository so that I can load source code from it to build in a delivery pipeline in that…
Martin Pain
  • 713
  • 4
  • 18
0
votes
1 answer

Maven build fails on Bluemix dev ops pipeline but passes locally

I am receiving the following error for an app being build on Bluemix using the devops pipeline. The build command is mvn -B package and the same command works without a problem on my local server. [ERROR] Failed to execute goal…
0
votes
1 answer

cf push does not consider .cfignore

I am trying to push a node project to Bluemix, and I wanted the cf to ignore the node_modules in my project, so I have this below line in my .cfignore file (at the root of the application) node_modules/ When I issue the cf push --random-route…
aryanRaj_kary
  • 503
  • 2
  • 7
  • 28
0
votes
2 answers

Bluemix - Manual Deploy of NodeJS app Mongo works, DevOps Pipeline fails Using same commands

I am trying to automate the creation of my nodeJS application + Compose MongoDB to be able to put on the IBM Marketplace. Background: I can successfully manually install (via terminal) both the App (NodeJS) and Compose and get this running on…
aginsburg
  • 1,223
  • 1
  • 12
  • 22
0
votes
2 answers

cf push vs git push on Bluemix

I'm under the impression that a cf push deploys my app to bluemix. Whereas a git push only pushes the sources to the project's git repository and does not redeploy the app. Is that correct?
DThompson55
  • 111
  • 2
  • 14
-1
votes
1 answer

Output is not printing on screen after run chef-client -o 'recipe[deploy]' command on client machine

I'm facing an issue with the chef-client server, when I execute sudo chef-client -o 'recipe[deploy]' command on client machine it gets stuck on [2019-09-16T15:01:54+02:00] INFO: Chef-client pid: 50389 after that, no action is happening and output…
-1
votes
3 answers

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 checked ibm none of the servers are down,cloud…
-1
votes
1 answer

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 I can use MobileFirst service but not sure what…
-1
votes
2 answers

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 only way I have been able to get oursource and…
Bertrand_Szoghy
  • 880
  • 1
  • 11
  • 26
-1
votes
1 answer

What is the best approach for quick fix the errors/bugs in phase1 code through the DevOps?

I have two branches like dev and master in VSTS to manage my code. After completed phase 1 development, I have published my web application code from master branch through my Dev Ops configuration. But every day we do pull request from dev to…
Pradeep
  • 5,101
  • 14
  • 68
  • 140
-2
votes
1 answer

How to find all user list in Accurev? Is the there any API or CLI for fetching all user of SCM Accurev?

How to find all user list in Accurev? Is the there any API or CLI for fetching all user of Version control Accurev? I am trying to track all the user in tool.
Tejas
  • 41
  • 1
  • 7
-2
votes
1 answer

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 ago. How I can create custom vars in the deployment…
1 2 3
9
10