Skip to content

Can't tell if plugin is invoked #1

@ronopolis

Description

@ronopolis

We have been using the valgrind jenkins plugin for a while. It has worked well. We recently updated our version of valgrind generating .xml files (we are invoking valgrind on Android). We are now having multiple issues, but we can't even seem to get started. We can't tell if (or how) the plugin is invoked.

In an old running job, we would see:

20:08:34 Archiving artifacts
20:08:34 [Valgrind] Files to copy:
20:08:34 [Valgrind] test_job.2481.xml
20:08:34 [Valgrind] test_job.2482.xml
20:08:34 [Valgrind] Copying test_job.2481.xml to /var/lib/jenkins/jobs/Run_valgrind_report/builds/199/valgrind-plugin/valgrind-results/test_job.2481.xml
20:08:34 [Valgrind] Copying test_job.2482.xml to /var/lib/jenkins/jobs/Run_valgrind_report/builds/199/valgrind-plugin/valgrind-results/test_job.2482.xml
20:08:34 [Valgrind] Analysing valgrind results
20:08:34 [Valgrind] workspacePath: /var/lib/jenkins/workspace/Run_valgrind_report/
20:08:34 [Valgrind] Ending the valgrind analysis.
20:08:34 [PostBuildScript] - Execution post build scripts.

But now we see no [Valgrind] output in the console output:

15:10:19 Archiving artifacts
15:10:19 [PostBuildScript] - Execution post build scripts.
15:10:19 [PostBuildScript] Build is not failure : do not execute script

Is there a way to tell if the plugin is being invoked properly? I do not understand how the plugin is invoked, and without being able to add prints of something like that, I can't debug what is going on.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions