-
Notifications
You must be signed in to change notification settings - Fork 1
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
Jenkins fails to add code to multidev #180
Comments
I did 2 things - not sure which caused the Jenkins script to work again:
|
new jenkins server is aws-108-102.internal.library.cornell.edu |
I just removed the upstream from my local copy of this repo. Having my local connected like this seems to push code changes to Pantheon before Jenkins is involved at all., The changes show up as a new upstream on Pantheon. I'm trying to test the upstream building process again. I made a new version 'origin/release/v2.7.8' and pushed that to github. |
I merge the PR (all checks have passed due to the previous push and jenkins test run). |
Merging multi-dev changes to master
(this is in the Jenkins script) |
then the jenkins script finishes SUCCESS [notice] Merged the ci-775 environment into dev.
and it deletes the multidev ci-775 |
at this point I can see the new upstream comment 'wordpress - generate a new version for test (#184) ' here: |
I make a clone of uls-upstream-test getupstream multidev without merging the new upstream. [v2.7.7] - 2024-09-04Changed
Now I apply the update on Pantheon |
The composer install added the new version of cul-it/wp-rss-aggregator from yesterday's updates. |
The jenkins script https://jenkins.library.cornell.edu/job/ci-jenkins-pantheon-wordpress/ creates a multidev environment in https://dashboard.pantheon.io/sites/a700ef3d-b210-44c1-8563-68a10650aa74#multidev but does not copy the new code into the environment.
The text was updated successfully, but these errors were encountered: