diff --git a/kea_testing.groovy b/kea_testing.groovy index b247cb3..ec195df 100644 --- a/kea_testing.groovy +++ b/kea_testing.groovy @@ -9,8 +9,7 @@ pipeline { agent any - environment { - + environment { // Keep as is the following two lines PRIVATE_REGISTRY = "https://registry.curex-project.eu:443/curex-local/" ARTIFACTORY_URL = "registry.curex-project.eu:443/curex-local/" @@ -36,14 +35,13 @@ pipeline { echo 'Deploying the specified Docker containers in DEV server' sh 'sh deploy.sh' - } } } } } - - stage('Run tests') { + + stage('Run tests') { steps { script { echo '*************' @@ -67,7 +65,7 @@ pipeline { } - stage('Stop and remove the Docker containers in DEV server') { + stage('Stop and remove the Docker containers in DEV server') { steps { script { docker.withServer("$DEPLOYMENT_HOST", "$DEPLOYMENT_HOST_CREDENTIALS") { @@ -81,6 +79,6 @@ pipeline { } } } - } } +