ci: add test user seed variable for e2e

This commit is contained in:
Anton Iakimov 2024-09-05 12:01:45 +02:00
parent e58ae2c213
commit fdb72e6fde
No known key found for this signature in database
1 changed files with 2 additions and 1 deletions

View File

@ -167,7 +167,8 @@ pipeline {
credentialsId: 'test-rail-api-devops',
usernameVariable: 'TESTRAIL_USR',
passwordVariable: 'TESTRAIL_PSW'
)
),
string(credentialsId: 'wallet-test-user-seed', variable: 'WALLET_TEST_USER_SEED')
]) {
/* Keep the --reruns flag first, or it won't work */
sh """