Configs/Maven/1.1.0
Manuele Simi b025827b95 Update README with information about all the settings files. 2019-11-24 15:49:47 -05:00
..
README.md Update README with information about all the settings files. 2019-11-24 15:49:47 -05:00
gcube-developer-settings.xml Add the configurable repositories to all the settings.xml 2019-10-10 10:37:37 -04:00
jenkins-job-settings.xml Add the configurable repositories to all the settings.xml 2019-10-10 10:37:37 -04:00
jenkins-releases-dry-run-settings.xml Set update policies for staging and releases. 2019-10-10 20:26:32 -04:00
jenkins-releases-settings.xml Set update policies for staging and releases. 2019-10-10 20:26:32 -04:00
jenkins-snapshots-dry-run-settings.xml Add the configurable repositories to all the settings.xml 2019-10-10 10:37:37 -04:00
jenkins-snapshots-settings.xml Add the configurable repositories to all the settings.xml 2019-10-10 10:37:37 -04:00
jenkins-staging-dry-run-settings.xml Add jenkins-staging-dry-run-settings.xml for dry-run staging builds. 2019-11-22 21:48:14 -05:00
jenkins-staging-settings.xml Set update policies for staging and releases. 2019-10-10 20:26:32 -04:00

README.md

Maven settings

gcube-developer-settings.xml

  • Used by: gCube Developer
  • Installed on: development machine

jenkins-job-settings.xml

  • Used by: Jenkins jobs
  • Installed on: slave nodes labeled with CI
  • Need to be renamed to settings.xml on the node

jenkins-snapshots-settings.xml

  • Used by: Jenkins pipeline jobs
  • When: To build a complete snapshot
  • Installed on: slave nodes labeled with CD

jenkins-snapshots-dry-run-settings.xml

  • Used by: Jenkins pipeline jobs
  • When: To test a complete snapshot without deploying on a remote repo
  • Installed on: slave nodes labeled with CD

jenkins-staging-settings.xml

  • Used by: Jenkins pipeline jobs
  • When: To build a complete release with deployment on the gcube-staging-jenkins repository
  • Installed on: slave nodes labeled with CD

jenkins-staging-dry-run-settings.xml

  • Used by: Jenkins pipeline jobs
  • When: To test a complete release without deploying on a remote repo
  • Installed on: slave nodes labeled with CD

jenkins-release-dry-run-settings.xml

  • Used by: Jenkins pipeline jobs
  • When: To test a complete release without deploying on a remote repo
  • Installed on: slave nodes labeled with CD

jenkins-release-settings.xml

  • Used by: Jenkins pipeline jobs
  • When: To build a complete release with deployment on the gcube-releases repository
  • Installed on: slave nodes labeled with CD