aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvilchik-elena2019-07-08 09:59:12 +0200
committerElena Vilchik2019-07-08 10:07:41 +0200
commit257f3b30c7a128eaee8b6215732973ce11d658d5 (patch)
treee4a70e16b24fa6440e1f70220bb9ddf0a2fb412f
parent02ca89ed5e566061d65ceb80e57b60c2dfe57fe4 (diff)
downloadsonar-css-257f3b30c7a128eaee8b6215732973ce11d658d5.tar.bz2
Rely on new SQ LTS in ITs
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 4138b53..f73bebf 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -27,7 +27,7 @@ pipeline {
label 'linux'
}
steps {
- runITs "LATEST_RELEASE[6.7]"
+ runITs "LATEST_RELEASE[7.9]"
}
}