svn info Path: . URL: svn://xyz-repo/svn/ccsmp/branches/features/cre40_jenkins Repository Root: svn://xyz-repo/svn/ccsmp Repository UUID: 5de8f2f4-0d3b-0410-8f2c-d418a2640d16 Revision: 23430
def BRANCH_NAME = sh(script: " svn info | grep -Po 'Relative URL: \\^/\\K.*' ", returnStdout: true , trim: true)
svn info | awk 'BEGIN {FS="/"} /^URL:/ {print $6 "/" $7 "/" $8}'
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)