Skip to content
Snippets Groups Projects
Commit fa51209f authored by Leonard Penzer's avatar Leonard Penzer
Browse files

Output generated files using find shell command

parent 2b3694eb
Branches
Tags
No related merge requests found
......@@ -58,6 +58,8 @@ def buildArch(archs) {
}
}
allArchs << "${STAGE_NAME}"
sh "find output/images"
sh "find output/packages"
stash name: "${STAGE_NAME}", includes: "output/images/*/*, output/packages/*/*/*/*"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment