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?
|
*.sw?
|
||||||
src/conf.js
|
src/conf.js
|
||||||
.env
|
.env
|
||||||
|
.env.production
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent any
|
||||||
|
environment{
|
||||||
|
VITE_TOKEN=credentials('TMDB_TOKEN')
|
||||||
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('build'){
|
stage('build'){
|
||||||
steps{
|
steps{
|
||||||
|
|
Loading…
Reference in New Issue