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
a26dc56b9a
V10Lift
/
Jenkinsfile
12 lines
125 B
Text
Raw
Normal View
History
Unescape
Escape
Added pipline
2020-02-25 15:07:24 +01:00
pipeline {
agent any
stages {
stage('Build') {
steps {
Update Jenkinsfile
2020-02-25 15:10:44 +01:00
echo 'Building V10Lift...'
Added pipline
2020-02-25 15:07:24 +01:00
}
}
}
Update Jenkinsfile
2020-02-25 15:10:44 +01:00
}
Reference in a new issue
Copy permalink