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

How to connect UrbanCode with Changeman for mainframe code build?

I want to build mainframe code kept in Changeman through UrbanCode deploy. Is there any plugins/connectivity mechanism with changeman?
0
votes
1 answer

Trying to create a workflow in vro to trigger an urbancode application process. Client has ucd agent configured

I am trying to trigger an urbancode application process from a virtual machine spinned up by vrealize orchestrator. Virtual machine is configured with ucd agent. Explored vrealize orchestrator documentation for creating workflows. Tried some help…
chanchal
  • 27
  • 1
  • 7
0
votes
1 answer

Create a read-only user UCD and UCB

I'm trying to create a read-only user at certain applications in urbancode deploy and ubuild, just to monitor some builds and deployments triggered from continous integration process. Is there any shortcut to this requirement? or do i have to…
Rcordoval
  • 1,932
  • 2
  • 19
  • 25
0
votes
0 answers

How to handle the web.config per environment using a single deployment project (.msi) for an automated build and deploy?

I need some help on how to handle web.config file using a single deployment project for multiple environment. I am currently working on automating the build and deploy of an ASP.NET Web Application developed using VB.Net in Visual Studio. The…
0
votes
1 answer

IBM UCD - Directory Offset

I am using IBM UCD and configure the directory offset of the step download artifacts if the working directory is C:/program files/agents/workspace/dir1 ../../../ will work but ../../../../F:/dir2 will cause errors. I am pretty sure that the path…
user6934519
0
votes
1 answer

Bash/Shell - Nested Variables for Dynamic UDeploy Property

I need a little help with a process we're trying to build that should be able to react dynamically. The process goes a little something like this. User will submit a process request against an environment, submitting an array of string values as a…
Trentus
  • 1
  • 1
0
votes
1 answer

Jenkins - IBM UrbanCode - AWS & Azure cloud

For continuous delivery, we do manual deployment after generating binary artifacts from Jenkins pipeline(in an automated process). Further, for continuous deployment, we would like to use IBM UrbanCode tool to automate provisioning and…
overexchange
  • 15,768
  • 30
  • 152
  • 347
0
votes
1 answer

Deploy only the changes of a single Git commit

I'm using IBM urban code deploy for code migration and Git is our source versioning system. I need to deploy only those components which are changed as part of a single commi, and not the whole repository. As an example, for a single commit C1, lets…
user10473909
0
votes
1 answer

Replicating Git directory structure into local using IBM UCD

This question relates to the usage of a continuous deployment tool of IBM which is Urban Code Deploy. We are using UCD for deploying components from our Git repository to a target machine. One of the components in the Git repo has specific folder…
user10473909
0
votes
1 answer

Jenkins and IBM Udeploy connection issue 503 error

Hi iam trying to integrate jenkins with Udeploy server. When i test the connection using IBM UrbanCode Deploy Pipeline Plugin Configuration and the test connection option iam getting the below error Error connecting to IBM UrbanCode Deploy: 503using…
Ravi
  • 1,247
  • 4
  • 15
  • 35
0
votes
1 answer

Procedure fails to create executing from Urban Code Deploy

I've run into problems with following script which I'm trying to execute. In SQLDeveloper or other tools like DataGrip, everything works fine, so in my understanding, this is UCD issue. ...more inserts insert into M_MIGRATION_CONTROL values…
0
votes
2 answers

IBM Urbancode AddVersionStatus API call from Powershell How?

https://www.ibm.com/support/knowledgecenter/en/SS4GSP_6.2.7/com.ibm.udeploy.api.doc/topics/udclient_addversionstatus.html How to make this PUT call using Powershell please?. I am using Powershell 5.
knowdotnet
  • 839
  • 1
  • 15
  • 29
0
votes
1 answer

How do I add status to component versions in Snapshot In Urban code deploy Using CLI?

I am able to add status to snapshot saying "Snap ready for Release" using CLI. I am wondering how do I add status to the component versions that are in Snapshot using CLI? Any thoughts?
user9473385
  • 131
  • 2
  • 8
0
votes
1 answer

urbancode deploy post-script

I want to switch (via "switch.variable") application process into 3 different way, based on results returned of component process. Component process contain shell (bash) script which can return strings as follow: some text DIFF some text some text…
Aleksandr
  • 1
  • 2
0
votes
1 answer

How to pull artifact version in udeploy from a custom url

I am very new to udeploy and looking for a feature to pull latest version of artifacts from one of our build tool using simple http download from a given url. I can see that "Source Configuration Type" has many option available like filesystem,…
Manish Bansal
  • 185
  • 11