Browse Source

Added Jenkinsfile

patch-3
Artem Pikulin 7 years ago
parent
commit
6887732a65
  1. 7
      Jenkinsfile

7
Jenkinsfile

@ -1,10 +1,5 @@
pipeline {
agent {
docker {
image 'artempikulin/cmake-ubuntu'
}
}
agent none
stages {
stage('Build') {
steps {

Loading…
Cancel
Save