Browse Source

Added Jenkinsfile

patch-3
Artem Pikulin 7 years ago
parent
commit
de48a33d07
  1. 2
      Jenkinsfile

2
Jenkinsfile

@ -8,7 +8,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
build 'Cmake' sh 'docker run -v .:/home/SuperNET -w /home/SuperNET --rm artempikulin/cmake-ubuntu'
} }
} }
} }

Loading…
Cancel
Save