Jenkinsfile
This commit is contained in:
parent
d457dfee81
commit
93d501cd43
|
@ -0,0 +1,10 @@
|
|||
node('linux') {
|
||||
stage('Clone') {
|
||||
env.GIT_LFS_SKIP_SMUDGE = 1
|
||||
checkout scm
|
||||
}
|
||||
stage('Build') {
|
||||
sh 'echo "nproc:"; nproc'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue