change input param name: from add_maven_parent to include_maven_parent

This commit is contained in:
Roberto Cirillo 2021-11-29 10:25:35 +01:00
parent 97d105fe5c
commit e318921405
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -59,7 +59,7 @@ pipeline {
defaultValue: true,
description: 'Use the commits on the report or the latest is on master?')
booleanParam(name: 'add_maven_parent',
booleanParam(name: 'include_maven_parent',
defaultValue: false,
description: 'Set to true only if the maven-parent must be added to the notes')
@ -81,7 +81,7 @@ pipeline {
steps {
script {
for (int i = 0; i < components.size(); i++) {
if((components[i]['name'] != 'maven-parent') || (params.add_maven_parent)){
if((components[i]['name'] != 'maven-parent') || (params.include_maven_parent)){
stage(components[i]['name']) {
appendHeading(components[i]['name'], components[i]['version'],components[i]['gitRepo'], components[i]['commitID'])
createNotes(components[i]['name'], components[i]['gitRepo'],