fix(ci): inject public Supabase env into app and Docker build stages #46

Open
robbond wants to merge 2 commits from fix/cl9-supabase-build-env-in-jenkins into master
Showing only changes of commit 87246181a9 - Show all commits

1
Jenkinsfile vendored
View File

@@ -1,6 +1,7 @@
pipeline { pipeline {
// Build + deploy stages require Docker CLI/daemon access on the Jenkins node. // Build + deploy stages require Docker CLI/daemon access on the Jenkins node.
// Ensure this label maps to an agent with Docker installed and usable. // Ensure this label maps to an agent with Docker installed and usable.
//update
agent any agent any
environment { environment {