Implement fully automated Jenkins HW8 setup with Ansible, JCasC and JJB
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
---
|
||||
- job:
|
||||
name: qa-mobile-appium-tests
|
||||
description: "Appium mobile тесты (hw7) с автоскачиванием APK через APP_URL."
|
||||
project-type: pipeline
|
||||
concurrent: true
|
||||
sandbox: true
|
||||
properties:
|
||||
- build-discarder:
|
||||
num-to-keep: 30
|
||||
parameters:
|
||||
- string:
|
||||
name: APP_URL
|
||||
default: http://wiremock:8080/wishlist.apk
|
||||
description: "URL APK для автоскачивания (capability app)"
|
||||
- string:
|
||||
name: DB_URL
|
||||
default: jdbc:postgresql://sql.otus.kartushin.su:5432/wishlist
|
||||
description: "JDBC URL"
|
||||
- string:
|
||||
name: DB_USER
|
||||
default: student
|
||||
description: "DB user"
|
||||
- string:
|
||||
name: DB_PASSWORD
|
||||
default: "student"
|
||||
description: "DB password"
|
||||
- string:
|
||||
name: WISHLISTS_USERNAME
|
||||
default: user1us
|
||||
- string:
|
||||
name: WISHLISTS_PASSWORD
|
||||
default: user1us
|
||||
- string:
|
||||
name: GIFTS_USERNAME
|
||||
default: user2us
|
||||
- string:
|
||||
name: GIFTS_PASSWORD
|
||||
default: user2us
|
||||
- string:
|
||||
name: RESERVATION_USERNAME
|
||||
default: user3us
|
||||
- string:
|
||||
name: RESERVATION_PASSWORD
|
||||
default: user3us
|
||||
- string:
|
||||
name: RESERVATION_OWNER
|
||||
default: user4us
|
||||
dsl: !include-raw-verbatim: ../scripts/qa-mobile-appium-tests.groovy
|
||||
Reference in New Issue
Block a user