fix: clean ws

This commit is contained in:
Luc SORIGNET
2026-02-09 14:15:36 +01:00
parent ace4dcbf07
commit 12a6ad1d61
3 changed files with 3 additions and 12 deletions

View File

@ -1 +1 @@
__version__ = "0.0.3" __version__ = "0.0.4"

View File

@ -1,6 +1,6 @@
{ {
"name": "n3wt-school-front-end", "name": "n3wt-school-front-end",
"version": "0.0.3", "version": "0.0.4",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
@ -51,4 +51,4 @@
"postcss": "^8.4.47", "postcss": "^8.4.47",
"tailwindcss": "^3.4.14" "tailwindcss": "^3.4.14"
} }
} }

View File

@ -34,15 +34,6 @@ pipeline {
} }
} }
stage("Clean Workspace") {
when {
buildingTag()
}
steps {
deleteDir()
}
}
stage("Build Docker Images") { stage("Build Docker Images") {
when { when {
buildingTag() buildingTag()