mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 18:25:33 +00:00
parent
b78d158a4b
commit
7936547288
@ -61,9 +61,13 @@ pipeline {
|
||||
linux_e2e = jenkins.Build('status-desktop/systems/linux/x86_64/tests-e2e-old')
|
||||
} } }
|
||||
stage('Linux/E2E/new') { steps { script {
|
||||
def timeStamp = Calendar.getInstance().getTime().format('dd.MM.YYY',TimeZone.getTimeZone('CST'))
|
||||
linux_e2e = build(
|
||||
job: 'status-desktop/systems/linux/x86_64/tests-e2e-new',
|
||||
parameters: jenkins.mapToParams([BUILD_SOURCE: linux_x86_64.fullProjectName]),
|
||||
parameters: jenkins.mapToParams([
|
||||
BUILD_SOURCE: linux_x86_64.fullProjectName,
|
||||
TESTRAIL_RUN_NAME: "Nightly regression ${timeStamp}"
|
||||
]),
|
||||
)
|
||||
} } }
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user