This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch kie-issues_755
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-operator.git
The following commit(s) were added to refs/heads/kie-issues_755 by this push:
new e6516ee0 Comment out login to OpenShift call
e6516ee0 is described below
commit e6516ee0f5f8ea3e4514b3dfa1968028739b80d2
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Wed Dec 13 09:06:30 2023 -0300
Comment out login to OpenShift call
---
.ci/jenkins/Jenkinsfile.deploy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.deploy b/.ci/jenkins/Jenkinsfile.deploy
index b2aa7caf..8f8075b6 100644
--- a/.ci/jenkins/Jenkinsfile.deploy
+++ b/.ci/jenkins/Jenkinsfile.deploy
@@ -56,7 +56,8 @@ pipeline {
}
// Verify we have the connectivity to Openshift
- openshift.loginOpenshift()
+ // Still don't have the credentials
+ //openshift.loginOpenshift()
}
}
post {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]