This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
oalegria182
/
devopse1d4
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
oalegria182
1 month ago
commit
6f9192fb36
1 changed files
with
11 additions
and
0 deletions
Unified View
Show Diff Stats
11
0
Jenkinsfile
+ 11
- 0
Jenkinsfile
View File
pipeline {
agent any
stages {
stage('Test') {
steps {
echo 'Hello OA'
}
}
}
}
Write
Preview
Loading…
Cancel
Save