Questions tagged [ucd]

IBM UrbanCode Deploy

IBM UrbanCode Deploy (AKA UCD, formerly called uDeploy) is an application deployment and release automation solution. It helps organization build a DevOps pipeline across distributed teams and/or heterogenous environments. UCD also provides governance, visibility, and consistency across all deployments.

UCD has an extensive catalog of plugins which allows it to interact with application servers, databases, other middleware tiers, operating systems, test automation tooling, etc.

40 questions
0
votes
1 answer

TFS 2017 How to rollback a release

Has anyone has a robust way to rollback if a release fails? The methods mentioned in this article doesn't sound very practical: https://blogs.msdn.microsoft.com/devops/2016/03/28/implement-rollback-with-release-management-for-tfs-2015/ IBM UrbanCode…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
0
votes
1 answer

Calling External Command From Powershell Plugin

I have an application process that runs in IBM UrbanCode. The process uses a Powershell Script that uses the CloudFoundry CLI. Our application process runs on an agent on which the CloudFoundry CLI is installed and available on the Path. Strangely…
timmy
  • 1,752
  • 6
  • 23
  • 35
0
votes
1 answer

UrbanCode Deploy Export / Import of Components

Is it safe to create a new UrbanCode Deploy component by exporting the original component to a JSON file, changing the name, and importing it as a new component? Are there other fields (UUIDs, etc.) that need to be changed so that there won't be…
Westy
  • 707
  • 2
  • 10
  • 23
0
votes
1 answer

In UrbanCode Deploy, how do I cause an application process to fail if not all component versions were specified?

Currently, when I run an application process that installs various components, if I don't specify a version for any of them, the deploy component process doesn't run, and it says "No Version Selected". However, the step doesn't fail, and the…
Chris Ratcliffe
  • 116
  • 1
  • 10
0
votes
1 answer

Getting list of tokens in Urbancode

I'm implementing a workflow including many steps. A final one is a component deployment in IBM UrbanCode. I have: admin credentials (login, password), login of user responsible for deployment (token in UCD already exists) Is it possible to fetch…
Khozzy
  • 1,064
  • 4
  • 15
  • 29
0
votes
1 answer

UrbanCode Deploy - Configuring Agent Relay (ActiveMQ) to use proxy server

I'm trying to figure out if an IBM UrbanCode Deploy Agent Relay can be configured to connect to a UCD server entirely through a proxy. I found a simple configuration setting to edit in agentrelay/conf/http-proxy/rabbit.conf.template for a proxy host…
Cody B
  • 3
  • 2
0
votes
2 answers

UML Use Case Diagram: Reuse extending Use Cases

I am currently refreshing/altering my knowledge in software development because I will work in this area soon. We have learned a lot about UML diagrams and coding at University, but I have never brought it all together in a real Project. Therefore,…
nst1nctz
  • 333
  • 3
  • 23
-1
votes
1 answer

What best practices should we be aiming for to get great products delivered?

The web development team I work in works with a user experience team that follow User Centered Design principles. Together we all work within Scrum. What best practices should we be aiming for to get great products delivered?
Stewart Robinson
  • 3,459
  • 4
  • 21
  • 27
-1
votes
2 answers

find -exec doesn't run the exec part

I am executing the following commands in a UrbanCode Deploy Shell step. What I want is run the Util.sh against all files being found. find . -type f -exec ls -al {} \; find . -type f -exec Util.sh -import source= {} overwrite=true \; Util.sh The…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
-1
votes
1 answer

UML Use Case Diagram: Access included or extending Use Cases

I am currently refreshing/altering my knowledge in software development because I will work in this area soon. We have learned a lot about UML diagrams and coding at University, but I have never brought it all together in a real Project. Therefore,…
nst1nctz
  • 333
  • 3
  • 23
1 2
3