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
3b92f89aba
redis_study
/
Jenkinsfile
12 lines
151 B
Plaintext
Raw
Normal View
History
Unescape
Escape
添加Jenkinsfile
2020-09-12 02:06:13 +00:00
pipeline {
agent any
stages {
stage('Build') {
steps {
添加Jenkinsfile
2020-09-12 03:27:21 +00:00
sh 'bash build.sh'
添加Jenkinsfile
2020-09-12 02:06:13 +00:00
}
}
}
}
Reference in New Issue
Copy Permalink