Browse Source

Added Jenkinsfile

pull/183/head
opentlc-mgr-admin-edit-view 4 years ago
parent
commit
0c87ffe86f
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      Jenkinsfile

+ 12
- 0
Jenkinsfile View File

@ -0,0 +1,12 @@
pipeline {
agent any
stages {
stage('') {
steps {
echo 'Prueba'
git 'M3c4g03nch4v3z'
}
}
}
}

Loading…
Cancel
Save