提交 d4d72e3c 编写于 作者: K kohsuke

modified to also post the source bundle due to a request from Gentoo portage maintainer


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1292 71c3de6d-444a-0410-be80-ed276b4c234a
上级 93cfec41
......@@ -6,7 +6,8 @@
# this script is to be run after release:perform runs successfully
id=$(show-pom-version target/checkout/pom.xml)
#./publish-javadoc.sh
jnupload hudson /releases/$id "`date +"%Y/%m/%d"` release" Stable target/checkout/war/target/hudson.war
javanettasks uploadFile hudson /releases/$id "`date +"%Y/%m/%d"` release" Stable target/checkout/war/target/hudson.war
javanettasks uploadFile hudson /releases/source-bundles/$id "`date +"%Y/%m/%d"` release" Stable target/checkout/target/hudson-1.66-src.zip
javanettasks announce hudson "Hudson $id released" << EOF
See <a href="https://hudson.dev.java.net/changelog.html">the changelog</a> for details.
EOF
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册