Stephan Aßmus
8169d56ef7
Groovy: Load step defaults also from stages section in defaults ( #1943 )
...
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
2020-08-26 15:32:58 +02:00
Marcus Holl
803071f143
fail in case git add or git commit fails during artifactSetVersion ( #1491 )
...
* fail in case git add or git commit fails during artifactSetVersion
* check if there is a git config on os level
* better error message in case no user name/mail are configured
Co-authored-by: Srinikitha Kondreddy <srinikitha.kondreddy@sap.com>
Co-authored-by: Srinikitha Kondreddy <srinikitha.kondreddy@sap.com>
2020-05-11 10:05:18 +02:00
Florian Wilhelm
0c3493f9ad
Only add already tracked files to git ( #1312 )
2020-03-26 09:41:03 +01:00
Stephan Aßmus
88a2600d2d
Removed ',' pointed out as syntax error by IDE
2020-01-24 11:29:34 +01:00
Marcus Holl
e1a4558276
Fix TBD in docu ( #1027 )
...
* Fix TBD in docu
* fix stupid c&p mistake
2019-12-02 11:08:32 +01:00
Thorsten Duda
2568316c6e
Merge branch 'master' into pr/httpsPushArtifactSetVersion
2019-11-14 11:13:47 +01:00
Sven Merk
46fb4ad5e8
Exchange NonSerializable template engine with GStringTemplateEngine
2019-10-23 13:38:31 +02:00
Marcus Holl
7b987ea2a2
Fix missing closing bracket in comment
2019-07-16 16:46:04 +02:00
Marcus Holl
68a4c550af
typo, whitespace fix
2019-07-16 16:41:21 +02:00
Marcus Holl
6d3c6aab32
gitSshUrl only mandatory for git push mode SSH
2019-07-16 16:30:47 +02:00
Marcus Holl
1861babdd1
docu: gitHttpsUrl mandatory only for gitPushMode https
2019-07-16 16:25:18 +02:00
Marcus Holl
30c632f29a
rename debug to verbose et al.
2019-07-16 16:01:43 +02:00
Marcus Holl
2f7fa6e4a4
Provide defaults
2019-07-16 15:45:08 +02:00
Marcus Holl
96758a8c75
Fix code climate issues
2019-07-16 15:36:52 +02:00
Marcus Holl
7084134bfc
cleanup
2019-07-16 15:20:27 +02:00
Marcus Holl
ae34803025
Ensure passwords are not leaked directly in debug mode when url encoding alters password
2019-07-16 14:08:39 +02:00
Marcus Holl
fa188c06b3
remove unset proxies
2019-07-16 11:43:24 +02:00
Marcus Holl
c24aab5640
more git debug output
2019-07-16 11:41:34 +02:00
Marcus Holl
bbaf8949df
fix disabling ssl verifiction check again
2019-07-16 11:35:10 +02:00
Marcus Holl
5e24102130
fix disabling ssl verifiction check
2019-07-16 11:34:01 +02:00
Marcus Holl
39129aeecb
troubleshoot proxy
2019-07-16 11:30:39 +02:00
Marcus Holl
7396b2f6ce
Fix typo
2019-07-16 11:28:02 +02:00
Marcus Holl
445e28a58b
Print proxy related environment variables
2019-07-16 11:26:49 +02:00
Marcus Holl
96af04a8ca
fix invalid quotation
2019-07-16 11:19:03 +02:00
Marcus Holl
2c9a3c2924
fix invalid comma
2019-07-16 11:18:08 +02:00
Marcus Holl
14a355def5
Make git more verbose in debug mode.
2019-07-16 11:11:59 +02:00
Marcus Holl
daf5d3340e
more tests
2019-07-12 17:01:33 +02:00
Marcus Holl
3f48243632
fix typo
2019-07-12 13:42:16 +02:00
Marcus Holl
8090219931
fix type
2019-07-12 13:42:16 +02:00
Marcus Holl
be929e6c10
Enable git push via https for artifactSetVersion
2019-07-12 13:42:16 +02:00
Marcus Holl
d2c3248428
Enable http(s) push for artifactSetVersion
2019-07-12 13:42:16 +02:00
andre2007
44f745d327
Rename dlang to dub ( #762 )
2019-07-03 11:27:07 +02:00
Christopher Fenner
77e344d181
fix code climate issues II ( #715 )
...
* fix code climate issues
* fix code climate issues
* fix code climate issues
2019-05-17 13:20:13 +02:00
Oliver Nocon
99821afab8
Doc - Add missing possible values ( #679 )
2019-04-29 11:43:26 +02:00
Alejandra Ferreiro Vidal
c7998f4db4
artifactSetVersion: generate docu
2019-04-12 09:23:10 +02:00
Holger Partsch
b1d8032ee2
alpine does not support date option --universal ( #578 )
...
* alpine does not support date option --universal
Replaced by --utc as this seems to be more universal than --universal
* Fix unit tests after date parameter change
2019-04-02 15:59:33 +02:00
Christopher Fenner
10267ce7d1
Analytics: add step parameter keys ( #442 )
...
* add stepParamKey values
* camelCase
2019-01-21 08:47:34 +01:00
Marcus Holl
b7468a7ae4
Step name is not a string literal anymore
...
Having the step name always the same like the file name, which is in turn the class name is
redundant.
2018-11-29 09:54:05 +01:00
Marcus Holl
e354da8a05
Merge remote-tracking branch 'github/master' into HEAD
2018-11-07 11:44:15 +01:00
Marcus Holl
3cb958b740
Merge remote-tracking branch 'github/master' into HEAD
2018-11-05 13:30:43 +01:00
Marcus Holl
ea23d65594
Merge remote-tracking branch 'github/master' into HEAD
2018-10-30 17:01:19 +01:00
Marcus Holl
11d34c2157
Step called without script: webanalytics
2018-10-30 16:24:48 +01:00
Marcus Holl
c03a75da9f
Ensure script is mandatory parameter
...
... only in case a step uses the script at all.
2018-10-30 16:24:47 +01:00
Marcus Holl
75ae0e5f03
add field GENERAL_CONFIG_KEYS to artifactSetVersion step
2018-10-26 10:08:26 +02:00
Marcus Holl
6653b68c0f
Merge remote-tracking branch 'github/master' into HEAD
2018-10-18 12:54:32 +02:00
Marcus Holl
d4f9171247
erge remote-tracking branch 'github/master' into HEAD
2018-10-18 11:02:09 +02:00
Marcus Holl
0831a244d3
switch to factory methods when a config is also provided.
2018-10-17 11:39:26 +02:00
Marcus Holl
f47d540aa3
Introduce dedicated factory method for configuration helper
2018-10-17 11:15:37 +02:00
Christopher Fenner
01365295cb
remove step return types
2018-10-11 09:10:26 +02:00
Marcus Holl
01b03f0df3
[refactoring] Reduce number of sh calls
2018-09-27 16:18:46 +02:00