From f5ada501f567d8000bb21d88e6801c20d6f00301 Mon Sep 17 00:00:00 2001 From: Jesse Gohl Date: Thu, 30 Sep 2021 11:37:26 -0500 Subject: [PATCH 1/2] Fixed the path from "artifact" to "archive". The latter appears in the job folder --- LibraryConfig/Jenkinsfile-default.groovy | 2 +- LibraryConfig/Jenkinsfile-selective.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LibraryConfig/Jenkinsfile-default.groovy b/LibraryConfig/Jenkinsfile-default.groovy index 3eb96d2..7c7475c 100644 --- a/LibraryConfig/Jenkinsfile-default.groovy +++ b/LibraryConfig/Jenkinsfile-default.groovy @@ -26,6 +26,6 @@ try { } finally { archiveArtifacts artifacts: 'Results/Output/**/*.*, Results/Artifacts/**/*.*' junit 'Results/Output/**/*.xml' - currentBuild.description = " Click here for HTML report" + currentBuild.description = " Click here for HTML report" } } \ No newline at end of file diff --git a/LibraryConfig/Jenkinsfile-selective.groovy b/LibraryConfig/Jenkinsfile-selective.groovy index c98abe6..5686a7e 100644 --- a/LibraryConfig/Jenkinsfile-selective.groovy +++ b/LibraryConfig/Jenkinsfile-selective.groovy @@ -32,7 +32,7 @@ node("Windows") { } finally { archiveArtifacts artifacts: 'Results/Output/**/*.*, Results/Artifacts/**/*.*' junit 'Results/Output/**/*.xml' - currentBuild.description = " Click here for HTML report" + currentBuild.description = " Click here for HTML report" echo "${params.Dismissal} World!" } } \ No newline at end of file From 34495a7a71d392d60a901c5c784ba42a5e654884 Mon Sep 17 00:00:00 2001 From: Jesse Gohl Date: Thu, 14 Oct 2021 09:54:12 -0500 Subject: [PATCH 2/2] Injecting an error --- Models/MainLibrary/TestLibrary/Test1/TestMdl1.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/MainLibrary/TestLibrary/Test1/TestMdl1.mo b/Models/MainLibrary/TestLibrary/Test1/TestMdl1.mo index 066ed72..9fa8c28 100644 --- a/Models/MainLibrary/TestLibrary/Test1/TestMdl1.mo +++ b/Models/MainLibrary/TestLibrary/Test1/TestMdl1.mo @@ -1,6 +1,6 @@ within MainLibrary.TestLibrary.Test1; model TestMdl1 - MainLibrary.Components.Heater heater(heating_table( + MainLibrary.Components.Heater _eater(heating_table( tableOnFile=true, tableName="heater", fileName=Modelica.Utilities.Files.loadResource(