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

440 Commits

Author SHA1 Message Date
Marcus Holl
056f128568 Introduce piper API 2018-03-09 15:19:08 +01:00
Alejandra Ferreiro Vidal
fe6cc8867a add new configuration documentation 2018-03-09 10:27:28 +01:00
Marcus Holl
6a223f5392
Merge pull request #105 from marcusholl/pr/docuUpdate
Pr/docu update
2018-03-09 10:08:55 +01:00
Marcus Holl
b768623ab7 [fix] allowed values for parameter 'deployMode'
Was uppercase with underscores, but needs to be lowercase, camelcase.
2018-03-09 09:50:52 +01:00
Marcus Holl
f9c4964e99 Add deprecation flags to parameter explantion for deployHost, deployAccount 2018-03-09 09:47:40 +01:00
Marcus Holl
e2688eabb4 Add missing explanation for parameter 'host' 2018-03-09 09:42:09 +01:00
Marcus Holl
1626eacc3f Add missing explanation for parameter 'account' 2018-03-09 09:40:33 +01:00
Marcus Holl
11c6c1f176 [fix] adjust name credentialsId -> neoCredentialsId 2018-03-09 09:39:19 +01:00
Marcus Holl
3cffa40c9a sort the comments to the parameters alphabetically 2018-03-09 09:26:26 +01:00
Marcus Holl
06593a7985 Sort the parameters in the table alphabetically 2018-03-08 16:03:24 +01:00
Marcus Holl
3b5e1d9942 Do not consider values from project config as defaults. 2018-03-08 16:03:24 +01:00
Florian Wilhelm
ff46bb0f00 Make commit of new version optional in artifactSetVersion step (#112)
* Make commit of new version optional in `artifactSetVersion` step

You might not want to add a new commit for each version, when versions
are automatically created. This commit makes this feature optional, but
enabled by default to maintain API compatibility.

* Set `gitCommitId` if null

* Improve documentation of `commitVersion` parameter

* Allow to operate in a code checkout without `.git` directory
2018-03-05 09:04:53 +01:00
Marcus Holl
6e1a1245e8 Docu update mtaBuild 2018-02-27 10:07:43 +01:00
Marcus Holl
b51a747fcb Docu update neoDeploy 2018-02-27 10:02:06 +01:00
Christopher Fenner
a7f1ec0bad
add note regarding false aggregation 2018-02-12 08:41:12 +01:00
Christopher Fenner
be41b71b84
Merge branch 'master' into publishCheckResults 2018-02-08 08:53:04 +01:00
Oliver Nocon
fbd03a88da
Step for automatic versioning (#65)
It contains:

* versioning step artifactSetVersion
* versioning implementation for Maven & Docker
* enhancements to commonPipelineEnvironment
* extended default configuration
* new utils object for git-related tasks
* automated tests incl. new Rules and resources
* incorporated PR feedback
* step documentation
2018-02-07 13:17:33 +01:00
Christopher Fenner
b27742314b
add plugin prerequisites 2018-02-06 21:36:31 +01:00
Christopher Fenner
64046b6de2 rename step to checksPublishResults 2018-02-02 14:50:26 +01:00
Christopher Fenner
abb8a7e985
add file StaticChecks_Threshold.png 2018-01-30 19:43:02 +01:00
Christopher Fenner
d691c8d2cf
Update checkResultsPublish.md 2018-01-30 19:42:27 +01:00
Christopher Fenner
2d2cc3a893 Merge branch 'master' into publishCheckResults3 2018-01-30 11:15:26 +01:00
Christopher Fenner
a95b74afcf add step documentation 2018-01-29 16:49:25 +01:00
Marcus Holl
b843ac0794 Adjust neo deploy docu wrt new config framework. 2018-01-25 16:41:26 +01:00
Oliver Nocon
749aa5e7ed
InfluxDB support (#52)
* adding step for writing metrics to InfluxDB including dependencies
* added documentation
* incorporated PR feedback
2018-01-24 09:55:38 +01:00
Milko Todorov
848a8fc9e7 Update documentation for neoDeploy 2017-12-28 16:19:11 +01:00
Milko Todorov
33daaa2c9c Add support for WAR file deployment/rolling-update 2017-12-28 13:10:11 +01:00
Oliver Feldmann
74f63a1936 Correct reference to commonPipelineEnvironment.md
In configurationLoader.md the reference to commonPipelineEnvironment.md
is wrong and will give you a 404, because commonPipelineEnvironment.md
lies in a separate folder called steps.
The change was already deployed to the gh-pages!
2017-12-13 14:35:23 +01:00
Oliver Feldmann
14e43d9e0e
Merge pull request #17 from o-liver/documentation
Documentation overhaul
2017-12-06 14:34:50 +01:00
Oliver Feldmann
8e70c72ea9 Documentation improvements
Slight improvements on various md files.
Deletion of method-based commonPipelineEnvironment documentation as it
is not used.
2017-12-06 13:24:01 +01:00
Daniel Kurzynski
22ee06dc17 Enable configuration via yaml file + mavenExecute as example (#18)
* Enable configuration via yaml file
* Add documentation 
* Add tests
2017-12-06 12:03:06 +01:00
Marcus Holl
15a7e8e3f8 Explain the use case for pipelineExecute 2017-12-04 10:51:42 +01:00
Marcus Holl
88ac3ae43e Rename externalPipelineExecute to pipelineExecute 2017-12-04 10:51:42 +01:00
Marcus Holl
bbe799fd19 Rename centralPipelineLoad step to externalPipelineExecute 2017-12-04 10:51:42 +01:00
Marcus Holl
67630d829b change naming of parameter holding the path to the pipeline script. 2017-12-04 10:51:42 +01:00
Marcus Holl
13139da01e Use a dedicated node() instead of a temporary directory. 2017-12-04 10:51:42 +01:00
Oliver Feldmann
b4d17fa929 Documentation for 'centralPipelineLoad' 2017-12-04 10:51:42 +01:00
Alejandra Ferreiro Vidal
7dd5d894d1 add missing grave accent 2017-11-20 18:22:41 +01:00
Ken Arnold
0c3f7d5f24 Restructure the README.md and move content from gh-pages entry page 2017-11-17 10:42:40 +01:00
Oliver Nocon
47c195805f Initial version of piper-lib. 2017-11-10 16:30:52 +01:00