This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new 43af59e4 Fix missing method renaming (#1181)
43af59e4 is described below
commit 43af59e49ec6d18df6db325afd2c6c98a2e1eeb7
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Tue Feb 13 08:03:23 2024 -0300
Fix missing method renaming (#1181)
---
.ci/jenkins/Jenkinsfile.weekly.cloud | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.ci/jenkins/Jenkinsfile.weekly.cloud
b/.ci/jenkins/Jenkinsfile.weekly.cloud
index beeb2ef9..876f01bd 100644
--- a/.ci/jenkins/Jenkinsfile.weekly.cloud
+++ b/.ci/jenkins/Jenkinsfile.weekly.cloud
@@ -19,7 +19,7 @@ defaultImageParamsPrefix = 'IMAGE'
// Should be multibranch pipeline
pipeline {
agent {
- label util.getLabel('ubuntu')
+ label util.avoidFaultyNodes('ubuntu')
}
options {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]