This website requires JavaScript.
Explore
Help
Sign In
status-im
/
nimbus-eth2
mirror of
https://github.com/status-im/nimbus-eth2.git
Watch
2
Star
0
Fork
You've already forked nimbus-eth2
0
Code
Issues
Projects
Releases
Wiki
Activity
897176761d
nimbus-eth2
/
Jenkinsfile
10 lines
104 B
Groovy
Raw
Blame
History
node
(
'linux'
)
{
stage
(
'Clone'
)
{
checkout
scm
}
stage
(
'Build'
)
{
sh
'echo "nproc:"; nproc'
}
}
Reference in New Issue
View Git Blame
Copy Permalink