Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update Jenkinsfile
Browse files Browse the repository at this point in the history
cdummett committed Nov 16, 2023
1 parent ef7e854 commit 1664965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ pipeline {
disableConcurrentBuilds(abortPrevious: true)
}
parameters {
string( name: 'VEGA_VERSION', defaultValue: '1debd1d75d26aba9699890cecb09feca5258b3c8',
string( name: 'VEGA_VERSION', defaultValue: 'feat-9935',
description: 'Git branch, tag or hash of the vegaprotocol/vega repository')
string( name: 'VEGACAPSULE_VERSION', defaultValue: 'main',
description: 'Git branch, tag or hash of the vegaprotocol/vegacapsule repository')

0 comments on commit 1664965

Please sign in to comment.