Please refer the link:
https://docs.xebialabs.com/xl-deploy/how-to/create-a-deployment-package-using-the-command-line.html
Collect the EAR file and the configuration directory and store them in the directory:
cp /some/path/petclinic-1.0.ear…
I am preparing a an application for deployment using XebiaLabs XL Deploy tool.
It is a .Net Windows Service, with environmental specific configuration (multiple instances across several qa/uat/prod servers) in the app.config.
These config values…
We just migrated our project to java 11. We configured new dependencies in the pom for the jaxb &co packages that were present in jdk-8 but were removed in jdk-11.
What we did not expect was for the deployit plugin to fail doing its job with an ugly…
I'm trying to fetch an artifact from the nexus URL and I want maven to search for it in first Nexus URL and if it fails to find, it should look for it in the second URL.
To be precise I want to add multiple repositories for XL Deploy.
Here's the…
I am having similar issue as mentioned here
I am trying to deploy an application via Jenkinsfile. For which I have to run this command on the deploy stage in Jenkins (if I hardcode the value then it works fine):
xldDeploy serverCredentials:…
I'm new to XL Deploy. We have defined an XL Deploy command in our pom to execute once an application is upgraded. This works the first time the application is installed, but doesn't run on subsequent upgrades. To force it to run we have to undeploy…
I was using deployit (XLdeploy) with Jenkins and SVN as repo, but now I am planning to move to Gitlab. Is there any good documentation on how to integrate Gitlab with deployIT? I have searched but didn't get any reference documents.
Where should I…
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…
i wanna create jenkins declarative pipeline for deploying on xl-deploy using maven command. i am not using xl-deploy plugin i am just using maven command for this.
pipeline {
agent {
label 'java8'
}
tools {
maven…
In How to skip specific Execution Plan Steps? an answer is provided to skip steps from a single path block. The example provided in xml worked out to skip a single step or multiple steps for one single block. However, I want to skip multiple steps,…
[root@piyushjoshi bin]# sh cli.sh
Username: admin
Password:
Welcome to the XL Deploy Jython CLI!
Type 'help' to learn about the objects you can use to interact with XL Deploy.
XL Deploy Objects available on the CLI:
deployit: The main gateway to…
Is there a mechanism in a template (yml) file in k8s for generating multiple items? Like a for loop.
For example , I have a template used my multiple projects. But some need 1 database others maybe 2, 3 or more. I don't want to define all variables…
I am looking for a approch for my batch application where I need to store my application in project.git and environment related properties in project-config.git
And during deployment my environment specific properties will be used
Application will…
I'm trying to deploy a DAR on a server using XL Deploy, I get the following error message:
A Configuration Item with ID [CONFIGURATION_ITEM_ID] already exists.
How can I fix it?
The Infra team in my company has provided us with sample overthere.SshHost under 'Infrastructure' in XL-Deploy UI that has a predefined private key file and passphrase which is not shared with us.
We are asked to duplicate this file manually in the…