fix_: Jenkinsfile
This commit is contained in:
parent
e26d13ab45
commit
a7466f5644
|
@ -41,18 +41,16 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('RPC Tests') {
|
||||
withCredentials([
|
||||
string(
|
||||
credentialsId: 'codeclimate-test-reporter-id',
|
||||
variable: 'CC_TEST_REPORTER_ID'
|
||||
),
|
||||
string(
|
||||
credentialsId: 'codecov-repository-upload-token',
|
||||
variable: 'CODECOV_TOKEN'
|
||||
),
|
||||
]) {
|
||||
nix.shell('make run-integration-tests', pure: false)
|
||||
}
|
||||
steps { script {
|
||||
withCredentials([
|
||||
string(
|
||||
credentialsId: 'codecov-repository-upload-token',
|
||||
variable: 'CODECOV_TOKEN'
|
||||
),
|
||||
]) {
|
||||
nix.shell('make run-integration-tests', pure: false)
|
||||
}
|
||||
} }
|
||||
}
|
||||
} // stages
|
||||
|
||||
|
|
Loading…
Reference in New Issue