Обновить Jenkinsfile
This commit is contained in:
Vendored
+10
-10
@@ -76,16 +76,16 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage('Tests') {
|
// stage('Tests') {
|
||||||
steps {
|
// steps {
|
||||||
sh 'flutter test --concurrency=1'
|
// sh 'flutter test --concurrency=1'
|
||||||
}
|
// }
|
||||||
post {
|
// post {
|
||||||
always {
|
// always {
|
||||||
junit allowEmptyResults: true, testResults: '**/test-results/*.xml'
|
// junit allowEmptyResults: true, testResults: '**/test-results/*.xml'
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
// stage('Build Android') {
|
// stage('Build Android') {
|
||||||
// when {
|
// when {
|
||||||
|
|||||||
Reference in New Issue
Block a user