diff --git a/keycloak_test.groovy b/keycloak_test.groovy index 9ec81ad..39f857d 100644 --- a/keycloak_test.groovy +++ b/keycloak_test.groovy @@ -48,20 +48,6 @@ pipeline { } } } - - stage('Stop and remove the Docker containers in DEV server') { - steps { - script { - docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") { - docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') { - - //echo 'Stop and remove the specified Docker containers from the DEV server' - sh 'sh delete_hetzner.sh' - } - } - } - } - } } }