You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The detect Docker image + args to use for the build stage for the OpenSearch and OpenSearch Dashboards Jenkinsfile throws this error:
Required context class hudson.FilePath is missing Perhaps you forgot to surround the code with a step that provides this, such as: node
--
Error signal | Attempted to execute a step that requires a node context while ‘agent none’ was specified. Be sure to specify your own ‘node { ... }’ blocks when using ‘agent none’.
The agent is none for the pipeline so each stage would have to define there on agent if they are doing work.
Describe the bug
The
detect Docker image + args to use for the build
stage for the OpenSearch and OpenSearch Dashboards Jenkinsfile throws this error:The agent is
none
for the pipeline so each stage would have to define there on agent if they are doing work.To reproduce
Run https://github.com/opensearch-project/opensearch-build/blob/main/jenkins/opensearch-dashboards/Jenkinsfile through Jenkins and see error.
Expected behavior
For it to build.
Screenshots
No response
Host / Environment
No response
Additional context
Should we just throw
into that stage? Or just create an agent that can does the work of pulling that value from the manifest.yaml file.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: