Questions tagged [udeploy]

Use this tag for IBM's uDeploy automation deployment framework.

uDeploy is an automation deployment framework that reduces deployment errors and improves efficiency, correctness, and traceability.

Wiki: http://electric-cloud.com/wiki/display/releasemanagement/uDeploy

62 questions
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

UCD WAS Config plugin can't find the WAS installation

My WAS 8.5 is installed in C:\Program Files(x86)\IBM\WebSphere\AppServer\bin\wsadmin.bat. How can I tell the discovery process to look at my installation location? plugin: WAS - Deploy, id: com.urbancode.air.plugin.WebSphere, version: 98 plugin…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
1
vote
2 answers

How to deploy to multiple servers on the load balancer?

Let's say I have 8 servers connected to the same load balancer, currently with app v1.0. When version 1.1 comes in, what's the right process to do the deployment? e.g. if I deploy to 4 servers at a time. So I take out 4 from the LB first, install…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
1
vote
1 answer

UrbanCode udeploy NullPointerException in Run Groovy Script step

The same step was running fine for a couple of days and now getting this error. I've seen same error with UCD 6.1.1 too, then the code was able to run in UCD 6.2.1, but now fails again. What could be the issue? plugin: Groovy, id:…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
1
vote
1 answer

install a jar with a servicename

I have to start, stop a jar in a flow 1. I have to stop it if it is already running and then start 2. All this is being worked in Udeploy. 3. I'm installing the jar using the below command. java -jar jarname.jar When I use sc query…
Pbr_Prajwal
  • 46
  • 1
  • 3
1
vote
1 answer

Tagging udeploy versions

For my project we use git, Jenkins, and udeploy On git occasionally we “tag” a commit, i.e. “release 1.0” For each project, we have at least two Jenkins job, one that builds the “develop” branch and one for “master” On udeploy we sometimes deploy…
Sarah A
  • 1,185
  • 12
  • 27
1
vote
2 answers

How to create incremental package through MSDeploy

I am automating Web Deployment process by using uDeploy and MSDeploy. I am creating package through MSBuild, then deploy it by using uDeploy and MSDeploy. Every time when i create package it copies all the files into the created package, Is there…
Pavan Tiwari
  • 3,077
  • 3
  • 31
  • 71
0
votes
0 answers

UCD Deployment error - Application Process (my application process) could not be resolved - what is the fix for this

UCD Deployment error - Application Process (my application process) could not be resolved Unable to deploy Artifact from Jfrog getting below error UCD Deployment error - Application Process (my application process) could not be resolved
Mani
  • 3
  • 1
  • 3
0
votes
0 answers

I need to run udeploy script to weblogic server. Basically this is patching script in power shell. How can I do this. Do I need to install any agent?

Need to run script on weblogic servers through udeploy. Do I need to install any agent, I got know agent is Weblogic WLDeploy but not sure. This is power shell script i.e patching script. Please help how to do this. I checked the design screen in…
0
votes
0 answers

Powershell Invoke-WebRequest could not create ssl/tls secure channel when tls is upgrade to tls1.3

there is a powershell script running as a remote process on uDeploy, below is the script: [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Invoke-WebRequest -Uri https://xxx/api/health it was working fine until the…
user13904118
  • 87
  • 1
  • 8
0
votes
1 answer

Delete Environment Property from UDeploy

Has anyone found a way to delete an environment property from UDeploy via a REST call? I grabbed the call made via the UDeploy site when I delete a variable in Environment=>Configuration=>Environment Properties but I get a "Conflict" each time I…
0
votes
1 answer

Is there any way that I can get the Versions in a Application Process using CLI or REST api in UrbanCode uDeploy

I tried getting the versions using getApplicationProcessRequest, however it only gives you all the version in Application Process if the Process is successful in component process, else It would not give the Version Names. Any help is appreciated.…
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

IBM uDeploy client import request problem

I have had a PowerShell scripted call to the IBM uDeploy command line client (udclient) in my TFS CI build process for some time now. My udclient call is scripted like so: udclient.cmd -weburl $uDeployServer -authtoken $authToken "importVersions"…
The Furious Bear
  • 592
  • 4
  • 16
  • 31