Compare commits

...

4 Commits

Author SHA1 Message Date
Woodpecker CI
5ef1f821a0 chore: release v0.0.52 [skip ci] 2026-05-04 17:41:21 +00:00
spassignat
95222843e6 patch: pipeline minio
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed
2026-05-04 19:40:20 +02:00
Woodpecker CI
ffa32e2e81 chore: release v0.0.51 [skip ci] 2026-05-04 17:36:51 +00:00
spassignat
7ee393b594 patch: pipeline minio
Some checks failed
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/deployment/deploy-pipeline Pipeline failed
2026-05-04 19:35:54 +02:00
4 changed files with 11 additions and 2 deletions

View File

@@ -30,7 +30,14 @@ steps:
NEXUS_URL: *nexus_url NEXUS_URL: *nexus_url
commands: commands:
- ls -als - ls -als
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "${NEXUS_URL}/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar" - source .buildinfo
- env
- echo $NEW_VERSION
- echo ${NEW_VERSION}
- echo $NEXUS_URL
- echo ${NEXUS_URL}
- echo ${CI_REPO_NAME}
- curl -o /tmp/${CI_REPO_NAME}-${NEW_VERSION}.tar "$NEXUS_URL/${CI_REPO_NAME}/${NEW_VERSION}/${CI_REPO_NAME}-${NEW_VERSION}.tar"
depends_on: [ get-share-data ] depends_on: [ get-share-data ]
# Étape 7: Transfert vers le serveur distant (SCP) # Étape 7: Transfert vers le serveur distant (SCP)

View File

@@ -0,0 +1 @@
-- none

View File

@@ -0,0 +1 @@
-- none

View File

@@ -1,7 +1,7 @@
{ {
"name": "cicd", "name": "cicd",
"private": true, "private": true,
"version": "0.0.50", "version": "0.0.52",
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL", "description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
"scripts": { "scripts": {
"update:patch": "node scripts/update-version.js -patch", "update:patch": "node scripts/update-version.js -patch",