[go: nahoru, domu]

Skip to content

Commit

Permalink
Update Jenkinsfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeckman314 committed Jul 17, 2019
1 parent 94598f3 commit b03085c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ JEKYLL = "/usr/local/bin/jekyll"

node {
stage('Update') {
git url: "https://git.liambeckman.com/cgit/website/"
sh "echo pwd; pwd"
sh "echo whoami; whoami"
// git url: "https://git.liambeckman.com/cgit/website/"
sh "git clean -fdx"
}
stage('Build') {
sh "echo pwd; pwd"
sh "echo whoami; whoami"
sh "$BUNDLE install"
sh "$BUNDLE exec $JEKYLL build --incremental --source . --destination $PUBLIC_WWW"
}
Expand Down

0 comments on commit b03085c

Please sign in to comment.