This is an automated email from the ASF dual-hosted git repository.
jfeinauer pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new 53bd914 Removed skip of dependency-check... give build 2 hours.
53bd914 is described below
commit 53bd914af784030d0a3ebefc97e3b4a5bd96b0a8
Author: julian <[email protected]>
AuthorDate: Tue Mar 12 13:51:36 2019 +0100
Removed skip of dependency-check... give build 2 hours.
---
Jenkinsfile | 2 +-
pom.xml | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index ff78e1a..273d090 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
options {
// Kill this job after one hour.
- timeout(time: 1, unit: 'HOURS')
+ timeout(time: 2, unit: 'HOURS')
// When we have test-fails e.g. we don't need to run the remaining
steps
skipStagesAfterUnstable()
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr:
'3'))
diff --git a/pom.xml b/pom.xml
index bc008ad..795df6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1346,8 +1346,7 @@
</execution>
</executions>
<configuration>
- <!--<failBuildOnCVSS>8</failBuildOnCVSS>-->
- <skip>true</skip>
+ <failBuildOnCVSS>8</failBuildOnCVSS>
</configuration>
</plugin>
</plugins>