Sven Merk
82d70677fb
Refactor to dep as dependency manager
2019-03-25 14:32:36 +01:00
Sven Merk
b305039f27
Fix descriptor default name
2019-03-25 14:01:49 +01:00
Sven Merk
cbc81acaa5
Refactor stash
2019-03-25 14:00:57 +01:00
Sven Merk
7de9718e13
Fix interpretation of descriptor
2019-03-25 12:50:00 +01:00
Sven Merk
686de62782
Fix includes for glide build
2019-03-25 11:50:40 +01:00
Sven Merk
6fbf659553
Extend build descriptor stash for glide
2019-03-25 11:00:24 +01:00
Sven Merk
f928878c5e
Fix path handling
2019-03-25 10:38:00 +01:00
Sven Merk
c71f420995
Fix version handling
2019-03-25 09:42:25 +01:00
Sven Merk
d1223fb346
Temporary verbosity
2019-03-25 09:01:49 +01:00
Sven Merk
db8c86e9de
Fix project name determination
2019-03-25 08:51:23 +01:00
Sven Merk
50cc1cb32d
Fix version determination 2
2019-03-25 08:41:30 +01:00
Sven Merk
c269746ed3
Fix version determination
2019-03-22 15:04:19 +01:00
Sven Merk
3ef908ff06
Fix path to read version
2019-03-22 14:59:51 +01:00
Sven Merk
9322769d47
Improve reported version
2019-03-22 14:53:33 +01:00
Sven Merk
b1cf27aa23
Improve test
2019-03-22 14:41:10 +01:00
Sven Merk
65dc3793b0
Fix default for Go version determination
2019-03-22 14:13:05 +01:00
Sven Merk
8470e14aed
Fix Go image
2019-03-22 13:50:11 +01:00
Sven Merk
10c7485808
Fix project name determination for Go
2019-03-22 13:08:48 +01:00
Sven Merk
a7f257dfe3
Fix missing reference
2019-03-22 12:11:20 +01:00
Sven Merk
b7afea0127
Merge remote-tracking branch 'origin/whitesource-step' into whitesource-step
2019-03-22 12:07:08 +01:00
Sven Merk
c1ad3765e0
Fix java.nio.file.NoSuchFileException
2019-03-22 12:06:03 +01:00
Sven Merk
991dd5ec51
Merge branch 'master' into whitesource-step
2019-03-22 11:58:01 +01:00
Sven Merk
8da169d2a8
Enable golang
2019-03-22 11:55:50 +01:00
Christopher Fenner
208e1a4241
influx: report build link to measurements 'step_data' and 'pipeline_data' ( #585 )
2019-03-21 20:23:23 +01:00
Marcus Holl
db7e688294
Merge pull request #581 from IKirilova/patch-1
...
update documentation for neoDeploy step parameters
2019-03-21 14:48:24 +01:00
Marcus Holl
4d5b348bc6
Merge branch 'master' into patch-1
2019-03-21 14:20:36 +01:00
Marcus Holl
3a7e972093
Merge pull request #586 from IKirilova/master
...
enhance prepare stage with cleanup and checkout
2019-03-21 14:18:25 +01:00
Sven Merk
1870c6ab9c
Modify defaults
2019-03-21 14:06:23 +01:00
Sven Merk
69f90ee768
Address sonar feedback
2019-03-21 13:34:33 +01:00
Sven Merk
be814c62aa
Included comments refactored docu generation
2019-03-21 13:25:22 +01:00
Irina Kirilova
020a5aaadd
Merge branch 'master' into master
2019-03-21 12:54:15 +01:00
Marcus Holl
1f949f27af
Fix the unit test
2019-03-21 12:40:38 +01:00
Marcus Holl
149b89900b
Merge pull request #572 from marcusholl/pr/useDockerForSolmanAndCts
...
Pr/use docker for solman and cts
2019-03-21 12:13:14 +01:00
Irina Kirilova
90c0604471
sort parameters alphabetically
2019-03-21 10:44:42 +01:00
Marcus Holl
3f8498e4dd
Merge remote-tracking branch 'github/master' into HEAD
2019-03-21 10:43:27 +01:00
Irina Kirilova
3923d0b2e4
enhance prepare stage with cleanup and checkout
2019-03-21 10:37:02 +01:00
Irina Kirilova
a0eb77f3e6
update documentation for neoDeploy step parameters
2019-03-20 16:13:18 +01:00
Oliver Nocon
ff15efef20
bump version ( #562 )
2019-03-20 13:58:12 +01:00
Marcus Holl
1a36a775f4
Fix sanity checks for warPropertiesFile deploy mode. ( #574 )
...
* Fix sanity checks for warPropertiesFile deploy mode.
* improve tests for the sanity checks
The sanity checks are performed per deploy mode.
All parameters are checked at once.
* Explict check for host, account not found by sanity checks for deploy mode war properties
2019-03-20 12:14:57 +01:00
Christopher Fenner
80d288ae57
handlePipelineStepError: use ConfigurationHelper ( #556 )
...
* use ConfigurationHelper in handlePipelineStepError
* externalise help url
2019-03-20 11:21:06 +01:00
Holger Partsch
94957e2b54
Make K8S integration more configurable ( #552 )
...
* Define pod using k8s yaml manifest
The Kubernetes plugin allows to define pods directly via the Kubernetes
API specification:
https://github.com/jenkinsci/kubernetes-plugin#using-yaml-to-define-pod-templates
This has the advantage of unlocking Kubernetes features which are not
exposed via the Kubernetes plugin, including all Kubernetes security
featues.
Using the Kubernetes API directly is also better from development
point of view because it is stable and better desgined then the API the
plugin offers.
* Make the Kubernetes ns configurable
If one Jenkins Master is used by multiple Teams, it is desirable to
schedule K8S workloads in seperatae workspaces.
* Add securityContext to define uid and fsGroup
In the context of the Jenkins k8s plugin it is uids and fsGroups play an
important role, because the containers share a common file system.
Therefore it is benefical to configure this data centraly.
* fix indention
* Undo format changes
* Extend and fix unit tests
* Fix port mapping
* Don't set uid globally
This does not work with jaas due to permissions problems.
* Fix sidecar test
* Make security context configurable at stage level
* Extract json serialization
* Cleanup unit tests
2019-03-20 10:07:37 +01:00
Marcus Holl
ad41c27458
Merge remote-tracking branch 'github/master' into HEAD
2019-03-19 16:05:58 +01:00
Christopher Fenner
7177954e80
seleniumExecuteTests & uiVeri5ExecuteTests: improve documentation ( #568 )
...
* generate docs for seleniumExecuteTests
* inherit docs for uiVeri5ExecuteTests
* add description for failOnError
2019-03-19 15:38:52 +01:00
Christopher Fenner
60cbd2cd57
seleniumExecuteTests: fix type ( #569 )
2019-03-19 12:07:05 +01:00
Marcus Holl
d4d68a7a2b
Merge pull request #561 from marcusholl/pr/neoDeployParamChecksEarly
...
Perform parameter validation early, do not truncate parameters
2019-03-19 10:26:43 +01:00
Marcus Holl
728464ae54
checkChangeInDevelopment with docker
2019-03-19 10:07:18 +01:00
Marcus Holl
bdc0e487d6
release transport request for cts
2019-03-19 10:07:18 +01:00
Marcus Holl
3e8d4fc576
Release transport SOLMAN with docker
2019-03-19 10:07:18 +01:00
Marcus Holl
71fdcc3e53
docker for upload file SOLMAN
2019-03-19 10:07:18 +01:00
Marcus Holl
24cd9400d7
create transport request SOLMAN with docker
2019-03-19 10:07:18 +01:00