Skip to content

Commit

Permalink
Merge pull request #412 from xross/ziptest
Browse files Browse the repository at this point in the history
Ensure lib_ directory is in sw zip
  • Loading branch information
xross authored Oct 30, 2024
2 parents f72cf7c + baaa7a8 commit 5c6d4fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def clone_test_deps() {

def archiveLib(String repoName) {
sh "git -C ${repoName} clean -xdf"
zip zipFile: "${repoName}_sw.zip", dir: "${repoName}", archive: true, defaultExcludes: false
sh "zip ${repoName}_sw.zip -r ${repoName}"
archiveArtifacts artifacts: "${repoName}_sw.zip", allowEmptyArchive: false
}

getApproval()
Expand Down

0 comments on commit 5c6d4fe

Please sign in to comment.