Skip to content

Commit

Permalink
Revert a few credential ids in Jenkinsfile for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazgolze committed Nov 5, 2019
1 parent e45c749 commit 941018d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Expand Up @@ -82,7 +82,7 @@ pipeline {
script {
// we don't want to fail the build if reporting to coveralls.io fails
try {
withCredentials([string(credentialsId: 'lisk-desktop-coveralls-token', variable: 'COVERALLS_REPO_TOKEN')]) {
withCredentials([string(credentialsId: 'lisk-hub-coveralls-token', variable: 'COVERALLS_REPO_TOKEN')]) {
sh 'cat coverage/jest/lcov.info |coveralls'
}
} catch(err) {
Expand All @@ -101,8 +101,8 @@ pipeline {
branches: [[name: "v${env.LISK_CORE_VERSION}" ]],
userRemoteConfigs: [[url: 'https://github.com/LiskHQ/lisk']]])
}
withCredentials([string(credentialsId: 'lisk-desktop-testnet-passphrase', variable: 'TESTNET_PASSPHRASE')]) {
withCredentials([string(credentialsId: 'lisk-desktop-cypress-record-key', variable: 'CYPRESS_RECORD_KEY')]) {
withCredentials([string(credentialsId: 'lisk-hub-testnet-passphrase', variable: 'TESTNET_PASSPHRASE')]) {
withCredentials([string(credentialsId: 'lisk-hub-cypress-record-key', variable: 'CYPRESS_RECORD_KEY')]) {
ansiColor('xterm') {
wrap([$class: 'Xvfb', parallelBuild: true, autoDisplayName: true]) {
githubNotify context: 'Jenkins e2e tests',
Expand Down

0 comments on commit 941018d

Please sign in to comment.