Seem like the pipeline output cannot be parsed by the console log parser
(he don't see them inside the node, some flushing or redirection is not
properly done).
so I'm move back to Python and did a simple script invoke with batch (this
work):
bat "\"${bcad.python_2_exe}\"
\"${env.JENKINS_HOME}\\custom_scripts\\FilesInspection.py\" -e -s.
-f\".*\\.vcxproj\$\" -g -a\"external\" -c\"<Optimization\""
I'm looking for a way to make multiple console parse with different
parameters, I wish I could give it a named for link and have separated
results so user known what is where (they are in differrent stage too).
step([$class: 'LogParserPublisher', parsingRulesPath:
"${env.JENKINS_HOME}\\console_parse\\CppInspection.txt", useProjectRule:
false, failBuildOnError: true]);
step([$class: 'LogParserPublisher', parsingRulesPath:
"${env.JENKINS_HOME}\\console_parse\\QmlInspection.txt", useProjectRule:
false, failBuildOnError: false]);
right now it doesn't work, I see 2 menu entry but both are pointing to the
same data (the last seen). I will merge them fro now, but would really
like to be able to separate this.
--
You received this message because you are subscribed to the Google Groups
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-users/36db0ba1-216b-44eb-ad6a-390d1972ae00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.