update names and format of e2e job arguments
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6d63663d11
commit
d0e72ddb05
|
@ -215,7 +215,7 @@ async function processPullRequest (context, robot, prInfo, fullJobName) {
|
|||
}
|
||||
|
||||
try {
|
||||
const args = { parameters: { pr_id: prInfo.number, apk: `--apk=${prInfo.number}.apk` } }
|
||||
const args = { parameters: { PR_ID: prInfo.number, APK_NAME: `${prInfo.number}.apk` } }
|
||||
|
||||
if (process.env.DRY_RUN) {
|
||||
robot.log(`${botName} - Would start ${fullJobName} job in Jenkins`, prInfo, args)
|
||||
|
|
Loading…
Reference in New Issue