Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Bumped Gradle and updated adocs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Nov 13, 2018
1 parent bf287d6 commit d75d04c
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Has 5 line(s). Doesn't call other functions.
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
_Environment variables used:_ DOTNET_BIN [big]*//* PROJECT_NAME
_Environment variables used:_ PROJECT_NAME [big]*//* DOTNET_BIN
retrieveGroupId
~~~~~~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Has 24 line(s). No functions are called (may set up e.g. a hook, a Zle widget bo
Uses feature(s): _export_
_Exports (environment):_ BUILD_OPTIONS [big]*//* GRADLEW_BIN [big]*//* build [big]*//* executeApiCompatibilityCheck [big]*//* outputFolder [big]*//* retrieveAppName [big]*//* retrieveGroupId [big]*//* runE2eTests [big]*//* runSmokeTests [big]*//* testResultsAntPattern
_Exports (environment):_ build [big]*//* BUILD_OPTIONS [big]*//* executeApiCompatibilityCheck [big]*//* GRADLEW_BIN [big]*//* outputFolder [big]*//* retrieveAppName [big]*//* retrieveGroupId [big]*//* runE2eTests [big]*//* runSmokeTests [big]*//* testResultsAntPattern
build
~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Has 21 line(s). No functions are called (may set up e.g. a hook, a Zle widget bo
Uses feature(s): _export_, _source_
_Exports (environment):_ BINARY_EXTENSION [big]*//* MAVEN_OPTS [big]*//* PROJECT_TYPE [big]*//* projectType
_Exports (environment):_ BINARY_EXTENSION [big]*//* MAVEN_OPTS [big]*//* projectType [big]*//* PROJECT_TYPE
downloadAppBinary
~~~~~~~~~~~~~~~~~
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Has 24 line(s). No functions are called (may set up e.g. a hook, a Zle widget bo
Uses feature(s): _export_
_Exports (environment):_ BUILD_OPTIONS [big]*//* MAVENW_BIN [big]*//* build [big]*//* executeApiCompatibilityCheck [big]*//* outputFolder [big]*//* retrieveAppName [big]*//* retrieveGroupId [big]*//* runE2eTests [big]*//* runSmokeTests [big]*//* testResultsAntPattern
_Exports (environment):_ build [big]*//* BUILD_OPTIONS [big]*//* executeApiCompatibilityCheck [big]*//* MAVENW_BIN [big]*//* outputFolder [big]*//* retrieveAppName [big]*//* retrieveGroupId [big]*//* runE2eTests [big]*//* runSmokeTests [big]*//* testResultsAntPattern
build
~~~~~
Expand Down
8 changes: 4 additions & 4 deletions common/src/main/bash/zsdoc/pipeline-cf.sh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ Has 57 line(s). Calls functions:
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
_Environment variables used:_ pipeline.sh -> LOWERCASE_ENV [big]*//* pipeline.sh -> PARSED_YAML
_Environment variables used:_ pipeline.sh -> PARSED_YAML [big]*//* pipeline.sh -> LOWERCASE_ENV
deployStubRunnerBoot
~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -391,7 +391,7 @@ Has 16 line(s). Calls functions:
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
_Environment variables used:_ pipeline.sh -> BINARY_ARTIFACT_TYPE_NAME [big]*//* pipeline.sh -> LANGUAGE_TYPE [big]*//* pipeline.sh -> SOURCE_ARTIFACT_TYPE_NAME [big]*//* pipeline.sh -> PARSED_YAML
_Environment variables used:_ pipeline.sh -> PARSED_YAML [big]*//* pipeline.sh -> BINARY_ARTIFACT_TYPE_NAME [big]*//* pipeline.sh -> LANGUAGE_TYPE [big]*//* pipeline.sh -> SOURCE_ARTIFACT_TYPE_NAME
getDomain
~~~~~~~~~
Expand Down Expand Up @@ -620,7 +620,7 @@ Called by:
test_rollback_smoke.sh/Script-Body
test_smoke.sh/Script-Body
_Environment variables used:_ APPLICATION_URL [big]*//* STUBRUNNER_URL [big]*//* pipeline.sh -> OUTPUT_FOLDER [big]*//* pipeline.sh -> LATEST_PROD_TAG
_Environment variables used:_ APPLICATION_URL [big]*//* STUBRUNNER_URL [big]*//* pipeline.sh -> LATEST_PROD_TAG [big]*//* pipeline.sh -> OUTPUT_FOLDER
prodDeploy
~~~~~~~~~~
Expand Down Expand Up @@ -674,7 +674,7 @@ Called by:
_List of exports (to environment):_ APPLICATION_URL [big]*//* STUBRUNNER_URL
_Environment variables used:_ pipeline.sh -> LOWERCASE_ENV [big]*//* pipeline.sh -> OUTPUT_FOLDER [big]*//* pipeline.sh -> PARSED_YAML
_Environment variables used:_ pipeline.sh -> PARSED_YAML [big]*//* pipeline.sh -> LOWERCASE_ENV [big]*//* pipeline.sh -> OUTPUT_FOLDER
readTestPropertiesFromFile
~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
4 changes: 2 additions & 2 deletions common/src/main/bash/zsdoc/pipeline-k8s.sh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Has 5 line(s). No functions are called (may set up e.g. a hook, a Zle widget bou
deployService
~~~~~~~~~~~~~
Has 681 line(s). Doesn't call other functions.
Has 680 line(s). Doesn't call other functions.
Not called by script or any function (may be e.g. a hook, a Zle widget, etc.).
_Environment variables used:_ pipeline.sh -> LOWERCASE_ENV [big]*//* pipeline.sh -> OUTPUT_FOLDER [big]*//* pipeline.sh -> PARSED_YAML [big]*//* test_smoke.sh -> ENVIRONMENT
_Environment variables used:_ pipeline.sh -> PARSED_YAML [big]*//* pipeline.sh -> LOWERCASE_ENV [big]*//* pipeline.sh -> OUTPUT_FOLDER [big]*//* test_smoke.sh -> ENVIRONMENT
logInToPaas
~~~~~~~~~~~
Expand Down
13 changes: 7 additions & 6 deletions common/src/main/bash/zsdoc/pipeline.sh.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Sources:
- projectType/pipeline-projectType.sh
- pipeline-${paasType}.sh (e.g. pipeline-cf.sh)
- custom/${scriptName}.sh (e.g. custom/build_and_upload.sh)
- custom/pipeline-${paasType}.sh (e.g. custom/pipeline-cf.sh)

Essentially, the scripts implementing the functions can be divided
into 2 types.
Expand Down Expand Up @@ -82,7 +83,7 @@ DETAILS
Script Body
~~~~~~~~~~~
Has 49 line(s). Calls functions:
Has 53 line(s). Calls functions:
Script-Body
|-- defineProjectSetup
Expand Down Expand Up @@ -119,7 +120,7 @@ Called by:
_List of exports (to environment):_ LATEST_PROD_TAG [big]*//* PASSED_LATEST_PROD_TAG
_Environment variables used:_ OUTPUT_FOLDER [big]*//* PROJECT_NAME [big]*//* LATEST_PROD_TAG [big]*//* PASSED_LATEST_PROD_TAG
_Environment variables used:_ LATEST_PROD_TAG [big]*//* PASSED_LATEST_PROD_TAG [big]*//* OUTPUT_FOLDER [big]*//* PROJECT_NAME
build
~~~~~
Expand Down Expand Up @@ -166,7 +167,7 @@ Called by:
Script-Body
_Environment variables used:_ PROJECT_NAME [big]*//* PROJECT_SETUP [big]*//* PIPELINE_DESCRIPTOR_PRESENT
_Environment variables used:_ PIPELINE_DESCRIPTOR_PRESENT [big]*//* PROJECT_NAME [big]*//* PROJECT_SETUP
deleteService
~~~~~~~~~~~~~
Expand Down Expand Up @@ -226,7 +227,7 @@ Called by:
pipeline-cf.sh/testDeploy
pipeline-k8s.sh/testDeploy
_Environment variables used:_ LOWERCASE_ENV [big]*//* PARSED_YAML [big]*//* test_smoke.sh -> ENVIRONMENT
_Environment variables used:_ PARSED_YAML [big]*//* LOWERCASE_ENV [big]*//* test_smoke.sh -> ENVIRONMENT
envNodeExists
~~~~~~~~~~~~~
Expand Down Expand Up @@ -349,16 +350,16 @@ Uses feature(s): _export_
Called by:
Script-Body
defineProjectSetup
deployServices
Script-Body
pipeline-cf.sh/prepareForSmokeTests
pipeline-cf.sh/testRollbackDeploy
pipeline-k8s.sh/testRollbackDeploy
_List of exports (to environment):_ PARSED_YAML [big]*//* PIPELINE_DESCRIPTOR_PRESENT
_Environment variables used:_ PIPELINE_DESCRIPTOR [big]*//* PARSED_YAML
_Environment variables used:_ PARSED_YAML [big]*//* PIPELINE_DESCRIPTOR
prepareForE2eTests
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion common/src/test/bats/docs_helper/zshelldoc
Binary file modified dist/spring-cloud-pipelines.tar.gz
Binary file not shown.
Binary file modified dist/spring-cloud-pipelines.zip
Binary file not shown.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit d75d04c

Please sign in to comment.