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

How to deploy multiple uDeploy components using jenkins?

Eg. uDeploy documentation available related to Jenkins udeploy integration. We can specify only one component Name, one application name and one process name in udeploy plugin in jenkins. But I got multiple components attached to application in…
itgeek
  • 549
  • 1
  • 15
  • 33
0
votes
1 answer

Running java as a separate process in windows command line through uDeploy

I have a UrbanCode Deploy process with a Command Line step that will run an executable jar myjar.jar In Windows command line, to run as a separate process (so that the command line won't be blocked after I run the jar) start java -jar…
hydradon
  • 1,316
  • 1
  • 21
  • 52
0
votes
1 answer

Generic process usage in uDeploy

How to find the deployment history or generic process usage of each process in uDeploy? I need to cleanup the unwanted generic processes from UI.
Rajiv
  • 41
  • 1
  • 6
0
votes
1 answer

Sybase isql won't execute sql file when USE DB GO

I'm creating this process on uDeploy that uses iSQL to execute sql files. My problem is that I have to set the server and db name in the process. In the SQL file - we may need to use other db's so it'd have to include USE DBNAME GO in the…
k murray
  • 1
  • 1
  • 2
0
votes
1 answer

uDeploy secure component property remains encrypted in shell script

I'm trying to configure a uDeploy property in a script. Have a "pass" variable, which I'm trying to either write to a file or use in a script. Have tried the following: echo ${p:pass} >> /tmp/variable.txt echo "${p:pass}" >> /tmp/variable.txt echo…
Katie K
  • 11
  • 3
0
votes
1 answer

Can I call a Jenkins job from Udeploy?

I have a different kind of requirement wherein I want a Jenkins job to trigger automatically once an artifact is deployed to udeploy. I know this is reverse of what is usually done (Jenkins job calling udeploy). I wanted to know if there is any way…
Raji
  • 857
  • 6
  • 18
  • 37
0
votes
1 answer

${POM_VERSION} is not rending in Jenkins

I use ${POM_VERSION}_${BUILD_NUMBER} in the Version field of Jenkins UrbanCode plugin: https://developer.ibm.com/urbancode/docs/integrating-jenkins-ibm-urbancode-deploy/, but it gives me something like this ${POM_VERSION}_12. Any idea how to fix…
Jirong Hu
  • 2,315
  • 8
  • 40
  • 63
0
votes
1 answer

Restart IBM http server using script in udeploy for every deployment

We do frequent deployments using udeploy and we have there a shell script to restart the apache http server as the last task. Script is simple:- cd bin_path sudo ./apachectl -k stop sleep 5 sudo ./apachectl start The problem here is that sometimes…
Ashley
  • 1,447
  • 3
  • 26
  • 52
0
votes
1 answer

Jenkins 2 pipeline deploying to udeploy

I am creating a CI/CD pipeline. I am trying to create a groovy function in order to deploy a build to udeploy. I know I will need to pass the parameters used in to the function such…
user2730471
  • 37
  • 2
  • 7
0
votes
1 answer

udeploy - environment settings

I am learning uDeploy and try to deploy test release (by referring simple HelloWorld application) Created component, component process & application as download artifacts to c:\UAT_1_Rel (Say Environmwnt-1) (Source configuration type as file…
gee
  • 1
  • 1
0
votes
1 answer

Jenkins uDeploy failure

After creating a tar of the build from jenkins, I am trying to move the tar to the main server using uDeploy. But i get the following error even after using the proper application name, environment and process name. I am unable to debug any…
aakash singh
  • 43
  • 1
  • 6
0
votes
1 answer

uDeploy does not include all sub-folders (wildcard not working)

On my uDeploy process, I created .zip file step. After downloading artifacts, I want uDeploy to zip all files under base directory. Base directory structure: archive sites bin *All binaries required* Include…
Teoman shipahi
  • 47,454
  • 15
  • 134
  • 158
0
votes
1 answer

uDeploy process executes in isolation but not when grouped with other processes...

I'm currently working on the setup of uDeploy for one of our web applications. For our Development environment, I have established an Install component with associated Deploy process. The Deploy process in turn consists of three processes:…
The Furious Bear
  • 592
  • 4
  • 16
  • 31
0
votes
1 answer

uDeploy where is the location of the audit log

I'm trying to find the audit log in uDeploy but all i can find are the changes. Can someone point me to where I can find the audit log? I have looked for an audit tab or a link to generate the audit log but haven't been able to find any…
Bruce227
  • 893
  • 5
  • 14
  • 25
0
votes
1 answer

Nexus - using Maven and uDeploy to fetch all modules in multi-module project

I have a multi-module Java Maven project. This project is stored in Nexus. I'm trying to use uDeploy to fetch all artifacts associated with parent POM and deploy to a target server. UDeploy allows for the configuration of components which can have a…
cdugga
  • 3,849
  • 17
  • 81
  • 127