Skip to content

Commit

Permalink
fix: update jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Jan 22, 2024
1 parent c8a9e46 commit 0a8fc46
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
Expand Up @@ -14,7 +14,7 @@ pipeline {
disableConcurrentBuilds(abortPrevious: true)
}
parameters {
string( name: 'VEGA_VERSION', defaultValue: '8c0829f925fc4b39f3e2f84fbe068f501df4d729',
string( name: 'VEGA_VERSION', defaultValue: '4dfd3a5b0676dfef78e309ea16c00cb21ff245b5',
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')
Expand Down

0 comments on commit 0a8fc46

Please sign in to comment.