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

UDeploy Create windows Service using Service Control Manager plugin

I am trying to create new service using Create Service step in Service Control Manager plugin in udeploy but my step is failing while executing it. This is what I see in output window sc.exe create 'MyServiceName'…
Viru
  • 2,228
  • 2
  • 17
  • 28
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

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

List all agents within an application environment

How do I list all the agents which are used in a specific environment of a Udeploy application? The resources within the application environment may have hierarchical relationship with an agent at the leaf level of the resource structure. I need to…
user10473909
0
votes
2 answers

REST endpoint registration and bootstrap(Creating range-index) using U Deploy

I have my code in Git repository. I am using UDeploy to deploy my code into MarkLogic environment. I can able to move all my modules successfully but facing two problems 1. Creating New indexes 2. REST endpoint creation Please let me know if…
user3463568
  • 103
  • 1
  • 6
0
votes
1 answer

uDeploy Step to read json file

We are using uDeploy for the deployment process. At one of the shell step, we have a json file is receiving as input, we want to read the json file and process the output. I couldnt find any options withing the document. Could someone help to find…
Eldo
  • 195
  • 5
  • 13
0
votes
1 answer

Drive udeploy deployment from Rally

We are using Rally to track the SDLC and IBM Urban Code Deployer for deployments. Is it possible to integrate Rally with udeploy so that when the status of a user story changes, the udeploy application is triggered and artifacts pertaining to that…
user10473909
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

is it possible to migrate applications from udeploy to xldeploy environment?

I would like to migrate applications from udeploy tool to xldeploy for deploying into lower environments, will it be possible?
San Deep
  • 3
  • 5
0
votes
0 answers

WebSphere deployment error - WASX7109E: Insufficient data for install task "MapResRefToEJB

I have upgraded Spring 3.1.0.RELEASE to Spring 4.3.16.RELEASE While deploying the changes to the WAS 8.5.5.12 I'm seeing the below issue. I do see that JNDI reference exists in WAS and it doesn't complain to deploy for version with older spring…
Sam
  • 51
  • 10
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

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

BlackDuck scan integration for CI and CD deployment

Currently, we are using Jenkins for the build, Jfrog Artifactory to store all dependencies and udeploy to deploy the artifact to the server. In Jenkins, we have two plugins which will download all the dependencies and will deploy to release repo.…
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