Browse Source

Added Jenkinsfile

patch-3
Artem Pikulin 7 years ago
parent
commit
59a2763fef
  1. 1
      Jenkinsfile

1
Jenkinsfile

@ -2,7 +2,6 @@ pipeline {
agent { agent {
docker { docker {
image 'artempikulin/cmake-ubuntu' image 'artempikulin/cmake-ubuntu'
args '-v .:/home/SuperNET -w /home/SuperNET'
} }
} }

Loading…
Cancel
Save