This website requires JavaScript.
Explore
Help
Sign in
ryuslash
/
blog
Watch
1
Star
0
Fork
You've already forked blog
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
cea27dea01
blog
/
Jenkinsfile
12 lines
162 B
Text
Raw
Normal View
History
Unescape
Escape
Add Dockerfile and Jenkinsfile This is the first step in improving my coleslaw builds. For this commit the only thing that it does is build the project into a staging directory.
2020-12-28 02:05:58 +01:00
pipeline {
agent { dockerfile true }
stages {
stage('Build') {
steps {
Use quotes
2020-12-28 10:28:35 +01:00
sh "coleslaw"
Add Dockerfile and Jenkinsfile This is the first step in improving my coleslaw builds. For this commit the only thing that it does is build the project into a staging directory.
2020-12-28 02:05:58 +01:00
}
}
}
}
Reference in a new issue
Copy permalink