disable testing
This commit is contained in:
@@ -43,11 +43,11 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
stage('msys2_test') {
|
||||
steps {
|
||||
script { retryWithBackoff(2, 5) { bat 'scripts\\run_tests.cmd' } }
|
||||
}
|
||||
}
|
||||
// stage('msys2_test') {
|
||||
// steps {
|
||||
// script { retryWithBackoff(2, 5) { bat 'scripts\\run_tests.cmd' } }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user