Modify Jenkinsfile for 2.3

This commit is contained in:
Markus Goetz 2017-02-13 14:47:51 +01:00
parent 0d0af95956
commit 575b981542
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 '''