Adds a C++ utility for filling a hard drive via block device
This commit is contained in:
parent
03e2cd1bc6
commit
1bf7da7479
5 changed files with 198 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -28,6 +28,7 @@ pipeline {
|
|||
archiveArtifacts artifacts: "dart/out/*", fingerprint: true
|
||||
archiveArtifacts artifacts: "cpp/build/vsleep-cpp", fingerprint: true
|
||||
archiveArtifacts artifacts: "cpp/build/pause-cpp", fingerprint: true
|
||||
archiveArtifacts artifacts: "cpp/build/filldisk-cpp", fingerprint: true
|
||||
cleanWs()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue