Initila commit

4 jobs from master in 15 seconds (queued for 1 second)
Status Job ID Name Coverage
  Build
passed #16274
Build

00:12

 
  Release Cleanup
failed #16275
allowed to fail
ReleaseCleanup

00:01

 
  Release Deploy
failed #16276
ReleaseDeploy

00:01

 
  Validation
skipped #16277
Validation
 
Name Stage Failure
failed
ReleaseCleanup Release Cleanup
Removing target/
HEAD is now at 7f35bcb Initila commit
Checking out 7f35bcb2 as master...
Skipping Git submodules setup
$ echo `pwd`
/home/gitlab-runner/builds/df3ea91d/0/PlaygroundEngineeringEnv/java8_springboot-2.0.5-api-template-4.0
$ cd ./helm && /sbin/helm delete --purge $RELEASE_NAME && exit 0
Error: release: "SERVICE_NAME" not found
ERROR: Job failed: exit status 1
failed
ReleaseDeploy Release Deploy
Checking out 7f35bcb2 as master...
Skipping Git submodules setup
$ echo `pwd`
/home/gitlab-runner/builds/df3ea91d/0/PlaygroundEngineeringEnv/java8_springboot-2.0.5-api-template-4.0
$ sed -i s/#BUILD_ID#/$CI_PIPELINE_ID/g ./helm/service/values.yaml
$ sed -i s/#SERVICE_PORT#/$SERVICE_PORT/g ./helm/service/values.yaml
$ cd ./helm && /sbin/helm install service --name $RELEASE_NAME
Error: release name SERVICE_NAME is invalid: a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
ERROR: Job failed: exit status 1