Skip to content

Commit

Permalink
ci_: enable access to proxy creds
Browse files Browse the repository at this point in the history
  • Loading branch information
mendelskiv93 committed Dec 16, 2024
1 parent ee14490 commit 5c20969
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _assets/ci/Jenkinsfile.tests-rpc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ pipeline {
credentialsId: 'codecov-repository-upload-token',
variable: 'CODECOV_TOKEN'
),
usernamePassword(
credentialsId: "api-proxy-devel",
usernameVariable: 'STATUS_BUILD_PROXY_USER',
passwordVariable: 'STATUS_BUILD_PROXY_PASSWORD'
),
]) {
nix.shell('make test-functional', pure: false)
}
Expand Down

0 comments on commit 5c20969

Please sign in to comment.