情報

アプリケーション連携

Apache用の設定

<Location /jenkins>
   ProxyPass http://localhost:8080/jenkins
   ProxyPassReverse http://localhost:8080/jenkins
</Location>

プロジェクト

Macのサイトバックアップ

src_path=/Users/foo/Sites
dst_archive=Sites_$BUILD_ID.zip
ditto -v -c -k --keepParent $src_path $dst_archive
find . -type f -name "Sites_*" -mtime +8 -exec rm -f {} \;

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS