comment out test phase

This commit is contained in:
Jarrad Hope 2017-04-18 21:06:37 +02:00 committed by Roman Volosovskyi
parent c8a3d13ca3
commit d9bef7e77f
1 changed files with 10 additions and 10 deletions

20
Jenkinsfile vendored
View File

@ -40,16 +40,16 @@ node {
apkUrl = 'http://artifacts.status.im:8081/artifactory/pull-requests/' + filename
}
try {
stage('Test (Android)') {
sauce('b9aded57-5cc1-4f6b-b5ea-42d989987852') {
sh 'cd test/appium && mvn -DapkUrl=' + apkUrl + ' test'
saucePublisher()
}
}
} catch(e) {
testPassed = false
}
// try {
// stage('Test (Android)') {
// sauce('b9aded57-5cc1-4f6b-b5ea-42d989987852') {
// sh 'cd test/appium && mvn -DapkUrl=' + apkUrl + ' test'
// saucePublisher()
// }
// }
// } catch(e) {
// testPassed = false
// }
// iOS
stage('Build (iOS)') {