diff --git a/Jenkinsfile b/Jenkinsfile index 5c9426c..9349164 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,7 +68,7 @@ pipeline { } } stage('Restart Docker') { - sh 'docker container restart main-authentication-1' + sh 'docker container restart main-authorization-1' } } break; diff --git a/sonar-project.properties b/sonar-project.properties new file mode 100644 index 0000000..8bef382 --- /dev/null +++ b/sonar-project.properties @@ -0,0 +1 @@ +sonar.projectKey=uess-authz \ No newline at end of file