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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment