Artem Pikulin
7 years ago
1 changed files with 16 additions and 0 deletions
@ -0,0 +1,16 @@ |
|||||
|
pipeline { |
||||
|
agent { |
||||
|
docker { |
||||
|
image 'artempikulin/cmake-ubuntu' |
||||
|
args '-v .:/home/SuperNET -w /home/SuperNET' |
||||
|
} |
||||
|
|
||||
|
} |
||||
|
stages { |
||||
|
stage('Build') { |
||||
|
steps { |
||||
|
build 'Cmake' |
||||
|
} |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue