Added git checkout.
This commit is contained in:
parent
0b7c7216d2
commit
8f8b412592
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,6 +4,7 @@ servepeline {
|
||||
stages {
|
||||
stage('Linux Testing') {
|
||||
steps {
|
||||
checkout
|
||||
sh "cargo test"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user