ci: fix nix sandbox filename by adding random string

By using just the timestamp we increase the probability of hitting a
race condition with another build due to same filename of sandbox file.

Depends on: https://github.com/status-im/status-jenkins-lib/pull/40

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-04-26 16:36:44 +04:00
parent d459f6c318
commit 2bab1325d8
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {
agent { label 'linux && x86_64 && nix-2.6' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {
agent { label 'linux' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {
agent { label 'macos && x86_64 && nix-2.6 && xcode-12.5' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {
agent { label params.AGENT_LABEL }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {
agent { label 'macos' }

View File

@ -1,4 +1,4 @@
library 'status-jenkins-lib@v1.4.0'
library 'status-jenkins-lib@v1.4.1'
pipeline {
agent { label 'linux' }