Junit test results graph is not shown in Scripted pipeline run

2018-05-28 Thread gsekhar73
Hi, I am working with scripted pipelines in which we need to publish the test results, Below is my code snippet for Junit tests, *stage(‘Post’) {* *step([$class: 'JUnitResultArchiver', testResults: nosetests.xml'])* *}* This records tests results and adds summary to

Re: parallel stages using multiple pod (with Kubernetes plugin)

2018-05-28 Thread Hokwang
Hello. Carlos, Anyway, What do you think about all of agent definition write upper side in Jenkinsfile. Here in this case, I need below pipeline. what is the proper location of agent syntax. pipeline { stages{ parallel { stages { stage('A - sync') { agent('1st pod')