diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6e69390..f829fd3c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/Jenkinsfile b/Jenkinsfile
index c59c4ad3..722bec41 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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]]]
@@ -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)
diff --git a/VERSION_HISTORY.md b/VERSION_HISTORY.md
index 84840770..61d433eb 100644
--- a/VERSION_HISTORY.md
+++ b/VERSION_HISTORY.md
@@ -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)
diff --git a/pom.xml b/pom.xml
index 8b855785..1a92e78f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
cd-test
- 0.77.0-SNAPSHOT
+ 0.78.0-SNAPSHOT
0.48.0
diff --git a/testsAT/pom.xml b/testsAT/pom.xml
index 481eb0b0..1c36d381 100644
--- a/testsAT/pom.xml
+++ b/testsAT/pom.xml
@@ -10,7 +10,7 @@
cd-test.testsAT
- 0.77.0-SNAPSHOT
+ 0.78.0-SNAPSHOT
0.7.0