diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy index 4b804108c..b4ba559a0 100644 --- a/.ci/jenkins/Jenkinsfile.deploy +++ b/.ci/jenkins/Jenkinsfile.deploy @@ -418,7 +418,7 @@ void setDeployPropertyIfNeeded(String key, def value) { } String[] getImages() { - return runPythonCommand("make list | tr '\\n' ','", true).trim().split(',') + return ['kogito-runtime-jvm'] } void runPythonCommand(String cmd, boolean stdout = false) {