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