Skip to content

Commit

Permalink
Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuchita Khare committed Sep 22, 2023
1 parent d6c6fc2 commit 0ff90a1
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 @@ -102,7 +102,8 @@ pipeline {
withVenv {
dir("doc/python") {
sh "python -m doc_asrc.py"
archiveArtifacts artifacts: "_build", allowEmptyArchive: true
sh "ls -lrt _build/*"
archiveArtifacts artifacts: "_build/**/*", allowEmptyArchive: true
}
}
}
Expand Down

0 comments on commit 0ff90a1

Please sign in to comment.