You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move email list to variable, add me to email list
* Feature/CLD-612 (#166) (#167)
* Update email lists
* Update RPM path based on new format
* Update converters RPM path
* Update RPM path conditionally for 11
* Update marklogic description
* Add Jira ID to email subject
Co-authored-by: Vitaly Korolev <[email protected]>
* Replace -1 with -rhel in 11.0 RPM (#168)
* CLD-615: Remove Docker Hub account requirement in the README
* Fix invalid email format in Jenkinsfile (#169)
* CLD-597: Update the docker readme to make it more clear that it must run as privileged
* Changes based on PR comments
* Use older version of container tests (#172) (#173)
* CLD-614: instance-admin should only be called on the bootstrap host
* Fix typo
* CLD-645: Implement ready check after bootstrap host initialisation
* Move variable declaration
* Add Comment
* CLD-631 (#176) (#177)
* Remove -rhel from Docker image label
* Update default email list (sumanth)
* Update default build email list (peng)
* CLD-658 Update branch names for the server (#179)
* CLD-658 Update scheduled builds to run develop-11 (#180)
* updated readme for docker release 11.0.0-centos-1.0.1
* removed latest ml version supported and updated supported tags section
* fix for handling special chars in admin pwd & updated error msg and readme
* changes for allowing special chars in admin password
* updated error message in the docker tests
* added test for admin password with special char
* fixed test
* fixed test
* Feature/CLD-673 (#190)
* Remove explicit version tag in examples
* Increment copyright version
* Increment release version and add ML 12 build
* Fix typos in README
There are some minor typos in the Known Issues and Limitations section.
Co-authored-by: IlanRosenbaum <[email protected]>
Co-authored-by: Vitaly Korolev <[email protected]>
Co-authored-by: Ilan <[email protected]>
Co-authored-by: Barkha Choithani <[email protected]>
Co-authored-by: barkhachoithani <[email protected]>
string(name: 'emailList', defaultValue: emailList, description: 'List of email for build notification', trim: true)
287
-
string(name: 'dockerVersion', defaultValue: '1.0.0', description: 'ML Docker version. This version along with ML rpm package version will be the image tag as {ML_Version}_{dockerVersion}', trim: true)
298
+
string(name: 'dockerVersion', defaultValue: '1.0.1', description: 'ML Docker version. This version along with ML rpm package version will be the image tag as {ML_Version}_{dockerVersion}', trim: true)
288
299
string(name: 'platformString', defaultValue: 'centos', description: 'Platform string for Docker image version. Will be made part of the docker image tag', trim: true)
289
-
choice(name: 'ML_SERVER_BRANCH', choices: 'develop-10.0\ndevelop\ndevelop-9.0', description: 'MarkLogic Server Branch. used to pick appropriate rpm')
300
+
choice(name: 'ML_SERVER_BRANCH', choices: 'develop-11\ndevelop\ndevelop-10.0\ndevelop-9.0', description: 'MarkLogic Server Branch. used to pick appropriate rpm')
290
301
string(name: 'ML_RPM', defaultValue: '', description: 'RPM to be used for Image creation. \n If left blank nightly ML rpm will be used.\n Please provide Jenkins accessible path e.g. /project/engineering or /project/qa', trim: true)
291
302
string(name: 'ML_CONVERTERS', defaultValue: '', description: 'The Converters RPM to be included in the image creation \n If left blank the nightly ML Converters Package will be used.', trim: true)
292
303
booleanParam(name: 'PUBLISH_IMAGE', defaultValue: false, description: 'Publish image to internal registry')
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
This project is licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at
0 commit comments