fix credentials
Gitea/subman-nextjs/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-10-01 12:16:58 +02:00
parent 5712e26e14
commit 9baad2229e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
environment{ environment{
JWT_TOKEN=credentials('JWT_TOKEN') JWT_SECRET=credentials('JWT_SECRET')
DATABASE_URL=credentials('DATABASE_URL') DATABASE_URL=credentials('DATABASE_URL')
} }
stages{ stages{