summaryrefslogtreecommitdiffstats
path: root/jjb/releng/opnfv-docker.sh
diff options
context:
space:
mode:
authorAric Gardner <agardner@linuxfoundation.org>2019-10-03 14:35:10 -0400
committerAric Gardner <agardner@linuxfoundation.org>2019-10-03 14:39:20 -0400
commit824a278e82c9bc5217d6f7c3d99511eb23334f70 (patch)
tree662c986ab25c5d91613337c89e4afb3153f3c7f2 /jjb/releng/opnfv-docker.sh
parentb7871b1916fc8941c39950a9fb05308432a3a065 (diff)
Remove all compass jobs
Remove all jobs associated or dependant on compass Signed-off-by: Aric Gardner <agardner@linuxfoundation.org> Change-Id: I2bdac50e535736e51d815fc12c4141158f1ef852
Diffstat (limited to 'jjb/releng/opnfv-docker.sh')
-rw-r--r--jjb/releng/opnfv-docker.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/jjb/releng/opnfv-docker.sh b/jjb/releng/opnfv-docker.sh
index 174bb57b9..de39f0628 100644
--- a/jjb/releng/opnfv-docker.sh
+++ b/jjb/releng/opnfv-docker.sh
@@ -23,9 +23,9 @@ function remove_containers_images()
#
# $ docker ps -a
# CONTAINER ID IMAGE COMMAND ...
- # 6a796ed40b8e opnfv/compass-tasks:latest "/bin/bash" ...
- # 99fcb59f4787 opnfv/compass-tasks-base:latest "/bin/bash" ...
- # cc5eee16b995 opnfv/compass-tasks-k8s "/bin/bash" ...
+ # 6a796ed40b8e opnfv/example-tasks:latest "/bin/bash" ...
+ # 99fcb59f4787 opnfv/example-tasks-base:latest "/bin/bash" ...
+ # cc5eee16b995 opnfv/example-tasks-k8s "/bin/bash" ...
#
# Cut image name by leading space and ending space or colon(tag)
if [[ -n "$(docker ps -a | grep " $DOCKER_REPO_NAME[ :]")" ]]; then
@@ -44,9 +44,9 @@ function remove_containers_images()
#
# $ docker images
# REPOSITORY TAG IMAGE ID ...
- # opnfv/compass-tasks latest 6501569fd328 ...
- # opnfv/compass-tasks-base latest 8764fe29c434 ...
- # opnfv/compass-tasks-k8s latest 61094cac9e65 ...
+ # opnfv/example-tasks latest 6501569fd328 ...
+ # opnfv/example-tasks-base latest 8764fe29c434 ...
+ # opnfv/example-tasks-k8s latest 61094cac9e65 ...
#
# Cut image name by start of line and ending space
if [[ -n "$(docker images | grep "^$DOCKER_REPO_NAME ")" ]]; then