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

add GitHub Actions CI/CD ci.yml #2409

Conversation

lloydchang
Copy link
Member

add GitHub Actions CI/CD ci.yml

@jenkinsadmin
Copy link

Build failed; the context from the latest run is:

Expand to view
[2019-08-12T00:56:40.998Z] Cloning with configured refspecs honoured and without tags
[2019-08-12T00:56:41.284Z] remote: Enumerating objects
[2019-08-12T00:56:41.284Z] remote: Counting objects
[2019-08-12T00:56:41.289Z] remote: Compressing objects
[2019-08-12T00:56:41.290Z] Receiving objects
[2019-08-12T00:56:47.323Z] Resolving deltas
[2019-08-12T00:56:50.019Z] Fetching without tags
[2019-08-12T00:56:50.085Z] Merging remotes/origin/master commit 03a3930ad8970d656d8c0ca416406771c3281ca7 into PR head commit 7d6d0b4e09745ee3c8b5b3ddbbb72091f8a2493a
[2019-08-12T00:56:52.354Z] Merge succeeded, producing 7d6d0b4e09745ee3c8b5b3ddbbb72091f8a2493a
[2019-08-12T00:56:52.354Z] Checking out Revision 7d6d0b4e09745ee3c8b5b3ddbbb72091f8a2493a (PR-2409)
[2019-08-12T00:56:53.107Z] Commit message: "add GitHub Actions CI/CD ci.yml"
[2019-08-12T00:56:53.107Z] First time build. Skipping changelog.
[2019-08-12T00:56:53.444Z] [Pipeline] }
[2019-08-12T00:56:53.479Z] [Pipeline] // stage
[2019-08-12T00:56:53.541Z] [Pipeline] stage
[2019-08-12T00:56:53.558Z] [Pipeline] { (Build site)
[2019-08-12T00:56:53.668Z] [Pipeline] timeout
[2019-08-12T00:56:53.669Z] Timeout set to expire in 1 hr 0 min
[2019-08-12T00:56:53.728Z] [Pipeline] {
[2019-08-12T00:56:53.771Z] [Pipeline] sh
[2019-08-12T00:56:54.090Z] + make all
[2019-08-12T00:56:54.090Z] mkdir -p build/_site
[2019-08-12T00:56:54.090Z] chmod u+x scripts/groovy scripts/ruby scripts/node scripts/asciidoctor-pdf scripts/awestruct scripts/user-site-deploy.sh scripts/release.rss.groovy scripts/fetch-external-resources
[2019-08-12T00:56:54.090Z] mkdir -p vendor/gems
[2019-08-12T00:56:54.090Z] ./scripts/ruby pull
[2019-08-12T00:56:54.348Z] 2.6: Pulling from library/ruby
[2019-08-12T00:56:54.348Z] Digest: sha256:a29bfc3b57e4f2cce2970611dd3a6310a316963d80b2bd40bb8698ea234144ab
[2019-08-12T00:56:54.348Z] Status: Image is up to date for ruby:2.6
[2019-08-12T00:56:54.348Z] docker.io/library/ruby:2.6
[2019-08-12T00:56:54.348Z] ./scripts/ruby bundle install --path=vendor/gems
[2019-08-12T00:56:54.348Z] docker: Error response from daemon: mkdir /var/lib/docker/overlay2/eab325c430b962d03edad0fdcd20c1bef2591c5423df2dbf03f2cc6b2489caeb-init: no space left on device.
[2019-08-12T00:56:54.348Z] See 'docker run --help'.
[2019-08-12T00:56:54.348Z] Makefile:74: recipe for target 'build/ruby' failed
[2019-08-12T00:56:54.348Z] make: *** [build/ruby] Error 125
[2019-08-12T00:56:54.394Z] [Pipeline] }
[2019-08-12T00:56:54.444Z] [Pipeline] // timeout
[2019-08-12T00:56:54.473Z] [Pipeline] }
[2019-08-12T00:56:54.504Z] [Pipeline] // stage
[2019-08-12T00:56:54.532Z] [Pipeline] }
[2019-08-12T00:56:54.564Z] [Pipeline] // node
[2019-08-12T00:56:54.632Z] [Pipeline] echo
[2019-08-12T00:56:54.640Z] Caught: hudson.AbortException: script returned exit code 2
[2019-08-12T00:56:54.691Z] [Pipeline] mail
[2019-08-12T00:56:55.217Z] [Pipeline] End of Pipeline
[2019-08-12T00:56:55.601Z] 
[2019-08-12T00:56:55.601Z] GitHub has been notified of this commit’s build result
[2019-08-12T00:56:55.601Z] 
[2019-08-12T00:56:55.601Z] ERROR: script returned exit code 2
[2019-08-12T00:56:55.601Z] Finished: FAILURE

Powered by the Comment Logger

@lloydchang
Copy link
Member Author

lloydchang commented Aug 12, 2019

Hi all, here's a test case for GitHub Actions CI/CD ci.yml:
https://github.com/lloydchang/jenkins.io/pull/6/checks?check_run_id=190821682

I have GitHub Actions Beta enabled in my GitHub account, which allows my account to use the ci.yml file — to run continuous integration for pull requests in my fork of the jenkins.io repository.

To use this ci.yml file, the Jenkins organization will have to request GitHub Actions Beta to do the same, or wait until November 13th when GitHub Actions is generally available.

@lloydchang lloydchang closed this Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants