mirror of
https://github.com/logos-messaging/docs.waku.org.git
synced 2026-01-04 05:43:07 +00:00
ci: add genaration of build.json matadate file
Useful for debugging missing deployments. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
10ffc29d9c
commit
37339d204f
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -1,3 +1,6 @@
|
|||||||
|
#!/usr/bin/env groovy
|
||||||
|
library 'status-jenkins-lib@v1.8.8'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'linux' }
|
||||||
|
|
||||||
@ -27,9 +30,12 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps { script {
|
||||||
sh 'yarn build'
|
sh 'yarn build'
|
||||||
sh "echo ${env.PROD_SITE} > build/CNAME"
|
dir('build') {
|
||||||
|
sh "echo ${env.PROD_SITE} > CNAME"
|
||||||
|
jenkins.genBuildMetaJSON()
|
||||||
|
} }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user