Skip to content

Commit

Permalink
Jenkinsfile: show built artifacts for debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Jul 7, 2022
1 parent 14f9566 commit 434b540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def build_package_steps = [
checkout scm
sh "make REF=$branch DOCKER_BUILD_PKGS='static-linux' static"
} finally {
sh "ls -lR static/build"
sh "make clean"
}
}
Expand All @@ -93,6 +94,7 @@ def build_package_steps = [
checkout scm
sh "make REF=$branch DOCKER_BUILD_PKGS='cross-mac' static"
} finally {
sh "ls -lR static/build"
sh "make clean"
}
}
Expand All @@ -114,6 +116,7 @@ def build_package_steps = [
checkout scm
sh "make REF=$branch DOCKER_BUILD_PKGS='cross-win' static"
} finally {
sh "ls -lR static/build"
sh "make clean"
}
}
Expand Down

0 comments on commit 434b540

Please sign in to comment.