Skip to content

Commit

Permalink
u1
Browse files Browse the repository at this point in the history
  • Loading branch information
saledjenic committed Sep 5, 2024
1 parent 2ae40f8 commit a34efcd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _assets/ci/Jenkinsfile.tests-anvil
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ pipeline {
environment {
PLATFORM = 'tests-anvil'
PKG_URL = "${currentBuild.absoluteUrl}/consoleText"

DB_CONT = "status-go-test-db-${env.EXECUTOR_NUMBER.toInteger() + 1}"
DB_PORT = "${5432 + env.EXECUTOR_NUMBER.toInteger()}"
TMPDIR = "${WORKSPACE_TMP}"
GOPATH = "${WORKSPACE_TMP}/go"
GOCACHE = "${WORKSPACE_TMP}/gocache"
PATH = "${PATH}:${GOPATH}/bin"
REPO_SRC = "${GOPATH}/src/github.com/status-im/status-go"
BASE_BRANCH = "${env.CHANGE_TARGET}"
}

stages {
Expand Down

0 comments on commit a34efcd

Please sign in to comment.