Skip to content
Snippets Groups Projects
Commit a6b47963 authored by Viktor Vorobev's avatar Viktor Vorobev
Browse files

[NRRPLT-0000] HOTFIX, update the documentation publishing

parent 152359a2
No related branches found
No related tags found
No related merge requests found
......@@ -181,8 +181,7 @@ pipeline {
build job: '/Deploy_nrp_core_docs', parameters: [
string(name: 'BRANCH_NAME', value:"${env.TOPIC_BRANCH}"),
string(name: 'BASE_BRANCH_NAME', value:"development"),
string(name: 'ADMIN_SCRIPT_BRANCH', value:"nrp-core"),
string(name: 'DOCUMENTATION_REF', value:"nrp-core"),
string(name: 'DOCUMENTATION_REF', value:"development"),
booleanParam(name: 'DEPLOY', value: true),
booleanParam(name: 'RELEASE', value: false),
booleanParam(name: 'LATEST', value: false)], wait: false
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment