diff --git a/Maven/1.1.0/README.md b/Maven/1.1.0/README.md index acacffb..d9bbc64 100644 --- a/Maven/1.1.0/README.md +++ b/Maven/1.1.0/README.md @@ -4,11 +4,16 @@ * Used by: gCube Developer * Installed on: development machine -## jenkins-snapshots-settings.xml +## 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 @@ -16,7 +21,12 @@ ## jenkins-staging-settings.xml * Used by: Jenkins pipeline jobs -* When: To test a complete release with deployment on the gcube-staging-jenkins repository +* 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 @@ -26,5 +36,5 @@ ## jenkins-release-settings.xml * Used by: Jenkins pipeline jobs -* When: To test a complete release with deployment on the gcube-releases repository +* When: To build a complete release with deployment on the gcube-releases repository * Installed on: slave nodes labeled with _CD_ diff --git a/Maven/1.1.0/settings.xml b/Maven/1.1.0/settings.xml deleted file mode 100644 index aaaa33b..0000000 --- a/Maven/1.1.0/settings.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - gcube-snapshots - {{ gcube_maven_user }} - {{ gcube_maven_pwd }} - - - - - - jenkins-snapshots - - - - gcube-snapshots - gCube Snapshots - http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-snapshots - - true - - - false - - - - - gcube-releases - gCube Releases - http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-releases - - false - - - true - - - - - gcube-externals - gCube Externals - http://maven.research-infrastructures.eu/nexus/content/repositories/gcube-externals - - false - - - true - - - - - - - - - jenkins-snapshots - - \ No newline at end of file