This website requires JavaScript.
Explore
Help
Sign In
nathanwoodburn
/
woodburn
Watch
1
Star
0
Fork
0
You've already forked woodburn
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
bb70f69a34
woodburn
/
Jenkinsfile
11 lines
142 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cd: Added init file
2023-07-13 17:19:45 +10:00
pipeline {
agent any
stages {
main: Unminified content
2023-07-13 17:44:04 +10:00
stage('None') {
cd: Added init file
2023-07-13 17:19:45 +10:00
steps {
main: Unminified content
2023-07-13 17:44:04 +10:00
echo "Done"
cd: Added init file
2023-07-13 17:19:45 +10:00
}
}
}
}
Reference in New Issue
Copy Permalink