We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9526ef5 commit 531a7c2Copy full SHA for 531a7c2
ci/Jenkinsfile
@@ -1,6 +1,6 @@
1
#!/usr/bin/env groovy
2
/* beacon_chain
3
- * Copyright (c) 2019-2024 Status Research & Development GmbH
+ * Copyright (c) 2019-2025 Status Research & Development GmbH
4
* Licensed and distributed under either of
5
* * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
6
* * 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() {
187
}
188
189
def nimCommitForJob() {
190
- return JOB_NAME.contains('nimv2') ? 'v2.0.6' : ''
+ return JOB_NAME.contains('nimv2_2') ? 'upstream/version-2-2' : ''
191
0 commit comments