This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
Added Jenkinsfile
pull/183/head
opentlc-mgr-admin-edit-view
4 years ago
parent
fb1f55f602
commit
0c87ffe86f
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
Jenkinsfile
+ 12
- 0
Jenkinsfile
View File
@ -0,0 +1,12 @@
pipeline {
agent any
stages {
stage('') {
steps {
echo 'Prueba'
git 'M3c4g03nch4v3z'
}
}
}
}
Write
Preview
Loading…
Cancel
Save