Skip to content

Commit

Permalink
stash.
Browse files Browse the repository at this point in the history
  • Loading branch information
trivialfis committed Apr 15, 2020
1 parent 375fefb commit a68bb7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ def BuildCPU() {
${docker_extra_params} ${dockerRun} ${container_type} ${docker_binary} build/testxgboost
"""

stash name: 'xgboost_cli', includes: 'xgboost'
deleteDir()
}
}
Expand Down Expand Up @@ -282,6 +283,7 @@ def TestPythonCPU() {
node('linux && cpu') {
unstash name: 'xgboost_whl_cuda9'
unstash name: 'srcs'
unstash name: 'xgboost_cli'
echo "Test Python CPU"
def container_type = "cpu"
def docker_binary = "docker"
Expand Down

0 comments on commit a68bb7a

Please sign in to comment.