Commit Graph

52 Commits

Author SHA1 Message Date
3e82b1d01e Added zip and tar to environment for pipeline. 2024-07-20 05:07:36 +00:00
7a78dcb339 Reconfigured devcontainer.
Some checks reported errors
ydeng/props/pipeline/head Something is wrong with the build of this commit
2024-07-20 01:50:47 +00:00
79f7688980 Removed nested stages. 2024-07-20 00:42:06 +00:00
4bc74d0917 Updated Jenkins pipeline paths.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 22:50:01 +00:00
ad1c5a3180 Made sure shop module path exists in Jenkinsfile.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 22:10:22 +00:00
a2ed5c2e58 Removed unecessary step.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 22:01:21 +00:00
a4adb7c582 Fixed Jenkinsfile syntax.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 21:54:26 +00:00
9631cb4b6b Added for loop to iterate over all shop modules.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 18:06:01 +00:00
d0217c2166 Jenkins pipeline will now continue if tests fail.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 17:50:17 +00:00
e2ffd6f976 Minor fixes applied to Jenkinsfile.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
2024-07-19 17:20:02 +00:00
a7c0e0dea7 Updating Jenkinsfile to work on common runner.
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Began moving poject to a devcontainer.

Added webpack cache clearing script.

Updated to .NET 8.0.

testing Woodpecker CI.

Selecting conda container for all build steps.

Made conda installation quiet.

Updated NodeJS version.
2024-07-19 17:12:49 +00:00
0c7b85351c Updated Jenkinsfile.
All "dotnet restore" commands are now part of the "install" stage.
2022-12-01 17:35:20 +00:00
d4680b934e Updated npm packages. 2022-12-01 07:02:10 +00:00
85f4d61ff0 Update Jenkinsfile and added Conda environment. 2022-12-01 04:48:54 +00:00
a03d3c5218 Updated Jenkinsfile. 2022-11-27 10:18:42 +00:00
44acb94aa5 Fixed archiving paths. 2022-04-26 03:48:05 -05:00
4d49ce33c2 Changed pipeline to output to special folder. 2022-04-26 03:40:29 -05:00
e83d19b699 Removed explicit restore in "Props" stage in pipeline. 2022-04-25 12:37:17 -05:00
8801bea801 Moved cleanup step to be first. 2022-04-25 03:56:41 -05:00
a2bbd112d9 Now deletes published assets. 2022-04-25 03:51:46 -05:00
43c1bc1611 Pipeline now publishes to specific directories and archives them. 2022-04-25 03:45:54 -05:00
ab6584065b Added proper file extensions to archived files in pipeline. 2022-04-25 03:34:35 -05:00
85d8f2bf6f Added tar generation and separate fingerprinting. 2022-04-25 03:06:24 -05:00
7d85b8625f Fixed report name typo. 2022-04-25 02:44:05 -05:00
1a3a9e00e7 Removed sdk selector from pipeline. 2022-04-25 02:41:31 -05:00
2069b38dbd Added xunit logger and configured pipeline for publishing. 2022-04-25 02:40:03 -05:00
f2c297fd88 Removed SDK specification. 2022-04-25 02:19:06 -05:00
c75f1e4042 Removed default runtime from "Props.csproj" and updated in "Jenkinsfile". 2022-04-25 02:13:57 -05:00
47883bfe4a Removed calls to dotnet clean. 2022-04-25 02:07:42 -05:00
a7dd5b5f74 Allow implicit restore. 2022-04-25 02:00:15 -05:00
efc016cc05 Changed 'selfContained' to true for win-x64. 2022-04-25 01:58:19 -05:00
f09b59c500 Added win-x64 artifact. 2022-04-25 01:51:39 -05:00
f82de591c8 Trying less specific exclusion glob. 2022-04-25 01:40:10 -05:00
6c34225aab Removed typo. 2022-04-25 01:36:11 -05:00
6fc68a1fb6 Regenerated using syntax helper. 2022-04-25 01:34:47 -05:00
96b36e0650 Reconfigured pipeline artifact exclusions. 2022-04-25 01:21:56 -05:00
140f8bbf53 Pipeline now publishes windows version as well. 2022-04-25 01:13:41 -05:00
13af9e5434 Removed duplicate artifacts from pipeline. 2022-04-25 01:10:09 -05:00
2391ca1ae1 Changed deletion pattern in pipeline. 2022-04-25 01:00:02 -05:00
190ea16b02 Added cleanup step to Jenkins pipeline.
Removes all items in publish folders after pipeline complete.

Fixed publish configuration in pipeline.
2022-04-25 00:55:29 -05:00
aa5c725e50 Removed invalid parameters in 'Jenkinsfile'. 2022-04-25 00:09:40 -05:00
9192e9b0f8 Removed invalid parameters in 'Jenkinsfile'. 2022-04-25 00:05:19 -05:00
e13a14fb2e Fixed typo in 'Jenkinsfile'. 2022-04-25 00:02:37 -05:00
5f2f648eaa Attempt at making build configurations consistent. 2022-04-24 23:58:33 -05:00
19f0eeb9bf Attempt at removing duplicate artifacts. 2022-04-24 23:49:30 -05:00
e03f8867ae Changed to archive only release builds. 2022-04-24 23:34:22 -05:00
c5056eddf2 Attempt at fixing archive step and added to Props.Shop. 2022-04-24 23:26:38 -05:00
2feb46a533 Added archiving and fingerprinting.
Removed win-x64 runtime publish.
2022-04-24 22:48:46 -05:00
8abd75506c Reconfigured project to publish as a single file. 2022-04-24 18:32:13 -05:00
1d35e8a838 Fixed a AdafruitShop test. 2022-04-24 01:26:39 -05:00