Questions tagged [xlrelease]

15 questions
3
votes
0 answers

How to escape a variable in XL-Release

Our XL-Release pipeline has placeholders with strings destined for an NLog config. NLog configs have syntax that support interpolated values using the same syntax as XL-Release uses for variables: ${variablename}. For example, in NLog ${basedir}…
Tony B
  • 323
  • 2
  • 7
2
votes
1 answer

Jenkins build is not triggering from XL release

Jenkins build task in XL release is not triggering the Jenkins build,instead it is looking for the last build status of the job run. Can anyone please help how to trigger the jenkins job from XL release ?
sangeetha kannan
  • 125
  • 1
  • 11
2
votes
2 answers

How to trigger XL Release task from Jenkins ? Is it possible?

I have a CI pipeline configured on Jenkins. When the jobs execute successfully, I want a trigger to pass on to XL Release so that it automatically triggers the deployment process. Is this possible ?
2
votes
1 answer

how to trigger Jenkins build job from XL Release Task

We have been using 'XL Release' server (XLR) for projects' release management and Jenkins for continuous Integration of projects from GitHub. I am trying to create a Jenkins task for one Release on XLR by providing the basic configuration like…
Kali
  • 83
  • 7
1
vote
2 answers

Simple XL release task is failing

I have a very simple task, a Groovy script, which takes a variable, and splits it into a list, then prints the list. It does exactly this, then fails the task. I don't understand why, because it literally runs through the script and then should…
Soop
  • 345
  • 5
  • 19
1
vote
1 answer

XPath for all attribute values, not just first?

Edit: the issue in my case was caused by a tool that doesn't fully implement the XPath standard. My attempt with //key@ should have worked (see comments & answer), and the reason it doesn't work is that the tool only shows the first result. My XML…
Tijmen
  • 542
  • 1
  • 6
  • 29
1
vote
1 answer

How to create and start a XL Release release with a http request?

I need help because I'm not good with HTTP Requests. I am trying to create a Release on my XL Release server with a HTTP request. Right now I'm doing it with Curl, in a batch file, like that curl…
OxaDev
  • 17
  • 3
1
vote
2 answers

Create Xl deploy package with multiple Jenkins artifacts

Is there a way to create an xl deploy package using Jenkins and then add multiple artifacts to the package? It seems that when using the xl deploy plugin, once you create a package it is not possible to add other artifacts to the package using…
mikestram
  • 183
  • 2
  • 9
1
vote
1 answer

How to install a plugin on xl-release?

I have downloaded CA-LISA plugin from https://xebialabs.com/plugins/ and have received both .zip and .jar files. I am now stuck at installing the plugin. What are the steps to install the plugins manually ?
0
votes
0 answers

refine selections based on previous selections in XL Release

Currently we have XL Release kicking off a Jenkins job. Within the Jenkins job, we have active choice parameters using a Groovy script; you select from a dropdown, and the next dropdown will dynamically update the selected parameters based on the…
Soop
  • 345
  • 5
  • 19
0
votes
0 answers

how to parse yml in xlrelease without tampering inbuilt jython jar for adding pyyaml module?

how to parse yml in xlrelease without tampering inbuilt jython jar for adding pyyaml module? I tried exploring all inbuilt modules in embedded jython jar. I couldnt find anything to parse yaml
0
votes
0 answers

How do I make a HTTP PUT call from XLRelease to update data in Adobe Workfront?

I am attempting to make an HTTP PUT request from XLRelease to update data in Adobe Workfront. I have been able to successfully login using the API client and GET data. I have also been able to successfully update data using Postman as well as using…
MTL323
  • 177
  • 3
  • 14
0
votes
0 answers

How to get return value from a python script using groovy

i have a python script placed in bitbucket location . i have code in the python file as below def healthCheck(): print ("::healthCheck()::") while time.time() < timeout: healthy = True; # some logic is here …
0
votes
1 answer

How to make a xl release fail gracefully

I have xl release to accomplish for . It is having multiple phases and each phase is containing multiple tasks. There is a templet(orchestor) responsible for multiple application deployment. I want the scenario to achieve where even if one of the…
0
votes
1 answer

XLRelease [Xebia Labs] cannot concatenate 'unicode' and 'NoneType' objects

I'm trying to deploy the application using XLRelease/XLDeploy by calling Jenkins job. I've made the work flow like: -> Confirm approval -> Check if artifact exists in Nexus -> Jenkins Build/Upload to Nexus & Upload DAR to XLDeploy attached the…
nk07
  • 161
  • 3
  • 12