This commit is contained in:
Vendored
+5
-3
@@ -1,10 +1,12 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Check') {
|
||||
sh 'cargo check'
|
||||
}
|
||||
stage('Check') {
|
||||
steps {
|
||||
sh 'cargo check'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
cleanup {
|
||||
cleanWs()
|
||||
|
||||
Reference in New Issue
Block a user