Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin-site doesn't build on infra.ci due to missing 'docker' agent #3867

Closed
NotMyFault opened this issue Dec 15, 2023 · 4 comments
Closed

Comments

@NotMyFault
Copy link
Member

Service(s)

infra.ci.jenkins.io

Summary

https://infra.ci.jenkins.io/job/website-jobs/job/plugin-site/ fails to build, because of

23:33:00  org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
23:33:00  WorkflowScript: 30: Invalid agent type "docker" specified. Must be one of [any, kubernetes, label, none] @ line 30, column 9.
23:33:00             docker {
23:33:00             ^

The last successful build was on December the 12th at 9:11 AM.

Reproduction steps

No response

@NotMyFault NotMyFault added the triage Incoming issues that need review label Dec 15, 2023
@dduportal
Copy link
Contributor

This issue is related to jenkins-infra/plugin-site#1377

It's caused by jenkins-infra/kubernetes-management#4750 which changed the Jenkinsfile used in infra.ci for plugin-site.

I believe it should be fixed either by:

@lemeurherve
Copy link
Member

Reverted jenkins-infra/kubernetes-management#4750 for now.

@dduportal
Copy link
Contributor

Reopening to track work in jenkins-infra/plugin-site#1565 (review) and the revert of the jenkins-infra/kubernetes-management#4750 revert ;)

@lemeurherve
Copy link
Member

The plugin site job is now correctly running on ci.jenkins.io and infra.ci.jenkins.io from the same Jenkinsfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants