projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d0af95
)
Modify Jenkinsfile for 2.3
author
Markus Goetz
<markus@woboq.com>
Mon, 13 Feb 2017 13:47:51 +0000
(14:47 +0100)
committer
Markus Goetz
<markus@woboq.com>
Mon, 13 Feb 2017 13:47:51 +0000
(14:47 +0100)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 4809b440bbed294dbfea9bd3a947fcb44f091f89..16b26a54bce6105041200c06525bb72e6c3e523f 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-39,7
+39,7
@@
node('CLIENT') {
stage 'Win32'
- def win32 = docker.image('
deepdiver
/docker-owncloud-client-win32:latest')
+ def win32 = docker.image('
guruz
/docker-owncloud-client-win32:latest')
win32.pull() // make sure we have the latest available from Docker Hub
win32.inside {
sh '''