Questions tagged [deployit]

DeployIt is a deployment tool created by XebiaLabs

23 questions
2
votes
1 answer

XL Deploy nesting dictionaries

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…
Sean C
  • 59
  • 11
2
votes
1 answer

Always deploy artifact of file.File type

DeployIt has file.File tag (http://docs.xebialabs.com/releases/3.9/deployit/filePluginManual.html) which has checksum attribute. In our deploy manifest file we have provided a checksum value. When deploying the file, deployIt successfully deployed…
Superaghu
  • 775
  • 1
  • 5
  • 15
1
vote
1 answer

using maven deployit plugin which relies on jaxb with java 11

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…
Aldian
  • 2,592
  • 2
  • 27
  • 39
1
vote
0 answers

Deployit integration with Gitlab

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…
gamechanger17
  • 4,025
  • 6
  • 22
  • 38
1
vote
1 answer

jenkins declarative pipeline not working for xl-deploy using maven command

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…
1
vote
0 answers

How to get SQL output that oracle puts out in SQLDeveloper when we run same scripts using Liquibase under DeployIt?

I am beginner to liquibase usage and also to deployIT. My question is when we run sql statements in sql developer editor we get output like anonymous block completed and also we see output of statements dbms_output.put_line.... If we run same…
Nagappa L M
  • 1,452
  • 4
  • 20
  • 33
1
vote
1 answer

Skip multiple steps, in multiple blocks from execution plan

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,…
Arjen
  • 11
  • 1
1
vote
1 answer

XL-Deploy Error: Error: this script should be run with the -expose-proxies flag. Exception in thread "main" javax.script.ScriptException:

[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…
1
vote
1 answer

How to use the DeployIt's namePattern parameter in the repository/query web-service

I’m trying to use the REST API provided by DeployIt (v3.9) to list all the packages available on a given project. Thus, I use the GET /repository/query service So, I’m calling this service with the following…
Romain Linsolas
  • 79,475
  • 49
  • 202
  • 273
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

Integrate Xebialas Deployit Plugin into jenkins DSL groovy job

I'm trying to create a "freestyle-job" from a groovy file. I already have set up a single job with compilation, unit tests and sonarqube scanner. I want to add the package generation and deployment using Xebialabs Deployit plugin but I can't find…
gsaldana
  • 419
  • 1
  • 5
  • 13
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

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

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
1
2