Skip to content
Snippets Groups Projects
Commit 0028aaa4 authored by Homada.Boumedane's avatar Homada.Boumedane
Browse files

chore(dlcm-portal): Jenkinsfile

remove boolean params from jenkinsfile
parent b8350aec
No related branches found
No related tags found
No related merge requests found
properties([ properties([
parameters([ parameters([
booleanParam(name: 'BUILD_DOCKER_IMAGE', description: 'Build/Push Docker image from current commit.', defaultValue: false),
booleanParam(name: 'RELEASE', description: 'Build a release from current commit.', defaultValue: false), booleanParam(name: 'RELEASE', description: 'Build a release from current commit.', defaultValue: false),
string(name: 'RELEASE_VERSION', defaultValue: '1.0.0', description: 'RELEASE Version'), string(name: 'RELEASE_VERSION', defaultValue: '1.0.0', description: 'RELEASE Version'),
string(name: 'SNAPSHOT_VERSION', defaultValue: '1.4.0-SNAPSHOT', description: 'SNAPSHOT Version'), string(name: 'SNAPSHOT_VERSION', defaultValue: '1.4.0-SNAPSHOT', description: 'SNAPSHOT Version'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment