Questions tagged [urbancode]

UrbanCode software is used to implement a Continuous Integration - Continuous Delivery pipeline. The UrbanCode tag should be used for questions about configuring this software or how it can be used to enable continuous delivery for on-premises, cloud and mainframe applications.

IBM UrbanCode is a set of Continuous Delivery Tools.

  • UrbanCode Deploy.
  • UrbanCode Velocity.
  • UrbanCode Release.
  • UrbanCode Build.
61 questions
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
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

How to get all deployment process request within a Timeframe using UrabanCode Deploy REST API?

I am looking for REST API option in UrabanCode Deploy to get all deployment process within a particular time-frame. Let's say - All deployment process request id submitted within 24 hours. - All Deploy process request submitted in Last 7 Days etc.…
Roopendra
  • 7,674
  • 16
  • 65
  • 92
1
vote
1 answer

Post Deployment JVM log validation for JBOSS and WAS Application

We use Jenkins and Urban Code Deploy to do our builds and deployments respectively. Post the deployment we manually go ahead and validate the JVM logs. Most of the Applications we deploy are JBOSS and WAS8.5. I wanted some suggestion on automating…
1
vote
0 answers

Get List of SVN Tags from Urbancode Ubuild

I need to get the list of SVN Tags used for build in Ubuild. I have a list of build numbers and the application names for which the tag name needs to obtained. This list is pretty huge. Is there any pretty easy way of getting this list?
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

Hi I need help to pass variables from UrbanCode processes to deploy.sh

I'm new to UrbanCode Deploy, I ran in to an issue, so I have the urbanCode processor where I have added component properties as username and password. I call that to script inside process and tested printing them and it works. so now I have to pass…
0
votes
1 answer

Jenkinsfile with list of all parameter values or single value from parameter list

I want to run jenkins job using jenkinsfile with list of all parameters value or with individual value from parameter list. def deploy(env) { step([$class: 'UCDeployPublisher', siteName: siteName, deploy: [ $class:…
wlg
  • 159
  • 1
  • 10
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
2 answers

Does Urbancode Deploy have the ability to share properties across applications?

Some other deployment platforms such as Octopus Deploy have the concept of shared variables/properties/values across applications. For instance, there may be 25 applications that all consume an API at a configurable URL. In the case that the URL…
Cork
  • 722
  • 6
  • 20
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

Cannot Access UrbanCode Deploy DB Jar File on Kubernetes

UrbanCode Deploy Pods not able to access the ext storage to use the JDBC Mysql Jar file. ls: cannot access /opt/ibm-ucd/server/ext_lib/*.jar: No such file or directory
Sobiaholic
  • 2,927
  • 9
  • 37
  • 54
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