added test stage in jenkinsfile
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/head There was a failure building this commit
This commit is contained in:
Vendored
+11
@@ -24,6 +24,17 @@ pipeline {
|
||||
sh 'cargo fmt'
|
||||
}
|
||||
}
|
||||
stage('Test') {
|
||||
agent {
|
||||
dockerfile {
|
||||
dir 'automation'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'cargo check'
|
||||
}
|
||||
}
|
||||
stage('Check') {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
||||
Reference in New Issue
Block a user