load token from jenkins
Gitea/movie-explorer/pipeline/head This commit looks good
Details
Gitea/movie-explorer/pipeline/head This commit looks good
Details
This commit is contained in:
parent
70819af784
commit
100633d3e8
|
@ -24,3 +24,4 @@ dist-ssr
|
|||
*.sw?
|
||||
src/conf.js
|
||||
.env
|
||||
.env.production
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
pipeline {
|
||||
agent any
|
||||
environment{
|
||||
VITE_TOKEN=credentials('TMDB_TOKEN')
|
||||
}
|
||||
stages {
|
||||
stage('build'){
|
||||
steps{
|
||||
|
|
Loading…
Reference in New Issue