Added git checkout.

This commit is contained in:
Jeff Baskin 2022-03-23 11:17:00 -04:00
parent 0b7c7216d2
commit 8f8b412592
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ servepeline {
stages {
stage('Linux Testing') {
steps {
checkout
sh "cargo test"
}
}