This website requires JavaScript.
Explore
Help
Register
Sign In
big-data
/
redis_study
Watch
1
Star
0
Fork
0
You've already forked redis_study
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
17aa68950e
redis_study
/
Jenkinsfile
13 lines
172 B
Plaintext
Raw
Normal View
History
Unescape
Escape
添加Jenkinsfile
2020-09-12 02:06:13 +00:00
pipeline {
agent any
stages {
stage('Build') {
steps {
Update 'Jenkinsfile'
2020-09-12 02:16:19 +00:00
sh 'printenv'
Update 'Jenkinsfile'
2020-09-12 02:18:07 +00:00
sh 'make'
添加Jenkinsfile
2020-09-12 02:06:13 +00:00
}
}
}
}
Reference in New Issue
Copy Permalink