From 1b965e293fc1f6b0bc59cf4c0cf3d0e3de3947de Mon Sep 17 00:00:00 2001 From: tkinaba Date: Tue, 10 Mar 2026 14:29:55 -0300 Subject: [PATCH 1/2] bump jeff version v1.0.7 --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c9b4680..7c165e0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,15 +9,15 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.6" + "@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.7" }, "devDependencies": { "tsx": "^4.21.0" } }, "node_modules/@davinti/jeff": { - "version": "1.0.6", - "resolved": "git+https://git.davinti.com.br/davinTI/jeff.git#c61edd0051b14b11f02fcb569b48f043c43180cf", + "version": "1.0.7", + "resolved": "git+https://git.davinti.com.br/davinTI/jeff.git#07860417cc408cbc691f3d52a169dc6daf1b21bc", "license": "ISC", "dependencies": { "@types/glob": "^8.1.0", diff --git a/package.json b/package.json index ceff69f..9026756 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "license": "ISC", "description": "", "dependencies": { - "@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.6" + "@davinti/jeff": "git+https://git.davinti.com.br/davinTI/jeff.git#v1.0.7" }, "devDependencies": { "tsx": "^4.21.0" From 17141b7e7643515b15a0ddf837a32562c7fc44f9 Mon Sep 17 00:00:00 2001 From: tkinaba Date: Thu, 12 Mar 2026 16:33:49 -0300 Subject: [PATCH 2/2] ci: push migration tar to s3 --- Jenkinsfile | 3 +++ migrations/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 migrations/README.md diff --git a/Jenkinsfile b/Jenkinsfile index 36668d1..817d451 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,10 +42,13 @@ pipeline { echo 'Generating manifest and deploying to S3...' sh 'npm run generate:output' + sh 'tar -czvf migrations.tar.gz -C migrations/ .' + withAWS(credentials: 'aws-jeff-credentials-id', region: 'sa-east-1') { script { echo "Uploading to S3..." sh "aws s3 cp dist/manifest.json ${S3_BUCKET}/manifest.json" + sh "aws s3 cp migrations.tar.gz ${S3_BUCKET}/migrations.tar.gz" } } } diff --git a/migrations/README.md b/migrations/README.md new file mode 100644 index 0000000..663e81e --- /dev/null +++ b/migrations/README.md @@ -0,0 +1,3 @@ +# Migrations + +