openmpf / openmpf-docker

OpenMPF Docker deployment files and other artifacts
https://hub.docker.com/u/openmpf
5 stars 2 forks source link

Enable specifying the Docker images to push. #215

Closed jrobble closed 4 months ago

jrobble commented 5 months ago

Issues:


This change is Reviewable

jrobble commented 4 months ago

Jenkinsfile line 472 at r1 (raw file):

Previously, jrobble (Jeff Robble) wrote…
Done.

Removing it results in:

+ docker compose config --images
stat /1TB/jenkins/workspace/openmpf-docker-pull-request/docker-compose.core.yml: no such file or directory
jrobble commented 4 months ago

Jenkinsfile line 472 at r1 (raw file):

Previously, jrobble (Jeff Robble) wrote…
Removing it results in: ``` + docker compose config --images stat /1TB/jenkins/workspace/openmpf-docker-pull-request/docker-compose.core.yml: no such file or directory ```

I added dir (openmpfDockerRepo.path) { to address this. That is done in other places in the Jenkinsfile.