-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Continuous Integration
-
Tags:
-
Backlog priority:500
-
Sprint:DevOps-16
Fix TestAndPush/rebase-and-push ignoring addon new branch.
console extract
Started by user stephane lacoin [EnvInject] - Loading node environment variables. Building remotely on Docker-slave-94d7116fe65a-qa-ovh02.nuxeo.com (SLAVE FF42 DYNAMIC) in workspace /opt/jenkins/workspace/TestAndPush/rebase-and-push No emails were triggered. [rebase-and-push] $ /bin/bash -e /tmp/hudson8511113483447541643.sh Cloning into '.'... Branch feature-NXP-21969-runtime-standby-mode set up to track remote branch feature-NXP-21969-runtime-standby-mode from origin. [.] $> git fetch origin $> git checkout feature-NXP-21969-runtime-standby-mode -q $> git rebase -q --autostash origin/feature-NXP-21969-runtime-standby-mode Modules list calculated from the POM file /opt/jenkins/workspace/TestAndPush/rebase-and-push/pom.xml [addons] $> git clone git@github.com:nuxeo/addons.git --origin origin Cloning into 'addons'... $> git checkout --track -b feature-NXP-21969-runtime-standby-mode origin/feature-NXP-21969-runtime-standby-mode -q Modules list calculated from the POM file /opt/jenkins/workspace/TestAndPush/rebase-and-push/addons/pom.xml [nuxeo-drive-server] $> git clone git@github.com:nuxeo/nuxeo-drive-server.git --origin origin Cloning into 'nuxeo-drive-server'... $> git checkout --track -b feature-NXP-21969-runtime-standby-mode origin/feature-NXP-21969-runtime-standby-mode -q Modules list calculated from POM Execute on modules: addons addons-core nuxeo-common nuxeo-core nuxeo-distribution nuxeo-dm nuxeo-features nuxeo-jsf nuxeo-runtime nuxeo-services nuxeo-theme nuxeo-webengine [addons] Your branch is up-to-date with 'origin/feature-NXP-21969-runtime-standby-mode'. Current branch feature-NXP-21969-runtime-standby-mode is up to date. Switched to branch 'master' Your branch is up-to-date with 'origin/master'. Current branch master is up to date. Already up-to-date. NOOP [nuxeo-common] Your branch is up-to-date with 'origin/feature-NXP-21969-runtime-standby-mode'. Current branch feature-NXP-21969-runtime-standby-mode is up to date. Switched to branch 'master' Your branch is up-to-date with 'origin/master'. Current branch master is up to date. Removing nuxeo-runtime/nuxeo-runtime/src/main/java/org/nuxeo/runtime/api/ServicePassivator.java Removing nuxeo-runtime/nuxeo-runtime-test/src/test/java/org/nuxeo/runtime/api/TestServicePassivation.java Removing nuxeo-core/nuxeo-core-event/src/main/java/org/nuxeo/ecm/core/work/ReloadListener.java Removing nuxeo-core/nuxeo-core-event/src/main/java/org/nuxeo/ecm/core/scheduler/ReloadListener.java Merge made by the 'recursive' strategy. nuxeo-common/pom.xml | 8 +- .../java/org/nuxeo/common/logging/Log4JHelper.java | 31 +- .../org/nuxeo/common/logging/Log4jWatchdog.java | 58 ++ .../nuxeo/common/logging/Log4jWatchdogHandle.java | 28 + .../org/nuxeo/ecm/core/cache/CacheServiceImpl.java | 20 +- Notifying upstream projects of job completion Email was triggered for: Always Sending email for trigger: Always Sending email to: slacoin@nuxeo.com Finished: SUCCESS
The new branch on nuxeo-drive-server was not pushed, the repo was even not considered in the second step of the script.
- depends on
-
NXP-22379 Add a failonerror option to Shell scripts
- Resolved
- links to