Skip to content

Commit 782d9ef

Browse files
authored
Merge pull request #2 from PublicisSapient/qa-master
Qa master
2 parents 4a25886 + b72cab0 commit 782d9ef

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

azure-pipeline-repo-processor-startup/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ ENV APP_DIR="/app" \
2828
VOLUME $PROPERTIES_DIR
2929

3030
# Set the JAR file variables
31-
ARG AZUREPIPELINE_JAR_FILE=processors/azure-pipeline/target/azurepipeline-processor.jar
32-
ARG AZUREREPO_JAR_FILE=processors/azure-repo/target/azurerepo-processor.jar
31+
ARG AZUREPIPELINE_JAR_FILE=azure-pipeline/target/azurepipeline-processor.jar
32+
ARG AZUREREPO_JAR_FILE=azure-repo/target/azurerepo-processor.jar
3333

3434
# Set the properties file names
3535
ARG AZUREPIPELINE_PROPERTIES_FILE_NAME=azurepipeline.properties
@@ -47,7 +47,7 @@ EXPOSE 50015
4747
EXPOSE 50016
4848

4949
# Copy startup script
50-
ADD processors/azure-pipeline-repo-processor-startup/start_combined_collector.sh $APP_DIR/start_combined_collector.sh
50+
ADD azure-pipeline-repo-processor-startup/start_combined_collector.sh $APP_DIR/start_combined_collector.sh
5151

5252
# Set permissions for the startup script
5353
RUN chown -R $USER:$USER /app \

devops-processor-startup/Dockerfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ WORKDIR $APP_DIR
4040
VOLUME $PROPERTIES_DIR
4141

4242
# Set the JAR file variables
43-
ARG ZEPHYR_JAR_FILE=processors/jira-zephyr-scale/target/zephyr-processor.jar
44-
ARG JIRA_TEST_JAR_FILE=processors/jira-xray-zephyr-squad/target/jiratest-processor.jar
45-
ARG BITBUCKET_JAR_FILE=processors/bitbucket/target/bitbucket-processor.jar
46-
ARG JENKINS_JAR_FILE=processors/jenkins/target/jenkins-processor.jar
47-
ARG SONAR_JAR_FILE=processors/sonar/target/sonar-processor.jar
48-
ARG BAMBOO_JAR_FILE=processors/bamboo/target/bamboo-processor.jar
49-
ARG TEAMCITY_JAR_FILE=processors/teamcity/target/teamcity-processor.jar
50-
ARG GITLAB_JAR_FILE=processors/gitlab/target/gitlab-processor.jar
51-
ARG GITHUB_JAR_FILE=processors/github/target/github-processor.jar
52-
ARG GITHUBACTION_JAR_FILE=processors/github-action/target/githubaction-processor.jar
53-
ARG ARGOCD_JAR_FILE=processors/argocd/target/argocd-processor.jar
43+
ARG ZEPHYR_JAR_FILE=jira-zephyr-scale/target/zephyr-processor.jar
44+
ARG JIRA_TEST_JAR_FILE=jira-xray-zephyr-squad/target/jiratest-processor.jar
45+
ARG BITBUCKET_JAR_FILE=bitbucket/target/bitbucket-processor.jar
46+
ARG JENKINS_JAR_FILE=jenkins/target/jenkins-processor.jar
47+
ARG SONAR_JAR_FILE=sonar/target/sonar-processor.jar
48+
ARG BAMBOO_JAR_FILE=bamboo/target/bamboo-processor.jar
49+
ARG TEAMCITY_JAR_FILE=teamcity/target/teamcity-processor.jar
50+
ARG GITLAB_JAR_FILE=gitlab/target/gitlab-processor.jar
51+
ARG GITHUB_JAR_FILE=github/target/github-processor.jar
52+
ARG GITHUBACTION_JAR_FILE=github-action/target/githubaction-processor.jar
53+
ARG ARGOCD_JAR_FILE=argocd/target/argocd-processor.jar
5454

5555
# Set the properties file names
5656
ARG JENKINS_PROPERTIES_FILE_NAME=jenkins.properties
@@ -92,7 +92,7 @@ EXPOSE 50022
9292
EXPOSE 50023
9393

9494
# Copy startup script
95-
ADD processors/devops-processor-startup/start_combined_collector.sh $APP_DIR/start_combined_collector.sh
95+
ADD devops-processor-startup/start_combined_collector.sh $APP_DIR/start_combined_collector.sh
9696

9797
# Set the ownership of the working directory to the non-root user
9898

0 commit comments

Comments
 (0)