echo test
This commit is contained in:
parent
15178899fe
commit
67760fca55
1 changed files with 2 additions and 0 deletions
|
|
@ -14,4 +14,6 @@ echo -e '
|
|||
"gitBranch":"'${GIT_BRANCH}'",
|
||||
"buildTag":"'${BUILD_TAG}'"
|
||||
}'
|
||||
echo -e ${BuildData}
|
||||
|
||||
echo -e ${BuildData} > "${WORKSPACE}/build_data.conf"
|
||||
Loading…
Reference in a new issue