Skip to content

Commit 860a9dc

Browse files
add missing anglia envs (#422)
1 parent bfe44e9 commit 860a9dc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Jenkinsfile.deploy

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ pipeline {
2525
TURSO_US_EAST_AUTH_TOKEN=credentials('turso-us-east-auth-token')
2626
WP_REST_API_BASE_URL="https://wp.angular.love"
2727
WP_REST_API_TOKEN=credentials('al-wp-token')
28+
AL_ALGOLIA_API_KEY=credentials('al_angolia_api_key')
29+
AL_ALGOLIA_APPLICATION_ID=credentials('al_angolia_app_id')
30+
AL_ALGOLIA_INDEX_NAME=credentials('al_angolia_index_name')
31+
AL_GISCUS_CATEGORY=credentials('al_giscus_category')
32+
AL_GISCUS_CATEGORY_ID=credentials('al_giscus_category_id')
33+
AL_GISCUS_REPO=credentials('al_giscus_repo')
34+
AL_GISCUS_REPO_ID=credentials('al_giscus_repo_id')
2835
}
2936

3037
stages {
@@ -116,7 +123,8 @@ pipeline {
116123
[$class: 'StringParameterValue', name: 'env', value: "${ENVIRONMENT}"],
117124
[$class: 'StringParameterValue', name: 'branchName', value: "${branchNameForDB}"],
118125
[$class: 'StringParameterValue', name: 'branchHash', value: "${BRANCH_HASH}"],
119-
[$class: 'BooleanParameterValue', name: 'dryRun', value: false]])
126+
[$class: 'BooleanParameterValue', name: 'dryRun', value: false]], wait: false)
127+
120128
}
121129

122130
}

0 commit comments

Comments
 (0)