Modify Jenkinsfile for 2.3

Esse commit está contido em:
Markus Goetz
2017-02-13 14:47:51 +01:00
commit 575b981542
+1 -1
Ver Arquivo
@@ -39,7 +39,7 @@ node('CLIENT') {
stage 'Win32' 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.pull() // make sure we have the latest available from Docker Hub
win32.inside { win32.inside {
sh ''' sh '''