Skip to content

Commit

Permalink
fix_jenkinsfile_comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat committed Feb 14, 2024
1 parent fdbb07a commit 2376661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/PerfCI_OpenShift_Deployment/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pipeline {
sudo podman rmi -f $(sudo podman images -q quay.io/ebattat/benchmark-runner 2> /dev/null)
fi
'''
# containers cleanup: must be done for Jetlag containers and also to avoid reaching to container storage leak
// containers cleanup: must be done for Jetlag containers and also to avoid reaching to container storage leak
sh 'podman ps | awk '{print $1}' | xargs -I % podman stop %; podman ps -a | awk '{print $1}' | xargs -I % podman rm %; podman pod ps | awk '{print $1}' | xargs -I % podman pod rm % 2>&1'
}
}
Expand Down

0 comments on commit 2376661

Please sign in to comment.