This website requires JavaScript.
Explore
Help
Register
Sign In
kexsh
/
tuliao_py
Watch
1
Star
0
Fork
0
You've already forked tuliao_py
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1775f98028c88f980e80526af089d50ffdaeef7d
tuliao_py
/
Jenkinsfile
10 lines
153 B
Plaintext
Raw
Normal View
History
Unescape
Escape
jenkinsfile
2025-01-27 15:00:47 +08:00
pipeline {
agent none
2025-01-27 16:09:48 +08:00
agent none
jenkinsfile
2025-01-27 15:00:47 +08:00
stages {
stage('build') {
steps {
sh 'python --version'
}
}
}
}
Reference in New Issue
Copy Permalink