1

以下のコマンドを使用して、Changelog を 1 つのファイルに取得してワークスペースに保存し、Postbuild アクションとして同じファイルをワークスペースから hockeyapp にアップロードしようとしています。

Changelog=$(curl "${BUILD_URL}api/xml?wrapper=changes&xpath=//changeSet//item//msg" | sed -e "s/</msg>//g; s//\`echo - e '\r'`/g; s/</*changes>//g" ) echo -e "$Changelog" > "${WORKSPACE}/"Changelog-${BUILD_NUMBER}.html

コンソール ログのエラーは次のように表示されます。

Authentication required
<!--
You are authenticated as: anonymous
Groups that you are in:

Permission you need to have (but didn'\''t): hudson.model.Hudson.Read
 ... which is implied by: hudson.security.Permission.GenericRead
 ... which is implied by: hudson.model.Hudson.Administer
-->

誰でもそれを機能させる方法を提案できますか.

4

0 に答える 0