This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
devopsa370
/
DEVOPSA370-cicd-lab
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added Jenkinsfile
master
DEVOPSA370
1 year ago
parent
d0400227f2
commit
56400ce25b
1 changed files
with
11 additions
and
0 deletions
Split View
Show Diff Stats
11
0
Jenkinsfile
+ 11
- 0
Jenkinsfile
View File
@@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage('test') {
steps {
echo 'hello devops world'
}
}
}
}
Write
Preview
Loading…
Cancel
Save