Skip to content
Snippets Groups Projects
Commit ae61a89d authored by Mike Marchetti's avatar Mike Marchetti
Browse files

use docker container for archiving


Signed-off-by: default avatarMike Marchetti <mmarchetti@sandvine.com>
parent 0d2a2dbc
No related branches found
Tags v1.0.0
No related merge requests found
......@@ -32,7 +32,7 @@ fi
rm -rf $PKG_DIR
rm -f *.orig.tar.xz
rm -f *.deb
rm $DEB_INSTALL
rm -f $DEB_INSTALL
mkdir -p $PKG_DIR
for dir in $PKG_DIRECTORIES; do
......
......@@ -59,9 +59,6 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa
stage('Build') {
sh(returnStdout:true, script: 'devops-stages/stage-build.sh').trim()
}
}
stage('Archive') {
sh "mkdir -p changelog"
sh "devops/tools/generatechangelog-pipeline.sh > changelog/changelog-${mdg}.html"
sh(returnStdout:true, script: 'devops-stages/stage-archive.sh').trim()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment