Browse Source

Added Jenkinsfile

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

2
Jenkinsfile

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

Loading…
Cancel
Save