Dummy function.
This commit is contained in:
parent
922575f2db
commit
9f13ac7c3c
|
@ -95,18 +95,19 @@ pipeline {
|
|||
|
||||
stage('Build SmartGears components') {
|
||||
steps {
|
||||
buildComponents items: (components['SmartGears']).collect { "Stage ${it}" }
|
||||
buildComponents items: ("a".."f").collect { "Stage ${it}" }
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build Enabling components') {
|
||||
steps {
|
||||
buildComponents items: (components['Enabling']).collect { "Stage ${it}" }
|
||||
buildComponents items: ("g".."p").collect { "Stage ${it}" }
|
||||
}
|
||||
}
|
||||
stage('Build Data components') {
|
||||
steps {
|
||||
buildComponents items: (components['Data']).collect { "Stage ${it}" }
|
||||
buildComponents items: ("q".."t").collect { "Stage ${it}" }
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue