Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
daas
jwt-tokenissuer
Commits
49bb0ebb
Commit
49bb0ebb
authored
May 02, 2017
by
Morten Knutsen
Committed by
GitHub
May 02, 2017
Browse files
Jenkinsfile: Clean glide cache before installing deps
parent
4a482a03
Changes
1
Show whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
49bb0ebb
...
...
@@ -14,7 +14,7 @@ node {
sh
'curl https://glide.sh/get | sh'
sh
'git config --global user.name "jenkins"'
sh
'git config --global user.email "jenkins@localhost"'
sh
'cd \$GOPATH/src/github.com/uninett/jwt-tokenissuer && glide install'
sh
'cd \$GOPATH/src/github.com/uninett/jwt-tokenissuer && glide
cc && glide
install'
sh
'cd \$GOPATH/src/github.com/uninett/jwt-tokenissuer && make test'
stage
'build'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment