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