Branch: refs/heads/master
Home: https://github.com/jenkinsci/clearcase-ucm-plugin
Commit: 119c269ad5eea92cf37a0aa97f56dfa533ad8bee
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/119c269ad5eea92cf37a0aa97f56dfa533ad8bee
Author: Thierry Lacour <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M src/main/java/net/praqma/hudson/scm/PollingModeJobDslContext.java
Log Message:
-----------
Job DSL ExcludeList defaults to empty, rather than null
Commit: 65b9db97ebbdac71a9b1d507e1c13051fba31ae9
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/65b9db97ebbdac71a9b1d507e1c13051fba31ae9
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
Updated pom to 1.7.0
Commit: e97c0afc8c19e9cd855e47e68d15beced6514b24
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/e97c0afc8c19e9cd855e47e68d15beced6514b24
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
Added pom.xml to make a new release. Change to jenkins-ci infra.
Commit: 8df51b6711b7a162655272b210efac221d42468b
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/8df51b6711b7a162655272b210efac221d42468b
Author: ReleasePraqma <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release clearcase-ucm-plugin-1.7.0
Commit: bd721fde5da330fad541e5ddec33c8c547254b61
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/bd721fde5da330fad541e5ddec33c8c547254b61
Author: ReleasePraqma <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 1bac9b5e983c5f01978929497f184822936f1714
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/1bac9b5e983c5f01978929497f184822936f1714
Author: Praqma Release User <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
M src/main/java/net/praqma/hudson/CCUCMBuildAction.java
M src/main/java/net/praqma/hudson/nametemplates/DateTemplate.java
M src/main/java/net/praqma/hudson/nametemplates/FileFoundable.java
M src/main/java/net/praqma/hudson/notifier/PollSubscribeRemotePostBuild.java
M src/main/java/net/praqma/hudson/notifier/RemotePostBuild.java
M src/main/java/net/praqma/hudson/remoting/CheckoutTask.java
M src/main/java/net/praqma/hudson/remoting/CreateChangeSetRemote.java
M src/main/java/net/praqma/hudson/remoting/CreateRemoteBaseline.java
M src/main/java/net/praqma/hudson/remoting/EndView.java
M src/main/java/net/praqma/hudson/remoting/GetClearCaseVersion.java
M
src/main/java/net/praqma/hudson/remoting/GetConsideredBaselinesForSubscribe.java
M
src/main/java/net/praqma/hudson/remoting/GetDetermineResultForSubscribe.java
M src/main/java/net/praqma/hudson/remoting/GetLatestForActivities.java
M src/main/java/net/praqma/hudson/remoting/GetRebaseBaselines.java
M src/main/java/net/praqma/hudson/remoting/GetRelatedStreams.java
M src/main/java/net/praqma/hudson/remoting/GetRemoteBaselineFromStream.java
M src/main/java/net/praqma/hudson/remoting/LoadEntity.java
M src/main/java/net/praqma/hudson/remoting/RebaseCancelTask.java
M src/main/java/net/praqma/hudson/remoting/RebaseCompleteTask.java
M src/main/java/net/praqma/hudson/remoting/RebaseTask.java
M src/main/java/net/praqma/hudson/remoting/RemoteClearCaseCheck.java
M src/main/java/net/praqma/hudson/remoting/RemoteDeliverComplete.java
M src/main/java/net/praqma/hudson/remoting/deliver/GetChanges.java
M src/main/java/net/praqma/hudson/remoting/deliver/MakeDeliverView.java
M src/main/java/net/praqma/hudson/remoting/deliver/StartDeliver.java
A src/main/resources/META-INF/hudson.remoting.ClassFilter
M src/main/resources/index.jelly
M src/main/resources/net/praqma/hudson/notifier/CCUCMNotifier/config.jelly
M src/main/resources/net/praqma/hudson/scm/CCUCMScm/global.jelly
M src/main/resources/net/praqma/hudson/scm/ChangeLogSetImpl/digest.jelly
M src/main/resources/net/praqma/hudson/scm/ChangeLogSetImpl/index.jelly
M
src/main/resources/net/praqma/hudson/scm/pollingmode/ComponentSelectionCriteriaRequirement/config.jelly
M
src/main/resources/net/praqma/hudson/scm/pollingmode/JobNameRequirement/config.jelly
A src/test/java/net/praqma/hudson/test/unit/JEP200.java
Log Message:
-----------
Work in progress for JEP200 fix
Run test with 'mvn clean compile test -Dtest=net.praqma.hudson.test.unit.JEP200
-Djenkins.version=2.111'
Commit: 5f9b81e916be8c881a0565e632e743f6fe451b66
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/5f9b81e916be8c881a0565e632e743f6fe451b66
Author: Praqma Release User <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
R src/test/java/net/praqma/hudson/test/BaseTestClass.java
R src/test/java/net/praqma/hudson/test/CCUCMRule.java
R src/test/java/net/praqma/hudson/test/EnableLoggerAction.java
R src/test/java/net/praqma/hudson/test/LoggerListener.java
R src/test/java/net/praqma/hudson/test/LoggerRule.java
R src/test/java/net/praqma/hudson/test/SystemValidator.java
R src/test/java/net/praqma/hudson/test/integration/child/ActivityTestIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/BaselinesFoundFailedIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/GetBaselinesTestIT.java
R
src/test/java/net/praqma/hudson/test/integration/child/ManualTriggerIT.java
R src/test/java/net/praqma/hudson/test/integration/child/PollingIT.java
R
src/test/java/net/praqma/hudson/test/integration/rebase/BaselinesFoundIT.java
R src/test/java/net/praqma/hudson/test/integration/self/AnyIT.java
R
src/test/java/net/praqma/hudson/test/integration/self/BaselinesFoundFailsIT.java
R
src/test/java/net/praqma/hudson/test/integration/self/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/self/NoNewBaselinesFoundIT.java
R src/test/java/net/praqma/hudson/test/integration/self/PollingIT.java
R
src/test/java/net/praqma/hudson/test/integration/sibling/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/BaselinesFoundIT.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ClearCaseUCMConfigurationComponentDTO.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ClearCaseUCMConfigurationDTO.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ClearcaseUCMCompatability.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/CompatabilityCompatible.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/ExternalData.java
R
src/test/java/net/praqma/hudson/test/integration/subscribe/MongoExternalDataSourceRule.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS13944IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS14436IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS14702IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS14806IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16072IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16487IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16620IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS16636IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18278BaseIT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18278IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18278InterprojectIT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18279IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18280IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS18281IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/JENKINS19558IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story01IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story02IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story03IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story04IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story05IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story06Base.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story06IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story06WithSlavesIT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story07IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story08IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story09IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story10IT.java
R
src/test/java/net/praqma/hudson/test/integration/userstories/Story11IT.java
R src/test/java/net/praqma/hudson/test/unit/JEP200.java
A src/test/java/net/praqma/jenkins/test/unit/JEP200.java
R src/test/resources/2bootStrapVob.bat
R src/test/resources/bootStrapVob.bat
R src/test/resources/create-baseline.xml
R src/test/resources/manuel-test-setup.xml
R src/test/resources/prepare.txt
R src/test/resources/setup-JENKINS-14436.xml
R src/test/resources/setup-JENKINS-14702.xml
R src/test/resources/setup-JENKINS-14806.xml
R src/test/resources/setup-JENKINS-16620.xml
R src/test/resources/setup-basic.xml
R src/test/resources/setup-bl-on-dev.xml
R src/test/resources/setup-interproject-basic.xml
R src/test/resources/setup-interproject.xml
R src/test/resources/setup-jenkins-project.xml
R src/test/resources/setup-story10.xml
R src/test/resources/setup-story3.xml
R src/test/resources/setup-story4.xml
R src/test/resources/setup-story5.xml
R src/test/resources/setup-story7.xml
R src/test/resources/setup.xml
Log Message:
-----------
Removed tests we can no longer support. Plugin is EOL
Commit: c15fc9e3f7014f6fd5f5ad9b0c14d3460280a025
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/c15fc9e3f7014f6fd5f5ad9b0c14d3460280a025
Author: Praqma Release User <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
Removed own repository from pom. Now official plugin
Commit: f276e16044e9b478adf1eee3675d2c4f8afcf4fa
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/f276e16044e9b478adf1eee3675d2c4f8afcf4fa
Author: Praqma Release User <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M src/main/java/net/praqma/hudson/CCUCMBuildAction.java
M src/main/java/net/praqma/hudson/Config.java
M src/main/java/net/praqma/hudson/Util.java
M
src/main/java/net/praqma/hudson/nametemplates/ClearCaseVersionNumberTemplate.java
M src/main/java/net/praqma/hudson/nametemplates/FileTemplate.java
M src/main/java/net/praqma/hudson/nametemplates/VersionNumberTemplate.java
M src/main/java/net/praqma/hudson/notifier/CCUCMNotifier.java
M src/main/java/net/praqma/hudson/notifier/PollSubscribeRemotePostBuild.java
M src/main/java/net/praqma/hudson/notifier/RemotePostBuild.java
M src/main/java/net/praqma/hudson/remoting/CheckoutTask.java
M src/main/java/net/praqma/hudson/remoting/CreateChangeSetRemote.java
M src/main/java/net/praqma/hudson/remoting/GetRemoteBaselineFromStream.java
M src/main/java/net/praqma/hudson/remoting/RemoteClearCaseCheck.java
M src/main/java/net/praqma/hudson/scm/CCUCMScm.java
M src/main/java/net/praqma/hudson/scm/ChangeLogParserImpl.java
M src/main/java/net/praqma/hudson/scm/ClearCaseChangeset.java
M src/main/java/net/praqma/hudson/scm/pollingmode/PollSubscribeMode.java
Log Message:
-----------
Fixed findbugs prior to release. Part of #27
Commit: a8df5959f7e69767cb92458392782f7839f340c4
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/a8df5959f7e69767cb92458392782f7839f340c4
Author: ReleasePraqma <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release clearcase-ucm-plugin-1.7.1
Commit: 1222b76215dea5fbb711202d70412036019e5bab
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/1222b76215dea5fbb711202d70412036019e5bab
Author: ReleasePraqma <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: adafc52b832fcdc87913727667b7ba0f33e63ce8
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/adafc52b832fcdc87913727667b7ba0f33e63ce8
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M src/main/resources/META-INF/hudson.remoting.ClassFilter
M src/test/java/net/praqma/jenkins/test/unit/JEP200.java
Log Message:
-----------
A couple of extra classes for JEP200
Commit: fcf8e2124164d44b0a499be75249a4a6a54055b4
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/fcf8e2124164d44b0a499be75249a4a6a54055b4
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
A jenkins-pipeline/Jenkinsfile
A jenkins-pipeline/pipeline.groovy
Log Message:
-----------
Added Jenkinsfile
Commit: cee271eaa92c4d1df68d097118dd758238ab5229
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/cee271eaa92c4d1df68d097118dd758238ab5229
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M jenkins-pipeline/pipeline.groovy
Log Message:
-----------
Corrected jobdsl to use new Jenkinsfile
Commit: 684746f00aef23628c58e1d9c9b7a87d714352d7
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/684746f00aef23628c58e1d9c9b7a87d714352d7
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M jenkins-pipeline/pipeline.groovy
Log Message:
-----------
Add correct traits to job dsl
Commit: 72aa6551cd69d020ec4244be553b6df403efc830
https://github.com/jenkinsci/clearcase-ucm-plugin/commit/72aa6551cd69d020ec4244be553b6df403efc830
Author: Mads Nielsen <[email protected]>
Date: 2021-05-13 (Thu, 13 May 2021)
Changed paths:
M jenkins-pipeline/pipeline.groovy
Log Message:
-----------
Updated pipeline
Compare:
https://github.com/jenkinsci/clearcase-ucm-plugin/compare/539c89fc21b5...72aa6551cd69
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/clearcase-ucm-plugin/push/refs/heads/master/539c89-72aa65%40github.com.