Browse Source

Add Jenkinsfile

pull/2/head
10sr 5 years ago
parent
commit
9468166c08
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      Jenkinsfile

+ 11
- 0
Jenkinsfile View File

@@ -0,0 +1,11 @@
pipeline {
agent any

stages {
stage('truestage') {
steps {
echo 'true'
}
}
}
}

Loading…
Cancel
Save