Jenkinsfile: Stop running "cargo" checks on master

These checks are now handled via GitHub actions.

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-08-13 13:35:00 +01:00 committed by Sebastien Boeuf
parent bf4051665c
commit cf1a1ac6cf

5
Jenkinsfile vendored
View File

@ -32,11 +32,6 @@ pipeline{
checkout scm
}
}
stage ('Run Cargo tests') {
steps {
sh "scripts/dev_cli.sh tests --cargo"
}
}
stage ('Run OpenAPI tests') {
steps {
sh "scripts/run_openapi_tests.sh"