Merge "Add md5 checksum to groups tarball publisher"
This commit is contained in:
commit
2054b3e3cd
@ -49,6 +49,11 @@
|
||||
tar -czf groups-$PROJECT_VER.tar.gz dist/
|
||||
cp groups-$PROJECT_VER.tar.gz tarballs/groups-latest.tar.gz
|
||||
mv groups-$PROJECT_VER.tar.gz tarballs/
|
||||
# generate md5 checksums
|
||||
cd tarballs
|
||||
md5sum groups-$PROJECT_VER.tar.gz > groups-$PROJECT_VER.md5
|
||||
sed s/$PROJECT_VER/latest/g groups-$PROJECT_VER.md5 > groups-latest.md5
|
||||
cd ..
|
||||
publishers:
|
||||
- console-log
|
||||
- coverage-log
|
||||
@ -63,3 +68,7 @@
|
||||
source: 'tarballs/*.tar.gz'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: false
|
||||
- target: 'tarballs/groups/'
|
||||
source: 'tarballs/*.md5'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user