We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9507983 commit 446089fCopy full SHA for 446089f
_assets/ci/Jenkinsfile.tests
@@ -133,8 +133,7 @@ pipeline {
133
environment {
134
TEST_POSTGRES_PORT = "${env.DB_PORT}"
135
NWAKU_REST_PORT = "${env.NWAKU_REST_PORT}"
136
- NIM_SDS_HEADER_PATH = "${REPO_SRC}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/library/"
137
- NIM_SDS_LIB_PATH = "${REPO_SRC}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/"
+ LD_LIBRARY_PATH = "${env.WORKSPACE}/vendor/github.com/waku-org/sds-go-bindings/third_party/nim-sds/build/":"${env.LD_LIBRARY_PATH}"
138
}
139
steps { script {
140
def ipAddress = sh(script: "hostname -I | awk '{print \$1}'", returnStdout: true).trim()
0 commit comments