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

66 Commits

Author SHA1 Message Date
Alejandra Ferreiro Vidal
cc9332ae79
Merge pull request #175 from alejandraferreirovidal/changeParameters
change credentialsId and endpoint
2018-06-29 10:12:58 +02:00
Marcus Holl
3766bf4794
Merge pull request #166 from marcusholl/cm
isChangeInDevelopment
2018-06-29 08:25:15 +02:00
Alejandra Ferreiro Vidal
ab8a1bb837 change credentialsId and endpoint 2018-06-28 16:24:14 +02:00
Marcus Holl
fd945b40e7 Provide docu for checkChangeInDevelopment 2018-06-28 15:37:13 +02:00
Marcus Holl
d8dca885bb Change parameter name 'changeId' to 'changeDocumentId'
the official term in SAP-SolutionManager is 'change document'.

The term 'change' as reflected in 'changeId' is ambigous and could also be understand in the
sense of a change in a revision control system.

Choosing appropriate terms for parameters here deceases the amount of documentation
required for explaining what is really denoted by the parameter.
2018-06-28 13:46:00 +02:00
Marcus Holl
eb5461a8f1
Merge pull request #162 from alejandraferreirovidal/addCmClient
Add cm client
2018-06-26 14:15:21 +02:00
Alejandra Ferreiro Vidal
4464c9427b add step transportRequestRelease 2018-06-26 10:40:08 +02:00
Alejandra Ferreiro Vidal
12652be421 add step transportRequestUploadFile 2018-06-26 10:40:07 +02:00
Alejandra Ferreiro Vidal
e34f99deac add step transportRequestCreate 2018-06-26 10:40:06 +02:00
Christopher Fenner
328ffe427f
Update pipelineStashFiles.md 2018-06-25 12:57:31 +02:00
Alejandra Ferreiro Vidal
77976e285c update MTA Builder download link 2018-06-12 19:11:46 +02:00
Florian Wilhelm
6dc13801b0
Disable download logs in Maven by default (#159)
Disable download logs in Maven by default

This commit adds a flag to Maven by default, which disables the messages
like "Downloading from central".

The logger is set to level "warn", so errors will still be visible, but
successful messages won't clutter logs anymore.

This option is also set by default in the GitLab CI template file for
maven.

See [1] for reference on the option.

1: https://stackoverflow.com/a/35653426/8843830
2018-06-06 14:42:47 +02:00
Oliver Nocon
4ae3998458
Update pipelineStashFiles.md 2018-06-04 16:36:05 +02:00
Oliver Nocon
72461e2c7a fix typo in documentation 2018-06-04 14:50:40 +02:00
Oliver Nocon
96cc75d72a pipelineStashFiles - cleanup & documentation
This contains some cleanups to the code
plus documentation for the step
2018-06-01 12:33:06 +02:00
Alejandra Ferreiro Vidal
e7b84345ae add file name and extension to mtaJarLocation
Adds the file name and extension to the mtaJarLocation to make the SAP
Multitarget Archive Builder jar file configurable.
2018-04-26 16:17:54 +02:00
Alejandra Ferreiro Vidal
c04bc79976 add extension to mtaBuild 2018-04-17 17:35:10 +02:00
Alejandra Ferreiro Vidal
63ced4a0ea add documentation 2018-04-10 10:31:32 +02:00
Christopher Fenner
b08d26f5fd
Merge pull request #4 from SAP/master
get changes from master
2018-04-05 09:06:09 +02:00
Christopher Fenner
7c5083d0a8
Update testsPublishResults.md 2018-04-04 10:55:03 +02:00
Christopher Fenner
d43f4625f5
fix typo 2018-04-04 10:54:23 +02:00
Christopher Fenner
827864f57c
Create testsPublishResults.md 2018-04-04 10:52:45 +02:00
Daniel Kurzynski
fe4707faeb
Improve Docker options configuration and forward from mavenExecute (#123) 2018-03-29 14:13:11 +02:00
Marcus Holl
c8fdbcf263
Merge pull request #124 from IKirilova/master
generate mta.yml from package.json and given applicationName
2018-03-23 10:28:45 +01:00
Marcus Holl
143f9fb389
Merge pull request #116 from marcusholl/pr/introducePiperApi
introduce piper api
2018-03-19 09:27:04 +01:00
Irina Kirilova
29da70fd72 generate mta from package.json and given applicationName 2018-03-15 14:21:27 +01:00
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