Skip to content

Commit

Permalink
:bowtie: update lisk core version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiklimenok committed Nov 20, 2019
1 parent 6650957 commit 0d48a3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Expand Up @@ -7,7 +7,7 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '168', artifactNumToKeepStr: '5'))
}
environment {
LISK_CORE_VERSION = '1.5.0'
LISK_CORE_VERSION = '2.1.3'
}
parameters {
booleanParam(name: 'SKIP_PERCY', defaultValue: false, description: 'Skip running percy.')
Expand Down Expand Up @@ -98,8 +98,8 @@ pipeline {
status: 'PENDING'
dir('lisk') {
checkout([$class: 'GitSCM',
branches: [[name: "v${env.LISK_CORE_VERSION}" ]],
userRemoteConfigs: [[url: 'https://github.com/LiskHQ/lisk']]])
tags: [[name: "v${env.LISK_CORE_VERSION}" ]],
userRemoteConfigs: [[url: 'https://github.com/LiskHQ/lisk-core']]])
}
withCredentials([string(credentialsId: 'lisk-hub-testnet-passphrase', variable: 'TESTNET_PASSPHRASE')]) {
withCredentials([string(credentialsId: 'lisk-hub-cypress-record-key', variable: 'CYPRESS_RECORD_KEY')]) {
Expand Down

0 comments on commit 0d48a3f

Please sign in to comment.