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
05a2db77dbc8019832c861902bb24dc1a9e18e64
tuliao_py
/
Jenkinsfile
10 lines
152 B
Plaintext
Raw
Normal View
History
Unescape
Escape
jenkinsfile
2025-01-27 15:00:47 +08:00
pipeline {
agent any
2025-01-27 16:46:20 +08:00
agent any
jenkinsfile
2025-01-27 15:00:47 +08:00
stages {
stage('build') {
steps {
sh 'python --version'
}
}
}
}
Reference in New Issue
Copy Permalink