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
{{ message }}
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
No such file or directory - /data/jenkins-ci/jobs/jenkins.rb/workspace/var/jenkins/jobs/ruby/config.xml (Errno::ENOENT)
./features/step_definitions/jenkins_steps.rb:106:in `read'
./features/step_definitions/jenkins_steps.rb:106:in `/^the job "([^"]*)" config "([^"]*)" should be:$/'
features/manage_jobs.feature:52:in `And the job "ruby" config "scm" should be:'
When the same scenario is run directly within a console on the CI server it works:
When I run it manually I run it from /data/jenkins-ci/jobs/jenkins.rb/workspace. I'm not sure what Jenkins is doing when it runs "bundle exec rake" itself.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the jenkins.rb feature suite runs in CI (both http://ec2-184-73-167-68.compute-1.amazonaws.com/job/jenkins.rb/4/console & http://jenkins.thefrontside.net/job/jenkins.rb/35/console) the features/manage_jobs.feature:47 feature fails with:
When the same scenario is run directly within a console on the CI server it works:
The text was updated successfully, but these errors were encountered: