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
3
votes
0 answers

Nested Properties in Urbancode Deploy

I am using urbancode deploy 6.2.2. Is it possible to do something like this Say key is property name in udeploy key value p1 v1 v1 v2 Is it possible to do something of similar nature in udeploy ${p:${p:p1}}.
madcolonel10
  • 735
  • 2
  • 9
  • 22
3
votes
1 answer

xauth and $DISPLAY questions

Below is some steps a developer use to start a manual deployment for a Vitria application. Now we want to understand how to automate this process using IBM UrbanCode uDeploy. In the multiple entries of "xauth list" output, what does the number 11…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
2
votes
1 answer

Need help in deploying an application using uDeploy REST API

We are trying to integrate with uDeploy using Rest endpoints. I am not able to find any good documentation/tutorial for the same. The HTTP Get requests are working fine, but the PUT,POST,DELETE operations require an authentication to be passed. I…
1
vote
0 answers

How to download uDeploy logs via rest API

I couldn't find anything in the following documentation. https://www.ibm.com/docs/en/urbancode-deploy/6.2.1?topic=function-rest-api-reference
Matt
  • 13
  • 1
  • 2
1
vote
0 answers

IBM uDeploy unable to retrieve npm versions from artifactory

I have a normal npm angular package published to Artifactory's npm repository at https::/npm-prereleases-local/@my-scope/modulename/-/@my-scope/modulename-1.1.0.tgz I am able to retrieve a list of the versioned files using a…
Bear Claw
  • 11
  • 1
1
vote
1 answer

How to update configuration in any environments in urban code using rest call?

I am trying to create rest api to update configuration in all environments in urban code. Is there any rest client or do we need write any custom code.? How do I start? Your kind suggestions please
1
vote
0 answers

How does a command output can be accessed through UDEPLOY REST API

I am using https://host/cli/componentProcessRequest/info/ to get the information about a component process request execution details. But this gives basic information not detailed like logs. In this process we execute a shell script. I want to get…
Ramesh
  • 33
  • 5
1
vote
0 answers

Teamcity & Udeploy continuous integration and deployment

I recently set up a continuous integration server in TeamCity and now want to take it to the next step, continuous deployment. I have added VCS trigger in TeamCity which triggering the build once new code is committed in our deployment branch and it…
1
vote
4 answers

How to create reusable component in UCD(UrbanCode Deploy)?

Let's say I have 4 agent configured in UCD(Urban Code Deloy) & component named test_component tagged to all agents.Now I need to make sure that component runs in only two agents(nodes). Can anyone tell me how to do that? Also I heard that reusable…
Vishnu
  • 97
  • 1
  • 13
1
vote
0 answers

Input format for uDeploy Deployment in Servicenow

I'm integrating uDeploy with ServiceNow and need to know if JSON is the only format that can be provided as input in the workflow of ServiceNow for Udeploy deployment or are there any other formats?
akshitha
  • 11
  • 1
1
vote
0 answers

Create .EAR with Spring Boot application to deploy in websphere 9.0.0.7

I have developed a Spring Boot application with jpa. First I used in built tomcat server, its working fine. Now I want it to deploy in websphere 9.0.0.7. I have tried to deploy WAR into websphere by using deploy. I am getting following…
swapna
  • 45
  • 1
  • 9
1
vote
3 answers

Can uDeploy take care of automating Windows MSI Build?

I have a wpf application where we are outputting as MSI. I am planning to move this build to uDeploy. Is it possible for uDeploy to take care of build process of generating MSI fom my C#/WPF source code?
JSLover
  • 29
  • 1
1
vote
2 answers

Error 404: com.ibm.ws.webcontainer.servlet.exception.NoTargetForURIException for Http server of the application

I have created a servlet.java file for my application and added it in web.xml as follows: servlet: public class CheckServlet extends HttpServlet implements Servlet { @Override protected void doGet(HttpServletRequest request,…
Harsha
  • 87
  • 1
  • 14
1
vote
1 answer

Can We create custom build feature in teamcity 10?

Right now we are uploading artifacts using udeploy cmd from Teamcity version 10. Can we create a custom build feature in teamcity for common tasks to avoid the manual stuff like udeploy ?? common copy tasks If it is possible, will be…
Rahul Arora
  • 55
  • 1
  • 7
1
vote
1 answer

How to delete an application from IBM UrbanCode Deploy using REST API?

As part of some integration testing we are creating a uDeploy application, checking it exists and then hoping to delete it after to cleanup. Looking at the documentation here:…
DJDMorrison
  • 1,302
  • 2
  • 17
  • 34
1
2 3 4 5