I\'m trying to use DSL pipelines in Jenkins. I thought it\'d be nice if I could use the project name as part of my script.
git credentialsId: \'ffffffff-ffff
All environment variables are accessible using env, e.g. ${env.JOB_NAME}.
env
${env.JOB_NAME}