Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e955df8
Prepare for next version: 0.78.0-SNAPSHOT
stratiocommit-test Jul 29, 2021
24ad1ed
[PRE-RELEASE] 0.77.0-b394cf3: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Jul 29, 2021
aa230aa
[PRE-RELEASE] 0.77.1-5a2591f: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Jul 29, 2021
9ba59a7
[RELEASE] 0.77.1: Master branch updated
stratiocommit-test Jul 29, 2021
fd91698
Update Jenkinsfile
acelorio Aug 23, 2021
f606ecd
Update Jenkinsfile
acelorio Aug 25, 2021
dd01519
[PRE-RELEASE] 0.77.2-ee80bca: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Sep 1, 2021
d964c07
[PRE-RELEASE] 0.77.2-3defe32: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Sep 1, 2021
e129ccf
[RELEASE] 0.77.2: Master branch updated
stratiocommit-test Sep 1, 2021
9690d81
[PRE-RELEASE] 0.77.3-38db294: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Sep 7, 2021
111a101
Update Jenkinsfile
acelorio Sep 23, 2021
54b9745
[RELEASE] 0.77.3: Master branch updated
stratiocommit-test Sep 23, 2021
750c5af
[PRE-RELEASE] 0.77.4-47773bb: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 8, 2021
7098dac
Add healthcheck to ZK
acelorio Oct 14, 2021
6a85124
Update Jenkinsfile
acelorio Oct 19, 2021
28c727f
[PRE-RELEASE] 0.77.4-8d7279c: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
70a62a6
[PRE-RELEASE] 0.77.4-050893b: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
abb5f0c
[PRE-RELEASE] 0.77.4-1bc47db: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
04a4827
[PRE-RELEASE] 0.77.4-23969c1: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
48cc7eb
[PRE-RELEASE] 0.77.4-ed4ff49: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
0de82e3
[PRE-RELEASE] 0.77.4-88ccf52: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
b1c4437
[PRE-RELEASE] 0.77.4-946ec3f: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 19, 2021
5487052
[PRE-RELEASE] 0.77.4-df2b14c: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 20, 2021
7c9d680
[PRE-RELEASE] 0.77.4-a0de189: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 20, 2021
75731b9
[PRE-RELEASE] 0.77.4-769c216: CHANGELOG and VERSION_HISTORY updated
stratiocommit-test Oct 20, 2021
2ec3da9
[RELEASE] 0.77.4: Master branch updated
stratiocommit-test Nov 11, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.77.0 (upcoming)
## 0.78.0 (upcoming)

* Pending changelog

## 0.77.0-b394cf3 (Built: July 29, 2021 | Pre-release)

* Some other changes

Expand Down
10 changes: 7 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
@Library('libpipelines@master') _
@Library('libpipelines') _

hose {
EMAIL = 'cd'
NEW_VERSIONING = 'true'
ANCHORE_TEST = true
DEPLOYONPRS = false
GENERATE_QA_ISSUE = false
GENERATE_QA_ISSUE = true
// ANCHORE_NIGHTLY_JOB = true
ITPARAMETERS = """
| -DZOOKEEPER_HOSTNAME=%%ZOOKEEPER
| """

ITSERVICES = [
['ZOOKEEPER': [
'image': 'jplock/zookeeper:3.5.2-alpha',
'healthcheck': 2181,
'env': [
'zk_id=1'],
'sleep': 5]]]
Expand All @@ -33,6 +36,7 @@ hose {
doIT(config)
}, failFast: true)
doPackage(config)
doStaticAnalysis(conf: config)
doDeploy(conf: config)
//doDockers(conf:config, dockerImages: [[conf: config, image: "cd-test"]])
doDocker(conf: config)
Expand Down
10 changes: 10 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
#### 0.77.4-769c216 (Built: October 20, 2021 | Released: November 11, 2021)

#### 0.77.3-38db294 (Built: September 07, 2021 | Released: September 23, 2021)

#### 0.77.2-3defe32 (Built: September 01, 2021 | Released: September 01, 2021)

#### 0.77.1-5a2591f (Built: July 29, 2021 | Released: July 29, 2021)

#### 0.77.0-b394cf3 (Built: July 29, 2021 | Pre-release)

#### 0.76.0-22de5b2 (Built: July 29, 2021 | Pre-release)

#### 0.68.0-16947eb (Built: July 29, 2021 | Pre-release)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>

<artifactId>cd-test</artifactId>
<version>0.77.0-SNAPSHOT</version>
<version>0.78.0-SNAPSHOT</version>

<properties>
<revision>0.48.0</revision>
Expand Down
2 changes: 1 addition & 1 deletion testsAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<artifactId>cd-test.testsAT</artifactId>
<version>0.77.0-SNAPSHOT</version>
<version>0.78.0-SNAPSHOT</version>

<properties>
<stratio-test-bdd.version>0.7.0</stratio-test-bdd.version>
Expand Down