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
1c5fed5f7dfbc81d008bd1ec14c9bff6797c4804
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 any
2025-01-27 16:46:20 +08:00
agent any
jenkinsfile
2025-01-27 15:00:47 +08:00
stages {
stage('build') {
steps {
python3
2025-01-27 16:48:01 +08:00
sh 'python3 --version'
jenkinsfile
2025-01-27 15:00:47 +08:00
}
}
}
}
Reference in New Issue
Copy Permalink