This website requires JavaScript.
Explore
Help
Sign In
MoreThanText
/
testing
Watch
2
Star
0
Fork
0
You've already forked testing
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
main
testing
/
Jenkinsfile
11 lines
118 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
updated jenkinsfile.
2024-07-30 19:35:50 -04:00
pipeline {
agent any
stages {
stage('Example') {
steps {
echo 'hello world'
}
}
Created test.
2024-07-30 19:07:09 -04:00
}
}
Reference in New Issue
Copy Permalink