summaryrefslogtreecommitdiffstats
path: root/jjb/apex/update-build-result.groovy
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-08-03 11:28:11 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-08-03 11:35:32 +0200
commiteb72439885a4614c83213dc4b15fc7d629d29aba (patch)
tree69d7b1812d34d9b7389a6d322c4ad7e55d4b1b48 /jjb/apex/update-build-result.groovy
parente6f9bf8d6400b4709ff52a9ea8a23a44b292bdd0 (diff)
Remove Apex jobs
Apex dropped a few years ago and false dependencies between Apex and Functest jobs forbid Functest maintainance. Change-Id: Ic63995325a281e0308abc28e9a89e8054c123391 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/apex/update-build-result.groovy')
-rw-r--r--jjb/apex/update-build-result.groovy5
1 files changed, 0 insertions, 5 deletions
diff --git a/jjb/apex/update-build-result.groovy b/jjb/apex/update-build-result.groovy
deleted file mode 100644
index 9edca6b6b..000000000
--- a/jjb/apex/update-build-result.groovy
+++ /dev/null
@@ -1,5 +0,0 @@
-import hudson.model.*
-if (manager.logContains('^.*apex-deploy-baremetal.*SUCCESS$')
- && manager.build.@result == hudson.model.Result.FAILURE) {
- manager.build.@result = hudson.model.Result.UNSTABLE
-}