How to use Build User Vars Plugin with Pipeline?

Article ID:226287607
1 minute readKnowledge base

Issue

How do I access variables provided by Build User Vars Plugin in Pipeline jobs.

Environment

Resolution

Example:

wrap([$class: 'BuildUser']) {
 // https://plugins.jenkins.io/build-user-vars-plugin/ variables available inside this block

  sh 'echo ${BUILD_USER}'
}

NOTE: Requires version 1.5 of Build User Vars Plugin

This article is part of our Knowledge Base and is provided for guidance-based purposes only. The solutions or workarounds described here are not officially supported by CloudBees and may not be applicable in all environments. Use at your own discretion, and test changes in a safe environment before applying them to production systems.