Commit 2aa1b90ab99ec106763715b1822b81789ef61049

Authored by George Vlahavas
1 parent 75236a2820

Remove container stop

Not needed, as they are not deployed anyway.

Showing 1 changed file with 0 additions and 14 deletions

keycloak_test.groovy View file @ 2aa1b90
... ... @@ -48,20 +48,6 @@
48 48 }
49 49 }
50 50 }
51   -
52   - stage('Stop and remove the Docker containers in DEV server') {
53   - steps {
54   - script {
55   - docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") {
56   - docker.withRegistry("$PRIVATE_REGISTRY" , 'artifactory') {
57   -
58   - //echo 'Stop and remove the specified Docker containers from the DEV server'
59   - sh 'sh delete_hetzner.sh'
60   - }
61   - }
62   - }
63   - }
64   - }
65 51 }
66 52 }