Skip to content
Snippets Groups Projects

Generate ostree static delta for rollback test

Merged Frédéric Dalleau requested to merge wip/fredo/T5682 into apertis/v2019dev0
All threads resolved!
Compare and Show latest version
2 files
+ 1
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -281,7 +281,7 @@ def buildOStreeRollbackDelta(architecture, type, board, debosarguments = "", rep
-t image:${image_name} \
-t message:${release}-${type}-${architecture}-${board}_${PIPELINE_VERSION} \
-t ostree:${repo} \
${WORKSPACE}/${osname}-ostree-commit.yaml""")
${WORKSPACE}/${osname}-ostree-rollback-commit.yaml""")
sh(script: """
cd ${PIPELINE_VERSION}/${architecture}/${type}
Loading