Browse Source

Added Jenkinsfile

patch-3
Artem Pikulin 7 years ago
parent
commit
984ccb533a
  1. 7
      Jenkinsfile

7
Jenkinsfile

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

Loading…
Cancel
Save