Questions tagged [xl-deploy]

The XebiaLabs tool Deploy

The XebiaLabs tool XL-Deploy.

46 questions
0
votes
0 answers

Regexp - exclude pattern using negative lookahead

I've inside my company a deployment process called XL-Deploy. XL-Deploy give me possibility to replace some mustach variable by value stored in XL-Deploy library like Jenkins for comparison. My problem with this application come with file extension.…
0
votes
1 answer

Using build-helper-maven-plugin

I have the pom.xml below. I'd like to pass a tag property to my build, using this command: mvn clean package -Dtag=test It should split this property into two others, my.group an my.version, and then use it in a URI to build an XLDeploy package,…
pataluc
  • 569
  • 4
  • 19
0
votes
1 answer

How to get the list of deployed application with XL Deploy Api

How can I get the list of deployed application with XL Deploy REST Api, with their duration. I've searched on the doc https://docs.xebialabs.com/xl-deploy/8.6.x/rest-api/index.html I get find the request for my need, perhaps I am not searching at…
Hamza Ince
  • 604
  • 17
  • 46
0
votes
1 answer

xl-deploy: Getting HTTP error code : 500 error

I am getting this error while running "mvn clean xldeploy:import" Failed to execute goal com.xebialabs.xldeploy:xldeploy-maven-plugin:5.1.0:import (default-cli) on project gsp.tms.app: Execution default-cli of goal…
Vikas Rathore
  • 8,242
  • 8
  • 35
  • 54
0
votes
1 answer

How to disable a rollback when the deployment fails with XLDeploy

I'm searching on how to disable the rollback process when my deployment is broken ( is on error) with XLDeploy ( using the plugin within jenkinsFile). the following possible strategies for deployment failures. The XL Deploy task can Rollback the…
0
votes
1 answer

Not able to create task from xl-deploy cli

I want to trying to deploy the dar file using cli. I had set up the cli on one of our build machine. I have gone through the document as well(https://docs.xebialabs.com/xl-deploy/4.5.x/climanual.html). But when I am running the below code. I am…
Vikas Rathore
  • 8,242
  • 8
  • 35
  • 54
0
votes
1 answer

Automating Configuration items in xldeploy

Currently, I am creating the Configuration items in xldeploy manually like adding infrastructure, environments and packages. Please let me know is there any process or templates to create Configuration items automatically .
San Deep
  • 3
  • 5
0
votes
1 answer

XLdeploy: Not able to create a folder with correct name

I have to create a folder inside a dar. I am using below code in my POM Test_APP_resource true
Vikas Rathore
  • 8,242
  • 8
  • 35
  • 54
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
1 answer

How to associate DeploymentPipeline to an Application in deployit-manifest.xml

When importing a dar in XLDeploy server for an application the first time, I would like to have the application associated to a DeploymentPipeline already defined in XLDeploy. How can do that? Is it possible to add deploymentPackageProperty in maven…
0
votes
3 answers

XLDeploy "mvn import deploy" Already imported

I'm using XLDeploy "xl-deploy-8.2.1-server-trial-edition" on Windows to test Spring based applications deployment pipeline in a DevOps fashion. I have Jenkins which executes somes maven goals : to build a war (goal package) the dar (goal…
0
votes
1 answer

New Property in udm.DeploymentPackage as disabled in xldeploy

XLDeploy allows its CI to be extended by adding entry in synthetic.xml. i modified synthetic.xml and added a new property: i can see this property on UI…
knowdotnet
  • 839
  • 1
  • 15
  • 29
0
votes
1 answer

XlDeploy CLI run python file

https://docs.xebialabs.com/xl-deploy/concept/getting-started-with-the-xl-deploy-cli.html I am refering to this link. my cli is already configured and DEPLOYIT_CLI_HOME environment variable to the root directory where the CLI is installed. say i am…
knowdotnet
  • 839
  • 1
  • 15
  • 29
0
votes
1 answer

Starting XL Deploy: Unsupported Class version error

When starting XL Deploy 8.1.0 using the command: run.cmd -setup. I got the below error: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/xebialabs /deployit/DeployitBootstrapper : Unsupported major.minor version 52.0 …
taibc
  • 897
  • 2
  • 15
  • 39
0
votes
2 answers

Pull Artifacts from Nexus into XL Deploy

We have XLDeploy being used to deploy application. We do not want to use default feature where Nexus pushes new XL deploy whenever it get new artifacts. On the need basis we want to pull the artifacts from Nexus into XL Deploy. What are the steps?
knowdotnet
  • 839
  • 1
  • 15
  • 29