fix credentials
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
Gitea/subman-nextjs/pipeline/head This commit looks good
Details
This commit is contained in:
parent
5712e26e14
commit
9baad2229e
|
@ -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{
|
||||||
|
|
Loading…
Reference in New Issue