mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-04 18:54:56 +00:00
10 lines
104 B
Plaintext
10 lines
104 B
Plaintext
|
node('linux') {
|
||
|
stage('Clone') {
|
||
|
checkout scm
|
||
|
}
|
||
|
stage('Build') {
|
||
|
sh 'echo "nproc:"; nproc'
|
||
|
}
|
||
|
}
|
||
|
|