Commit fcca724e authored by Dominik Charousset's avatar Dominik Charousset

Fix artifact generation

parent 5790f10a
......@@ -184,12 +184,14 @@ def buildSteps(buildType, cmakeArgs, buildId) {
echo "build stage: $STAGE_NAME"
deleteDir()
echo "get latest CAF master build for $buildId"
dir('caf-import') {
copyArtifacts([
filter: "${buildId}.zip",
projectName: 'CAF/actor-framework/master/',
])
}
unzip([
zipFile: "${buildId}.zip",
zipFile: "caf-import/${buildId}.zip",
dir: buildId,
quiet: true,
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment