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
21dc2d68
Commit
21dc2d68
authored
Apr 10, 2017
by
Morten Knutsen
Browse files
Jenkinsfile: Try to fix env var usage.
parent
27f14c37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
21dc2d68
...
@@ -9,8 +9,8 @@ node {
...
@@ -9,8 +9,8 @@ node {
stage
"test"
stage
"test"
sh
'env'
sh
'env'
sh
"curl https://glide.sh/get | sh"
sh
"curl https://glide.sh/get | sh"
sh
"mv $GOPATH/src/github.com/UNINETT $GOPATH/src/github.com/uninett"
sh
"mv $
{
GOPATH
}
/src/github.com/UNINETT $
{
GOPATH
}
/src/github.com/uninett"
sh
"cd $GOPATH/src/github.com/uninett/jwt-tokenissuer"
sh
"cd $
{
GOPATH
}
/src/github.com/uninett/jwt-tokenissuer"
sh
"glide install"
sh
"glide install"
sh
"make test"
sh
"make test"
...
@@ -22,7 +22,7 @@ node {
...
@@ -22,7 +22,7 @@ node {
stage
"package"
stage
"package"
unstash
'binary'
unstash
'binary'
sh
"mv jwt-tokenissuer /src/"
sh
"mv jwt-tokenissuer /src/"
sh
"fpm -s dir /src=/opt/jwt-tokenissuer -t deb -n jwt-tokenissuer -v ${
env.
VERSION_STRING}"
sh
"fpm -s dir /src=/opt/jwt-tokenissuer -t deb -n jwt-tokenissuer -v ${VERSION_STRING}"
archive
includes:
'*.deb'
archive
includes:
'*.deb'
}
}
}
}
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