Skip to content

Commit babeb20

Browse files
committed
archive the result
1 parent b6fc552 commit babeb20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jenkins/createArmhfMuslGcc.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ def call(jenkins) {
1212
make -j4
1313
make install
1414
"""
15+
16+
tar(file = "arm-linux-musleabifh-cross.tar.gz", compress = true, dir: 'output', archive = true)
1517
}
1618

1719
return createStage(name, options, action)

0 commit comments

Comments
 (0)