Oliver Nocon
e276f58573
fix tests
2018-05-30 12:58:52 +02:00
Thorsten Duda
2e2b43d68b
add missing file
2018-05-30 12:39:01 +02:00
Thorsten Duda
fed20184b4
fix maven execute test
2018-05-30 12:30:26 +02:00
Oliver Nocon
9d0e7eaf4e
add steps for file stashing
2018-05-30 12:00:13 +02:00
Christopher Fenner
c53d87f75f
Merge pull request #154 from marcusholl/pr/configFrwkChanges
...
general default section mixed in automatically.
2018-05-30 11:05:52 +02:00
Marcus Holl
4ca3236ba4
general default section mixed in automatically.
2018-05-30 10:53:21 +02:00
Marcus Holl
097b9a4455
Better speaking variable name
2018-05-28 13:40:33 +02:00
Marcus Holl
b092957f7d
put source parameter into common parameters
2018-05-28 13:40:33 +02:00
Marcus Holl
cb9318814c
Condence more common code
2018-05-28 13:38:34 +02:00
Marcus Holl
7c83311715
reduce redundant parts when contatenating neo deploy script.
2018-05-28 13:38:34 +02:00
Marcus Holl
2a4b3b88aa
use variable 'warAction' also for mta deployments.
2018-05-28 13:38:34 +02:00
Marcus Holl
8f1e3dfa8f
Make neo command line tests more tolerant wrt to order of args
2018-05-28 13:34:19 +02:00
Alejandra Ferreiro Vidal
8b374bcfb6
Merge pull request #142 from alejandraferreirovidal/addMultipleVersionsVerification
...
Add multiple versions verification
2018-05-24 17:06:17 +02:00
Alejandra Ferreiro Vidal
51b2241b2f
Merge pull request #100 from SAP/removeFetchUrl
...
remove fetchUrl Step
2018-05-24 14:39:18 +02:00
Alejandra Ferreiro Vidal
ebfeba75a0
review: add log
2018-05-24 14:21:41 +02:00
Alejandra Ferreiro Vidal
ea889934bd
add multiple versions verification for neoDeploy
2018-05-24 14:12:14 +02:00
Alejandra Ferreiro Vidal
53e5c0fe6b
add multiple versions verification tests
2018-05-24 14:12:14 +02:00
Alejandra Ferreiro Vidal
bc6ce8b3ba
add multiple versions verification
2018-05-24 14:12:01 +02:00
Alejandra Ferreiro Vidal
3c59ac4454
Merge pull request #143 from alejandraferreirovidal/compatibilityCode
...
compatibility code for new feature
2018-05-24 14:03:23 +02:00
Ramachandra Kamath Arbettu
793e0991c7
POC K8S
2018-05-15 14:47:59 +02:00
Ramachandra Kamath Arbettu
3b17287b8e
POC K8S
2018-05-15 09:08:09 +02:00
Ramachandra Kamath Arbettu
fab4dd2d44
POC K8S
2018-05-15 09:02:05 +02:00
Ramachandra Kamath Arbettu
9fdbf8631c
POC K8S
2018-05-15 08:59:07 +02:00
Ramachandra Kamath Arbettu
dca6693d62
POC K8S
2018-05-14 17:11:27 +02:00
Ramachandra Kamath Arbettu
0d1ec28b9e
POC K8S
2018-05-14 17:09:22 +02:00
Ramachandra Kamath Arbettu
0f1ca24b27
POC K8S
2018-05-14 16:53:13 +02:00
Marcus Holl
d7cfddd182
git utils: is inside working tree
2018-05-11 15:19:43 +02:00
Marcus Holl
e8ced708f6
fix: apply same script transformation when registering script and when quering
...
avoids trouble in case of multi line scripts.
2018-05-11 14:21:22 +02:00
Marcus Holl
0d2af05a9a
Merge pull request #147 from marcusholl/pr/useGitRevParseForInsideGitRepoCheck
...
Check if inside git repo via rev-parse --is-inside-work-tree
2018-05-11 11:10:29 +02:00
Marcus Holl
e61f16abfb
Check if inside git repo via rev-parse --is-inside-work-tree
...
This approach works also in case we are in a subdirectory of the git repo,
e.g. in the closure of a dir statement.
The decission is delegate to git rather than using internal knowledge
about git file names. Well, the directory will be always named '.git',
but nevertheless ...
May endup in a false positive in case we did not clone a repo AND there
is another git repo somewhere upwards in the file system. Maybe some
other git repo is located upstairs containing e.g. the jenkins setup.
The advantage of working also for subdirectories outweights the disadvantage
for the false positive. It is not likely that we have to deal with another
git repo upstairs, since the pipeline script is expected to be located in
the payload git repo. A phantom repo upstairs looks like a pure academical
discussion.
2018-05-11 10:04:18 +02:00
Marcus Holl
6eefc251d1
Merge pull request #146 from marcusholl/pr/gitUtilsAvoidDuplicateShellCode
...
GitUtils: avoid duplicate shell code
2018-05-11 09:09:24 +02:00
Oliver Nocon
9e9de1fd6e
Bump Version
2018-05-09 11:09:15 +02:00
Marcus Holl
52eb583dce
GitUtils: avoid duplicate shell code
2018-05-07 14:05:35 +02:00
Daniel Kurzynski
e8fb41aab6
Add configuration support for postActions ( #135 )
2018-05-07 10:50:21 +02:00
Florian Wilhelm
286a1f082e
Merge pull request #145 from SAP/return-types
...
Explicitly state return types fixes #144
2018-05-07 09:47:20 +02:00
Alejandra Ferreiro Vidal
9892bff907
compatibility code for new feature
2018-05-04 11:52:51 +02:00
Florian Wilhelm
dfa7b14d16
Explicitly state return types fixes #144
2018-05-04 11:34:51 +02:00
Alejandra Ferreiro Vidal
788e64c81f
Merge pull request #140 from alejandraferreirovidal/refactorValidateToolMethod
...
refactor validateTool on ToolValidateDescriptor
2018-05-03 11:32:32 +02:00
Alejandra Ferreiro Vidal
51b7de5641
refactor validateTool on ToolValidateDescriptor
2018-05-02 16:03:41 +02:00
Alejandra Ferreiro Vidal
9d7e801b40
Merge pull request #131 from alejandraferreirovidal/mtaJarFileConfigurable
...
add mtaJarName to make 'mta.jar' configurable
2018-05-02 13:59:27 +02:00
Alejandra Ferreiro Vidal
407b71441c
improve log
2018-04-26 18:02:17 +02:00
Alejandra Ferreiro Vidal
3bf3b49880
improve message and add test
2018-04-26 17:29:26 +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
a8a9281093
Merge pull request #138 from alejandraferreirovidal/addToolDescriptorTest
...
add ToolDescriptorTest
2018-04-25 17:45:55 +02:00
Alejandra Ferreiro Vidal
ce8f66bd12
add ToolDescriptorTest
2018-04-24 15:05:17 +02:00
Marcus Holl
afcb8f2c3f
Merge pull request #133 from marcusholl/pr/fixPackageDeclaration
...
Fix wrong package declaration
2018-04-24 09:57:04 +02:00
Marcus Holl
651a11f5d9
Merge pull request #136 from marcusholl/pr/useGroovyInIncreaseReadability
...
Pr/use groovy in increase readability
2018-04-24 09:48:11 +02:00
Daniel Kurzynski
540e8c36db
Fix merging if default values do not exist ( #130 )
2018-04-23 13:41:22 +02:00
Daniel Kurzynski
3d5a97ab71
Annotate docker plugin check as non cps ( #134 )
2018-04-20 12:59:17 +02:00
Marcus Holl
62fee7a63c
[refactoring] increase readability: warAction
2018-04-20 12:25:15 +02:00