From fd9458daf2cde1c738e7c208039df6fb069514b9 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Tue, 10 Mar 2020 11:05:03 +0100 Subject: [PATCH 01/11] Set up CI with Azure Pipelines- tics qualitygate [skip ci] --- azure-pipelines-1.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 azure-pipelines-1.yml diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml new file mode 100644 index 0000000..7f280d5 --- /dev/null +++ b/azure-pipelines-1.yml @@ -0,0 +1,15 @@ +# Starter pipeline +# Start with a minimal pipeline that you can customize to build and deploy your code. +# Add steps that build, run tests, deploy, and more: +# https://aka.ms/yaml + +trigger: +- master + +pool: + vmImage: 'ubuntu-latest' + +steps: +- task: ticsqualitygate@0 + inputs: + TiCSQualityGateService: 'tics-viewer-pipelines-java' From 7f3b18ca47d5f438867350879b894046f3ce54d1 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Tue, 10 Mar 2020 11:07:32 +0100 Subject: [PATCH 02/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 7f280d5..25505ce 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'ubuntu-latest' + name: Default steps: - task: ticsqualitygate@0 From 43d7e60b8c0cf6e05e31d93c885a509822be031d Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Wed, 11 Mar 2020 10:51:56 +0100 Subject: [PATCH 03/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 25505ce..dcf1c6c 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -13,3 +13,7 @@ steps: - task: ticsqualitygate@0 inputs: TiCSQualityGateService: 'tics-viewer-pipelines-java' +- task: DownloadPipelineArtifact@2 + inputs: + buildType: 'current' + targetPath: '$(Pipeline.Workspace)' \ No newline at end of file From a3350fbe6594b41d12ef604e3daac52b29f864b8 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Wed, 11 Mar 2020 10:54:16 +0100 Subject: [PATCH 04/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index dcf1c6c..2ed06dd 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -13,7 +13,8 @@ steps: - task: ticsqualitygate@0 inputs: TiCSQualityGateService: 'tics-viewer-pipelines-java' -- task: DownloadPipelineArtifact@2 +- task: PublishPipelineArtifact@1 inputs: - buildType: 'current' - targetPath: '$(Pipeline.Workspace)' \ No newline at end of file + targetPath: '$(Pipeline.Workspace)' + artifact: 'summary' + publishLocation: 'pipeline' \ No newline at end of file From 274996987b7ead836d00d4e389a2ee182098d1f7 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Wed, 11 Mar 2020 16:19:44 +0100 Subject: [PATCH 05/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 2ed06dd..109fe63 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -12,7 +12,7 @@ pool: steps: - task: ticsqualitygate@0 inputs: - TiCSQualityGateService: 'tics-viewer-pipelines-java' + TiCSQualityGateService: 'tics-viewer-dr' - task: PublishPipelineArtifact@1 inputs: targetPath: '$(Pipeline.Workspace)' From fad84a01a64d74d9ef45c75a4ab8019e3324eeb5 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Wed, 11 Mar 2020 16:28:20 +0100 Subject: [PATCH 06/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 109fe63..fe13556 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -12,7 +12,7 @@ pool: steps: - task: ticsqualitygate@0 inputs: - TiCSQualityGateService: 'tics-viewer-dr' + TiCSQualityGateService: 'tics_viewer_dr' - task: PublishPipelineArtifact@1 inputs: targetPath: '$(Pipeline.Workspace)' From b6a4156bdd99e2862015bd7ff378221f4741d39e Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Thu, 12 Mar 2020 10:54:28 +0100 Subject: [PATCH 07/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index fe13556..5bdd888 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -12,9 +12,4 @@ pool: steps: - task: ticsqualitygate@0 inputs: - TiCSQualityGateService: 'tics_viewer_dr' -- task: PublishPipelineArtifact@1 - inputs: - targetPath: '$(Pipeline.Workspace)' - artifact: 'summary' - publishLocation: 'pipeline' \ No newline at end of file + TiCSQualityGateService: 'tics_viewer_dr' \ No newline at end of file From dd5da278c197e52cc17845131f6318a664a9f7a4 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Sat, 21 Mar 2020 19:01:40 +0100 Subject: [PATCH 08/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 5bdd888..701b5d6 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -11,5 +11,4 @@ pool: steps: - task: ticsqualitygate@0 - inputs: - TiCSQualityGateService: 'tics_viewer_dr' \ No newline at end of file + inputs: \ No newline at end of file From ea48c7a9c5e38c8e99232e11b771f0e3808dde91 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Sat, 21 Mar 2020 19:02:02 +0100 Subject: [PATCH 09/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index 701b5d6..b3e56c6 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -10,5 +10,4 @@ pool: name: Default steps: -- task: ticsqualitygate@0 - inputs: \ No newline at end of file +- task: ticsqualitygate@0 \ No newline at end of file From e7ac0d143378878cf9195ffc454fcaf2332c560b Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Sat, 21 Mar 2020 19:46:02 +0100 Subject: [PATCH 10/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index b3e56c6..bd2c0ef 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -10,4 +10,6 @@ pool: name: Default steps: -- task: ticsqualitygate@0 \ No newline at end of file +- task: ticsqualitygate@0 + inputs: + TICSQualityGateService: 'no_auth_dr' \ No newline at end of file From 1ef2731f2c765dfaf5ec6a6a143b10e47baad8f1 Mon Sep 17 00:00:00 2001 From: marvinwener <45437696+marvinwener@users.noreply.github.com> Date: Sat, 21 Mar 2020 20:48:09 +0100 Subject: [PATCH 11/11] Update azure-pipelines-1.yml for Azure Pipelines --- azure-pipelines-1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-1.yml b/azure-pipelines-1.yml index bd2c0ef..d89c557 100644 --- a/azure-pipelines-1.yml +++ b/azure-pipelines-1.yml @@ -12,4 +12,4 @@ pool: steps: - task: ticsqualitygate@0 inputs: - TICSQualityGateService: 'no_auth_dr' \ No newline at end of file + TICSQualityGateService: 'my_tics_viewer_conn' \ No newline at end of file