Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
daas
jwt-tokenissuer
Commits
d5d3f8b1
Commit
d5d3f8b1
authored
Apr 10, 2017
by
Morten Knutsen
Browse files
Jenkinsfile: Update apt repo location.
parent
91d32e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
d5d3f8b1
...
...
@@ -31,7 +31,7 @@ node {
}
stage
'deploy'
unstash
'package'
withEnv
([
'OS=
jessie
'
,
'POOL=laas'
,
'ARCH=amd64'
])
{
withEnv
([
'OS=
debian
'
,
'POOL=
jessie/
laas'
,
'ARCH=amd64'
])
{
sh
'scp *.deb jenkins@apt.uninett.no:/www/apt.uninett.no/htdocs/\$OS/pool/\$POOL/binary-\$ARCH/'
sh
'ssh jenkins@apt.uninett.no /www/apt.uninett.no/bin/mkrepo.debian'
}
...
...
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