1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
Commit Graph

1800 Commits

Author SHA1 Message Date
Alejandra Ferreiro Vidal
e2544be073
Merge pull request #658 from marcusholl/pr/fetchPossibleValues
fetch possible values from @see
2019-04-13 16:34:59 +02:00
Alejandra Ferreiro Vidal
f48577bd50
Merge branch 'master' into pr/fetchPossibleValues 2019-04-13 13:32:20 +02:00
Alejandra Ferreiro Vidal
9d51f2681e
Merge pull request #538 from 1084565/master
Doc: Remove link in doc header
2019-04-13 12:57:23 +02:00
Alejandra Ferreiro Vidal
94345379ee
Merge branch 'master' into master 2019-04-12 23:36:40 +02:00
Alejandra Ferreiro Vidal
926f2c12df
Merge pull request #629 from alejandraferreirovidal/pipelineStashFiles
pipelineStashFiles: generate docu
2019-04-12 23:24:17 +02:00
Alejandra Ferreiro Vidal
0a4deaf69a pipelineStashFiles: generate docu 2019-04-12 22:45:31 +02:00
Alejandra Ferreiro Vidal
c5eeb13536
Merge pull request #625 from alejandraferreirovidal/neoDeploy
neoDeploy: generate docu
2019-04-12 22:20:20 +02:00
Alejandra Ferreiro Vidal
0df4df8d58 neoDeploy: generate docu 2019-04-12 21:35:27 +02:00
Alejandra Ferreiro Vidal
7a6ea01bbf
Merge pull request #620 from alejandraferreirovidal/influxWriteData
influxWriteData: generate docu
2019-04-12 21:21:00 +02:00
Alejandra Ferreiro Vidal
89f37ed1a0 influxWriteData: generate docu 2019-04-12 20:29:09 +02:00
Alejandra Ferreiro Vidal
9b80f60829
Merge pull request #582 from alejandraferreirovidal/generalDeploy
add multicloud deployment step
2019-04-12 20:05:54 +02:00
Alejandra Ferreiro Vidal
5448385985 add multicloud deploy step 2019-04-12 17:51:38 +02:00
Marcus Holl
4af3a2a861
Merge pull request #632 from marcusholl/pr/noCachedWorkspaceStashes
Avoid phantom stashes: do not write stashes back into (default) config
2019-04-12 17:41:51 +02:00
Marcus Holl
bb03cb02e5 Merge remote-tracking branch 'github/master' into HEAD 2019-04-12 14:46:08 +02:00
Marcus Holl
bf267b7a92
Merge pull request #614 from marcusholl/pr/doNotSwallowOriginalException
Do not swallow original excpetion when we have trouble to cat the logs
2019-04-12 14:44:09 +02:00
Marcus Holl
de539cc677 fetch possible values from @see
In case there is a @see tag provided for a parameter in the description,
the possible values are only fetched from the corresponding source in
case there is no explict value provided for the possible values.

In case the source does not contain a possible value tag nothing is
transfered.
2019-04-12 14:23:35 +02:00
Oliver Nocon
e296f5c5ed
Merge branch 'master' into docGeneration 2019-04-12 13:58:40 +02:00
OliverNocon
96d70d8eb1 Merge remote-tracking branch 'origin/docGeneration' into docGeneration 2019-04-12 13:57:07 +02:00
OliverNocon
d3dbc07c79 better name for parameter map 2019-04-12 13:56:53 +02:00
Marcus Holl
71c0df4d5f Merge remote-tracking branch 'github/master' into HEAD 2019-04-12 13:48:31 +02:00
Alejandra Ferreiro Vidal
198288e47b
Merge pull request #607 from alejandraferreirovidal/cloudFoundryDeploy
cloudFoundryDeploy: generate docu
2019-04-12 13:46:45 +02:00
Marcus Holl
ffcb712c4f More fuzzy name for creating documentation
The old name (Build & Deploy) is missleading since the documentation is not deployed in most of the cases.
Deployment happens only if we are one the master branch. The waste majority of the build happens on
pull request branches. In this case there is no deployment.
2019-04-12 13:17:56 +02:00
Marcus Holl
fc93326805 Merge remote-tracking branch 'github/master' into HEAD 2019-04-12 13:13:31 +02:00
Marcus Holl
862729a703 Adjust test after merging early check for the deployable
In the meantime we check earlier if the deployable exists. Up to now the test used that late check. Now, as that
check happens earlier in the code we have to tune here. Now we assume a failure inside neo deploy instead.
2019-04-12 13:13:25 +02:00
Alejandra Ferreiro Vidal
f9db4245e9 cloudFoundryDeploy: generate docu 2019-04-12 13:08:05 +02:00
Oliver Nocon
4b02143ba3
Merge branch 'master' into pr/noCachedWorkspaceStashes 2019-04-12 11:59:31 +02:00
Alejandra Ferreiro Vidal
0883460b88
Merge pull request #602 from alejandraferreirovidal/artifactSetVersion
artifactSetVersion: generate docu
2019-04-12 10:44:33 +02:00
Marcus Holl
28fa30fc8f Do not swallow original excpetion when we have trouble to cat the logs 2019-04-12 10:06:18 +02:00
Alejandra Ferreiro Vidal
c7998f4db4 artifactSetVersion: generate docu 2019-04-12 09:23:10 +02:00
Christopher Fenner
dccaa780fc
cloudFoundryDeploy: return proper error message on deploy error (#651)
* return proper error message on deploy error

* fix typo

* provide meaningful error messages

* Update cloudFoundryDeploy.groovy

* Update cloudFoundryDeploy.groovy

* Update neoDeploy.groovy

* Update neoDeploy.groovy
2019-04-12 09:07:53 +02:00
Alejandra Ferreiro Vidal
f8d8bad685
Merge pull request #612 from alejandraferreirovidal/githubPublishRelease
githubPublishRelease: generate docu
2019-04-11 15:51:00 +02:00
Alejandra Ferreiro Vidal
0303d9baab githubPublishRelease: generate docu 2019-04-11 14:23:06 +02:00
Christopher Fenner
e67b9cff23
influxWriteData: hold data in dedicated object (#624)
* add InfluxData object

* add InfluxData rule

* use InfluxData

* include jenkins_custom_data into InfluxData object

* correct typo

* add missing import

* fix condition for influx reporting

* add test class

* Update influxWriteData.groovy
2019-04-11 11:39:41 +02:00
Marcus Holl
2419a23866
Merge pull request #631 from marcusholl/pr/neoDeployCheckDeployableEarly
neoDeploy: assert deployable exists before starting deployment.
2019-04-11 08:29:58 +02:00
Marcus Holl
76901afb00 Merge remote-tracking branch 'github/master' into HEAD 2019-04-11 07:56:35 +02:00
Oliver Nocon
5d9dc6541b
Merge branch 'master' into docGeneration 2019-04-10 19:50:31 +02:00
Alejandra Ferreiro Vidal
ced0a72372
Merge pull request #600 from alejandraferreirovidal/transportRequestRelease
transportRequestRelease: generate docu
2019-04-10 16:34:12 +02:00
Alejandra Ferreiro Vidal
19f9005dc5 transportRequestRelease: generate docu 2019-04-10 15:27:06 +02:00
Alejandra Ferreiro Vidal
4157963ef6
Merge pull request #601 from alejandraferreirovidal/transportRequestUploadFile
transportRequestUploadFile: generate docu
2019-04-10 15:23:19 +02:00
Oliver Nocon
761022d575
Merge branch 'master' into docGeneration 2019-04-10 15:08:51 +02:00
Alejandra Ferreiro Vidal
4c62102fa8 transportRequestUploadFile: generate docu 2019-04-10 13:58:46 +02:00
Christopher Fenner
1195501d22
push correct docs folder (#654) 2019-04-10 13:49:40 +02:00
OliverNocon
a00e29ab0b extend documentation generation with custom defaults 2019-04-10 12:33:39 +02:00
Christopher Fenner
39bc7b043c
Travis: use GHPages deploy provider (#645)
* remove GHDeploy script

* build MKDocs from docs folder

* use GHDeploy provider
2019-04-10 12:26:54 +02:00
OliverNocon
2fb260c32a extend documentation generation with custom defaults 2019-04-10 12:17:29 +02:00
Christopher Fenner
e90ffa6bf5
commonPipelineEnvironment: add propertiesMap (#526)
* add customPropertiesMap

* migrate transportRequestId to customPropertiesMap

* migrate transportRequestId to customPropertiesMap

* fix typo

* rename map

* rename method due to name clash
2019-04-10 10:56:36 +02:00
Alejandra Ferreiro Vidal
52ef62e670
Merge pull request #604 from alejandraferreirovidal/transportRequestCreate
transportRequestCreate: generate docu
2019-04-09 23:43:26 +02:00
Alejandra Ferreiro Vidal
0565b5e63f transportRequestCreate: generate docu 2019-04-09 22:12:21 +02:00
Alejandra Ferreiro Vidal
ea599d0b83
Merge pull request #603 from alejandraferreirovidal/checkChangeInDevelopment
checkChangeInDevelopment: update documentation
2019-04-09 22:09:22 +02:00
Alejandra Ferreiro Vidal
394f94c851 update documentation 2019-04-09 20:46:45 +02:00