diff --git a/Jenkinsfile b/Jenkinsfile index 3c0bc51..4fdd0b5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +12,7 @@ sh 'docker build --tag windows-build-agent ./ -f Dockerfile.build.windows' sh 'docker build --tag macosx-build-agent ./ -f Dockerfile.build.macosx' sh 'docker build --tag cockpit-ws ./ -f Dockerfile.cockpit' - sh 'docker pull cockpit-ws:latest' + // sh 'docker pull cockpit-ws:latest' sh 'docker pull nextcloud:latest' sh 'docker pull pihole/pihole:latest' sh 'docker pull portainer/portainer-ce:latest'