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 02c24cb commit 595b0eeCopy full SHA for 595b0ee
Jenkinsfile
@@ -72,6 +72,7 @@ def build_package_steps = [
72
checkout scm
73
sh "make REF=$branch DOCKER_BUILD_PKGS='static-linux' static"
74
} finally {
75
+ sh "ls -lR static/build"
76
sh "make clean"
77
}
78
@@ -93,6 +94,7 @@ def build_package_steps = [
93
94
95
sh "make REF=$branch DOCKER_BUILD_PKGS='cross-mac' static"
96
97
98
99
100
@@ -114,6 +116,7 @@ def build_package_steps = [
114
116
115
117
sh "make REF=$branch DOCKER_BUILD_PKGS='cross-win' static"
118
119
120
121
122
0 commit comments