Skip to content

Commit 531a7c2

Browse files
authored
ci: update NIM_COMMIT value for dedicated job (#7050)
Signed-off-by: Jakub Sokołowski <[email protected]>
1 parent 9526ef5 commit 531a7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env groovy
22
/* beacon_chain
3-
* Copyright (c) 2019-2024 Status Research & Development GmbH
3+
* Copyright (c) 2019-2025 Status Research & Development GmbH
44
* Licensed and distributed under either of
55
* * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
66
* * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).
@@ -187,5 +187,5 @@ def getAgentLabel() {
187187
}
188188

189189
def nimCommitForJob() {
190-
return JOB_NAME.contains('nimv2') ? 'v2.0.6' : ''
190+
return JOB_NAME.contains('nimv2_2') ? 'upstream/version-2-2' : ''
191191
}

0 commit comments

Comments
 (0)