I Cannot connect to Xebia Deploy server from Jenkins getting below error
XL Deploy configuration is not valid! com.xebialabs.deployit.ci.DeployitPluginException: org.jboss.resteasy.spi.ReaderException: javax.ws.rs.ProcessingException:…
Using Maven, XL-deploy and Deployit, I want to focus extra on security on the intranet.
In examples I see the following maven, xl-deploy scripts. I have marked it with **** start ... till ... **** end.
What does it accomplish? Security for…
Is there any way by which I can see the deployed build placeholders value in xl deploy.
Or else I can open the war files which is in applications?
Thanks in advance
I am new to XLDeploy and just for learning I am trying to Build and Deploy a sample .Net application using XLDeploy.
As per the documentation I need to create a DAR file that is nothing but a .Zip folder which contains the files to be deployed and…
i was using maven Jenkins job to deploy application to Deployit. now i want manual Jenkins file to deploy using the pipeline job which refer to our jenkins created file. any suggestion?
When I created a dar package and send it to XLDeploy. The version of the dar package is generated as shown below. How I can put application version number instead of this random generated version number.
I would like to create a dar file for a .net Project. I don't want to put all dependency to dar package. I have pack all dependency as nuget package and push them to nuget feed on TFS. I would like to use packages from nuget feeds, I don't want to…
I am trying to get the xldeploy-maven plugin to generate the dar file required for import to deployit . But executing the maven build command gives below error .
[WARNING] Error injecting:…
The following exception is occuring upon importing the project using Jenkins
[ERROR] Failed to execute goal com.xebialabs.deployit:maven-deployit-plugin:3.8.3:import (default-cli)
on project INFOGCService:
Execution default-cli of goal…
In the TaskBlockService there is a POST call that one or more steps should be skipped. There is not a good example given how the posted XML (List of String) the paths of the steps to skip.
Tried the following content for the POSTed data:
curl -X…
In TaskBlockService there is a GET call retrieves information about a step given /tasks/v2/{taskid}/step/{stepPath}.
Question How to specify the value for the stepPath ?
I don't understand the detailed steps when rolling back using Liquibase.
I had scenario like 6 changesets and for one changeSet rollback was not defined - that is, only within the changeset.
After executing using deployIT I could see…
"Package with Xl Deploy" VSTS task exist that allow us to create a .Dar file.
We want to achieve same but by using VSTS Command Line task and using command in it something like :
curl -u :http://localhost:4516/deployit/repository/ci// -d@data.xml
I want to use Fluent Migrator for database migrations for my .net project. Anyone has success stories of Fluent Migrator integrated with XL Deploy for database deployment?
Regards,
Pandian.