1
0
Fork 0

add jenkins

master
Rostyslav Hnatyshyn 2 years ago
parent 1969a94119
commit 2fee11ebe7
  1. 11
      Jenkinsfile

11
Jenkinsfile vendored

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('Do nothing') {
steps {
sh '/bin/true'
}
}
}
}
Loading…
Cancel
Save