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.…
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,…
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…
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…
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…
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…
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 .
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…
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…
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…
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…
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
…
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?