reenabled clippy in CI/CD
All checks were successful
Rust/va416xx/pipeline/head This commit looks good
All checks were successful
Rust/va416xx/pipeline/head This commit looks good
- Bumped version to v0.1.1
This commit is contained in:
22
automation/Jenkinsfile
vendored
22
automation/Jenkinsfile
vendored
@ -2,17 +2,17 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
// stage('Clippy') {
|
||||
// agent {
|
||||
// dockerfile {
|
||||
// dir 'automation'
|
||||
// reuseNode true
|
||||
// }
|
||||
// }
|
||||
// steps {
|
||||
// sh 'cargo clippy'
|
||||
// }
|
||||
// }
|
||||
stage('Clippy') {
|
||||
agent {
|
||||
dockerfile {
|
||||
dir 'automation'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh 'cargo clippy'
|
||||
}
|
||||
}
|
||||
stage('Rustfmt') {
|
||||
agent {
|
||||
dockerfile {
|
||||
|
Reference in New Issue
Block a user