Reconfigure the Jenkins CI build pipeline.
* Configure the buld to use the VMW provided Harbor DockerHub Proxy. * Use pipeline.properties to parameterize the build. * Remove Docker logins (docker.withRegistry(..) directtives in Jenkinsfile & 'docker login' command in setup.sh).
This commit is contained in:
@@ -9,6 +9,6 @@ chown -R 1001:1001 .
|
||||
mkdir -p /tmp/geode/boot/artifacts-gradle-cache
|
||||
mkdir -p /tmp/geode/boot/build-gradle-cache
|
||||
mkdir -p /tmp/geode/boot/docs-gradle-cache
|
||||
echo "Logging into Docker..."
|
||||
docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}
|
||||
#echo "Logging into Docker..."
|
||||
#docker login --username ${DOCKER_HUB_USR} --password ${DOCKER_HUB_PSW}
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user