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
0
votes
1 answer

How to deploy multiple uDeploy components using jenkins?

Eg. uDeploy documentation available related to Jenkins udeploy integration. We can specify only one component Name, one application name and one process name in udeploy plugin in jenkins. But I got multiple components attached to application in…
itgeek
  • 549
  • 1
  • 15
  • 33
0
votes
1 answer

UrbanCode Deploy: How to pass in parameters to the "Run Application Process" plugin?

Is there a way to pass in parameters to the "Run Application Process" plugin? I have an application A's Application Process wants to invoke an application B's Application Process (which calls its Component Process requires two inputs from the…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
0
votes
1 answer

Generic process usage in uDeploy

How to find the deployment history or generic process usage of each process in uDeploy? I need to cleanup the unwanted generic processes from UI.
Rajiv
  • 41
  • 1
  • 6
0
votes
1 answer

In Urbancode Deploy, what is the impact of changing the External Agent URL, from IP to hostname?

I have a UCD server, where the External Agent URL is an IP address 9.x. One of the users has requested to change that IP to a hostname, reason being that his agent can't reach that IP because that segment (9.x) is blocked, but they can reach it…
0
votes
1 answer

DB table name for agent properties

What is the table name in uDeploy DB to get the agent properties. I am looking for agent host name property for each agent installed in uDeploy. Agent.hostname or Agent.HOSTNAME.
Rajiv
  • 41
  • 1
  • 6
0
votes
0 answers

Component version in urancode udeploy

On my project , I have to 2 create 2 drop-down list-one for available snapshot and other one is for versions of compoments associated with the app. basically I used rest api to grab all components associated with application, n pass each component…
CKK
  • 31
  • 9
0
votes
0 answers

Found multiple PersistentRecords

We have a component in Urbancode Deploy v6.2.3.1.884609, and when we edit the settings, and try to Save, we get the following Error: Error received when trying to save the component Any idea of the cause of this?
0
votes
1 answer

passing credential in HttpWebRequest In UrabanCode Deploy

I am using HttpwebRequest to pull list of all Components from Urban-code Deploy to my application. I have used my own credential in the code(C#) to access it. It is working fine. Now, i have to use the Service account that my company has, in order…
CKK
  • 31
  • 9
0
votes
0 answers

Problems creating a component and and importing files using TFS

I'm trying to use IBM UrbanCode Deploy and TFS to create a new component for an Application. I am having trouble importing the files from the server to Udeploy (Versions -> Import New Versions). This error shows whenever I try to get the new version…
Informat
  • 808
  • 2
  • 11
  • 25
0
votes
1 answer

What is the syntax for setting a process property in a 'Run Groovy Script' step in urban code?

My urban code process has a property called 'url'. The process also has a 'Run Groovy Script' step in it. This script builds a string. def url = 'http://localhost:8443/dosomething' What is the syntax for setting this value to the process 'url'…
A j
  • 1,069
  • 2
  • 16
  • 29
0
votes
1 answer

Urban Code deploy: How to get the credentials of the user under which the process is running?

I have a process where i am using the Send HTTP Call step. The step needs username and password to invoke the URL. I want these to be the credentials of the user that is running the process. How do I supply these to the Send HTTP Call step?
A j
  • 1,069
  • 2
  • 16
  • 29
0
votes
1 answer

Urban Code deploy: How to use ${p:stepName/propName}?

I have a groovy script step in my process, this script sets a output property. I want to use this property value to set a property on a subsequent step. Or Simply use this property value in another groovy script step in my process. The documentation…
A j
  • 1,069
  • 2
  • 16
  • 29
0
votes
1 answer

UrbanCode Deploy multiple environment approver

In IBM Urbancode deploy, I configured an environment with approval process. When deploy application on environment, an email is generated to the approval team. One user can login to urbancode deploy and approve the deployment. I want to configure…
Vikas Jindal
  • 249
  • 3
  • 12
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
2 answers

IBM Urbancode Deploy get current component versions

I'm trying to get the current version of a component in a particular environment in U-deploy. The problem is that the only way I've figured how to get it, is to get the current snapshot, then list versions for that particular snapshot. But not all…
user5033277