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
1
vote
3 answers

How to publish artifacts from Jenkins to uDeploy

How to publish artifacts after a successful build from Jenkins to uDeploy (IBM)? I heard that urbandeploypublisher.hpi is required to upload this API in Jenkins but I didn't find any where.
Phani Raja
  • 11
  • 1
  • 2
0
votes
0 answers

How to use the output of a shell plugin in UCD in the next consecutive steps

For Eg: testingABoolean=test if [ $testingABoolean = "test" ]; then isBoolean=true else isBoolean=false fi Here I want to use "isBoolean" in the next steps of UCD
0
votes
0 answers

declarative pipeline script for UCD deploy publisher in jenkins

`i have created declarative pipeline script in jenkins to build and upload artifacts to Urbancode deploy. But in the "upload to ucd" step its throwing error like :- can not get property 'body' on null object pipeline{ agent{ label "master" } …
0
votes
1 answer

Need to map groovy code for -d part of this API from vmware

curl -X PATCH -H "vmware-api-session-id: b00db39f948d13ea1e59b4d6fce56389" -H "Content-Type: application/json" -d '{"spec":{"cores_per_socket":0,"count":0,"hot_add_enabled":false,"hot_remove_enabled":false}}'…
0
votes
1 answer

Jenkins Pipeline UCDeploy Multiple 'deployVersions'

I'm attempting to setup a Jenkins pipeline that will deploy multiple components of an application in a single step. I was able to do this successfully with multiple deploy steps, but I would like to have it all in the same step to avoid multiple…
Keith3232
  • 3
  • 1
0
votes
1 answer

My pipeline is failing a with an "groovy.lang.MissingPropertyException' error.No idea what is the issue

Error: groovy.lang.MissingPropertyException: No such property: master for class: groovy.lang.Binding 16:31:47 at groovy.lang.Binding.getVariable(Binding.java:63) 16:31:47 at…
DS09
  • 1
  • 2
0
votes
1 answer

UrbanCode Deploy parent request property not available unless another component process executed

I would like to set a property in a component process which is available from there on in all subsequent steps, in the rest of the current process and in all other processes that are called from there. So, in a component process, I'm using Deploy…
reljicb
  • 91
  • 6
0
votes
1 answer

how to integrate UCD in jenkins pipeline?

I am trying to integrate IBM Urban Code Deploy in my Jenkins pipeline. Earlier I have integrated UCD using freestyle job using IBM UrbanCode Deploy Plugin. Now When I am trying to do the same using pipeline script, it is giving error. Unable to find…
Shivansh Kumar
  • 321
  • 1
  • 5
  • 16
0
votes
1 answer

UrbanCode Deploy - Mapping Component to Agent on-the-fly

From what I can tell after reading IBM documentation is that, after creating a component in UCD, you'd have to manually map that component to an available Resource/Agents that you had already setup. The way I have my pipeline setup is that, my…
0
votes
1 answer

How to setup completely automated deployment pipeline in UCD from Dev till Prod?

I'm trying to find Jenkins pipeline feature in UCD where deployment is automated without any click. Usually in UCD I found that(from online resources) people use to chose environment and versions manually. Can anyone help me how I can do that?
Vishnu
  • 97
  • 1
  • 13
0
votes
1 answer

Process YAML File step of the Kubernetes plugin throwing error if the image name has / slash

The image in the deployment yaml is in the below format : '${DockerRegistry}/${orgName}/${projectName}/${ImageName}:${version}' There are 3 forward slashes in the image name after the docker registry name and this is causing an error. I tried with…
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
1 answer

Running YAML code in Jenkins Pipeline for Environment Provisioning

My company's tool stack for running a CI/CD pipeline include the following tools: Jenkins - Pipeline orchestration IBM UrbanCode Deploy (UCD) v6.2.6 - Application deployments IBM UrbanCode Deploy Blueprint Designer - Part of the UCD suite which…
hitman126
  • 699
  • 1
  • 12
  • 43
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

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