We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2fb8f commit 6efd688Copy full SHA for 6efd688
jenkins/createArmhfMuslGcc.groovy
@@ -13,7 +13,7 @@ def call(jenkins) {
13
make install
14
"""
15
16
- tar(file = "arm-linux-musleabifh-cross.tar.gz", compress = true, dir = 'output', archive = true)
+ tar(file: 'arm-linux-musleabifh-cross.tar.gz', compress: true, dir: 'output', archive: true)
17
}
18
19
return createStage(name, options, action)
0 commit comments