This website requires JavaScript.
Explore
Help
Sign in
SBDevelopment
/
V10Lift
Watch
3
Star
0
Fork
You've already forked V10Lift
0
Code
Issues
11
Pull requests
Releases
Wiki
Activity
Actions
8613920d76
V10Lift
/
Jenkinsfile
12 lines
125 B
Text
Raw
Normal View
History
Unescape
Escape
Added pipline
2020-02-25 14:07:24 +00:00
pipeline {
agent any
stages {
stage('Build') {
steps {
Update Jenkinsfile
2020-02-25 14:10:44 +00:00
echo 'Building V10Lift...'
Added pipline
2020-02-25 14:07:24 +00:00
}
}
}
Update Jenkinsfile
2020-02-25 14:10:44 +00:00
}
Reference in a new issue
Copy permalink