Hi All ,
I am using jenkins shared library framework , where i have requirement to
publish unit test results upon completion of stage.
i have written logic for publishing result to database in java file called
JenkinsUtil.java which contains different static method to push results to
database.
I
Hi Basanta ,
you can try custom implementation for parallal stage something like below.
def parallelConverge(instanceNames, targets, runPhase, customParam) {
def parallelNodes = [:]
for (instance in instanceNames) {
def moduleName = instance
else {
parallelNodes
Hi All,
i am trying to call job from another job and able to do it by following
below instructions .
https://jenkins.io/doc/pipeline/steps/pipeline-build-step/
But I am not able to see stages executed under called job.
how do we enable stages of called job to be displayed under build job stage
?