Skip to content

Commit 727e72b

Browse files
committed
ci: test build in docker container
1 parent 92defe0 commit 727e72b

31 files changed

+31
-31
lines changed

ci/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ library '[email protected]'
1010

1111
pipeline {
1212
/* This way we run the same Jenkinsfile on different platforms. */
13-
agent { label params.AGENT_LABEL }
13+
agent { label "container" }
1414

1515
parameters {
1616
string(

ci/nix.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ library '[email protected]'
1010

1111
pipeline {
1212
/* This way we run the same Jenkinsfile on different platforms. */
13-
agent { label params.AGENT_LABEL }
13+
agent { label "container" }
1414

1515
parameters {
1616
string(

vendor/holesky

vendor/mainnet

vendor/nim-chronicles

vendor/nim-eth

Submodule nim-eth updated 53 files

vendor/nim-eth2-scenarios

0 commit comments

Comments
 (0)