Questions tagged [urbancode]

UrbanCode software is used to implement a Continuous Integration - Continuous Delivery pipeline. The UrbanCode tag should be used for questions about configuring this software or how it can be used to enable continuous delivery for on-premises, cloud and mainframe applications.

IBM UrbanCode is a set of Continuous Delivery Tools.

  • UrbanCode Deploy.
  • UrbanCode Velocity.
  • UrbanCode Release.
  • UrbanCode Build.
61 questions
3
votes
0 answers

Nested Properties in Urbancode Deploy

I am using urbancode deploy 6.2.2. Is it possible to do something like this Say key is property name in udeploy key value p1 v1 v1 v2 Is it possible to do something of similar nature in udeploy ${p:${p:p1}}.
madcolonel10
  • 735
  • 2
  • 9
  • 22
2
votes
0 answers

Implementation of Message Center of Urban Airship in android

I am going to integrate Urban Airship with Android, but I am facing some issues, What I implemented, I added dependencies of urbanAirship, I am able to get Notifications, using FCM key. Issues, I am not getting option of Message Center in UA…
Anksss
  • 378
  • 1
  • 4
  • 16
2
votes
2 answers

Combining Jenkins Pipeline and UrbanCode Deploy to achieve Continuously Delivery?

The best part of UrbanCode Deploy is it models a component based architecture application, and its deployment environment so well that everybody can understand in 10 minutes. Very initiative, flexible and powerful. Don't know if there is another…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
1
vote
0 answers

IBM UbanCode Deploy - Access property from nested generic processes

I have an component process that calls a generic process (called Deploy_zOS, inside that generic process there are another 20 generic processes (each with a unique name). I want to get an output property from one of the steps but can't seemt o get…
dagonal
  • 151
  • 1
  • 13
1
vote
1 answer

How to update configuration in any environments in urban code using rest call?

I am trying to create rest api to update configuration in all environments in urban code. Is there any rest client or do we need write any custom code.? How do I start? Your kind suggestions please
1
vote
4 answers

How to create reusable component in UCD(UrbanCode Deploy)?

Let's say I have 4 agent configured in UCD(Urban Code Deloy) & component named test_component tagged to all agents.Now I need to make sure that component runs in only two agents(nodes). Can anyone tell me how to do that? Also I heard that reusable…
Vishnu
  • 97
  • 1
  • 13
1
vote
3 answers

Can uDeploy take care of automating Windows MSI Build?

I have a wpf application where we are outputting as MSI. I am planning to move this build to uDeploy. Is it possible for uDeploy to take care of build process of generating MSI fom my C#/WPF source code?
JSLover
  • 29
  • 1
1
vote
1 answer

Bind variable "D" not declared

I am trying to run a sql file in sqlplus. This sql file simply adds a package and some stored procedures to the database. It is written using the specification/body separation convention. However, it appears that the package declaration part is…
element_j
  • 103
  • 1
  • 1
  • 15
1
vote
1 answer

Bulk edit UrbanCode configuration?

I want to do some bulk search/edit operation on the scripts embedded in our UrbanCode components and applications, and possibly on the flowcharts and blueprints. Unfortunately a lot of this is stored in UrbanCode's own repository, where it can only…
1
vote
1 answer

How to delete an application from IBM UrbanCode Deploy using REST API?

As part of some integration testing we are creating a uDeploy application, checking it exists and then hoping to delete it after to cleanup. Looking at the documentation here:…
DJDMorrison
  • 1,302
  • 2
  • 17
  • 34
1
vote
1 answer

How can I fetch file from Urban code Deploy workspace

I have few files in Urbancode Deploy workspace(downloaded from Artifactory). How can I fetch those files into my Java program where I am using those downloaded files in Java program. I tried like this: 1) I am calling Java class from urbancode…
Rocky Hai
  • 353
  • 1
  • 5
  • 17
1
vote
1 answer

UDeploy automate resource mapping for agents

I'm trying to automate the Resource mapping for agents in IBM uDeploy. I have a continuous delivery pipeline using Jenkins, Udeploy and Private Cloud. I'm thinking of a shell/python script which will invoke uDeploy CLI and add the agent to a…
Balualways
  • 4,250
  • 10
  • 38
  • 51
1
vote
1 answer

Urbancode IBM getting Versions

Is there any Rest API that can be used to get the versions of an application in DEV Environment in Urbancode. I tried using supported Rest API to get List of application and Snapshots(If any) but now I need to get the versions (if any) of that…
CKK
  • 31
  • 9
1
vote
1 answer

IBM Urabancode using Restful API

Is it possible to pull components, Snapshots and Environment from Dashboard of UrbanCode into my Web application dropdown list using Rest APi. Thanks in Advance..
CKK
  • 31
  • 9
1
vote
1 answer

UCD agent relay hierarchy

Considering the following case: one server, one agent and two relays. I would like to know if is possible to create an agent relay hierarchy to connect to the UCD server? Something like: Agent connects to Relay1 connects to Relay2 connects to UCD…
Adrian
  • 11
  • 1
1
2 3 4 5