Questions tagged [xl-deploy]

The XebiaLabs tool Deploy

The XebiaLabs tool XL-Deploy.

46 questions
0
votes
1 answer

how to add -Djdk.util.zip.ensureTrailingSlash=false in jenkins

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:…
Vikas Rathore
  • 8,242
  • 8
  • 35
  • 54
0
votes
1 answer

XL-deploy specification - what does this security spec do?

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…
tm1701
  • 7,307
  • 17
  • 79
  • 168
0
votes
1 answer

How to see the placeholders values of deployed build in XLDeploy

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
Vikas Rathore
  • 8,242
  • 8
  • 35
  • 54
0
votes
1 answer

How to build and deploy a .Net application using XLDeploy?

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…
0
votes
1 answer

need jenkins file configuration to deploy application on Deployit

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?
0
votes
1 answer

XLDeploy dar package version number

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.
clockworks
  • 3,755
  • 5
  • 37
  • 46
0
votes
1 answer

XLDeploy get .net dependencies from nuget feeds

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…
clockworks
  • 3,755
  • 5
  • 37
  • 46
0
votes
1 answer

xldeploy-maven-plugin not working with application pom

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:…
Alim Azad
  • 471
  • 2
  • 9
  • 23
0
votes
1 answer

com.xebialabs.deployit.service.importer.ImporterException occuring while importing project using Jenkins

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…
Devanshu Kashyap
  • 185
  • 1
  • 22
0
votes
0 answers

XLDeploy vestion and java version missmatch

I have added xldeploy manve plugin version 6.0.0 to maven pom file in order to create a dar file. 2.4.3 Dar Format http://www.xebialabs.com
clockworks
  • 3,755
  • 5
  • 37
  • 46
0
votes
1 answer

How to skip specific Execution Plan Steps?

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…
Verhagen
  • 3,885
  • 26
  • 36
0
votes
2 answers

XL-Deploy: How to retrieve information about an Exection Plan Step?

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 ?
Verhagen
  • 3,885
  • 26
  • 36
0
votes
2 answers

What all the steps Liquibase follows while rolling back?

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…
Nagappa L M
  • 1,452
  • 4
  • 20
  • 33
-1
votes
1 answer

Create dar package using XL deploy api instead of "Package with Xl Deploy" VSTS task

"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
knowdotnet
  • 839
  • 1
  • 15
  • 29
-1
votes
1 answer

Does XL Deploy support Fluent Migrator?

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.