Details
-
Task
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Done
Description
Since the workflow plugin has been introduced, the industry seems to have settled on the keyword "pipeline" to refer to a series of inter-connected automation used for software delivery that the workflow plugin is solving.
While we have spent a considerable amount of effort evangelizing and popularizing "Workflow" to the Jenkins community, we found ourselves constantly needing to explain what it is, and this is particularly evident when we are talking to people who are not closely involved with the Jenkins project, such as silent-majority users, journalists, and new users.
Rather than continuing this fight, at this point it seems more sensible to start using the word "pipeline". This has an added benefit to signal the intention of core developers that the pipeline support is front & center for Jenkins.
For backward compatibility, there are parts we can rename & parts we cannot. jglick should update this with more detailed plan on exactly what to rename and what not to, but my current understanding is:
Getting renamed:
- All the display names in the user interface
- GitHub repository name
- Plugin display name (what shows up in the update center)
NOT getting renamed:
- Class name, package name, and Maven GAV ID
- Plugin short name will stay the same
Attachments
Issue Links
- is related to
-
JENKINS-32491 Rename Workflow Plugin to Pipeline
-
- Closed
-
- links to
Activity
Agree if only for the fact that I've been referring to the rewrite of my employer's Jenkins jobs chains (using workflow-plugin) as "pipeline" since the beginning of the project.
Vanity aside, pipeline seems like a stronger brand to me. It connotes that interconnectedness mentioned above and seems more kinetic than "workflow." Ie, a product is actually moving through something to its ultimate destination.
Continuous Delivery Pipeline or Deployment Pipeline are the names most commonly used in the industry, but I'm afraid renaming the plugin would generate confusion with Build Pipeline and Delivery Pipeline plugins.
What's the deal with this ticket? Is somebody going to actually rename things, if so when? I'm going to have a lot more documentation and blog content around Workflow (er, Pipeline!) in the next few weeks and I really don't want to go around search-and-replacing it or confusing people
Well I have to set aside some time for it. Replacing usages inside the workflow-plugin repo is easy enough. Renaming the repo is harder and I do not think it is a good idea. Then there are other references from various places which need to be collected and evaluated. Some have no obvious solution, such as the Stack Overflow tag; I am not sure if these even can be renamed.
Middle of this thread suggests that SO tag renaming is possible, sort of:
http://meta.stackexchange.com/questions/87437/how-to-rename-a-tag
IMO, we're past the point where renaming is viable. Renaming to "pipeline" or whatever is just going to cause confusion. I'm a strong -1 on this.
-1. Workflow is not about pipeline in general, it's only a particular use-case. It also causes lots of confusions after 3 years of Workflow marketing in OSS
Getting renamed:
GitHub repository nameNOT getting renamed:
- Class name, package name, and Maven GAV ID
- Plugin short name will stay the same
This is a terrible idea and something I'm strongly opposed to. Both issue tracker component and repo name are
${artifactId}-plugin
by convention, introducing special handling will be a terrible precent and just result in much confusion.
IMHO, Jenkins project is part of that industry and the names are only names. I remember when I started to use Software Development Ecosystem instead of Application Lifecycle Management. If we leave out criteria based on marketing, Workflow is great.
I agree with oleg_nenashev when he said Workflow is not about pipeline in general, it's only a particular use-case.
Workflow could also easily be considered a product name rather than a generic name based on what it does and treated as such. Only requires a rephrasing of the top level item types if use of "pipeline" as a term is desired (e.g. "Workflow pipeline (job)", Workflow multibranch pipeline (job)") and some documentation rework, most of which is external to the plugin.
In my organization the Workflow brand is pretty well known. Renaming it to Pipeline now wouldn't be very helpful -> -1.
The "workflow" brand suggests a formal process description, and QM guys like that idea. A graphical rendering of a Workflow script (node() -> nodes, scm/stash/unstash/archive -> edges -> pipes) would be very helpful for "selling" the concept.
In my organization the Workflow brand is pretty well known. Renaming it to Pipeline now wouldn't be very helpful
There is an acknowledged confusion cost for existing users. kohsuke’s decision was to pay it now rather than later.
jglick IMHO it cannot be renamed to Pipeline due to the naming conflict with other plugins (Build Pipeline, Delivery Pipeline). I would suggest to propose another name (E.g. that "Workflow Pipeline") or to close this request.
If you feel strongly about the name, the first step is to come up to an agreement with maintainers of existing ??? Pipeline Plugins
naming conflict is not (IMHO) a good argument. It is normal to use the term pipeline the same way that release is used a lot.
The most important thing is to explain why this rebranding (really, a renaming) can be positive for Jenkins project and work on a good documentation. This (workflow-examples) was an excellent initiative.
for pipeline.
I didn't like 'work' part in 'workflow' termine. Why not just call it "Jenkins Flow" ? Flow could be on job level and flow can be in build itself. That is something that removes linear limitation of freestyle job (pipeline technically is linear chain AFAIK).
Pipeline: multibranch
Is it some marketing driving decision? Why it wasn't discussed before with "community" ? What feedback do you want get if you are already in process of renaming?
So, yeah, it's a marketing-driven decision, and that's ok - the plugin isn't core, so the plugin maintainer(s) have the right to change the name as they wish. I personally don't love changing the name, but it's not the end of the world - it's going to be a hassle to remember to call it Pipeline and not Workflow, and it's not going to be great to what mind share the plugin has gotten to change the name, but life will continue. =)
Actually, in a few months, we'll be slapping ourselves for forgetting to change it some places we're missing today. That's the way of all renames. =)
This plugin was strongly encouraged to all plugins devs and users. I also remember To reinforce the message that workflow is the future, CloudBees is going to open-source our workflow stage view plugin that was previously a part of CloudBees Jenkins Enterprise. Using plugin owning veto on Jenkins future sounds strange.
Many people from community didn't like this naming. I don't think that it so difficult to ask users and devs what they think and compare with marketing.
Of course if community can't influence or even participate then you can ignore my comments.
Why it wasn't discussed before with "community" ?
The plans for this were communicated extensively since at least late October, in this issue; in JENKINS-31152, linked from the call for feedback blog post; in the slides linked from the Jenkins 2.0 wiki page; and on the Pipeline as Code wiki page.
So it's definitely not something clandestine. Sure, it didn't get its exclusive dev list thread, but it's been everywhere else.
Code changed in jenkins
User: Manuel Recena
Path:
aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibRepositoryTest.java
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowEndNode.java
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowStartNode.java
cps/package.json
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
cps/src/main/resources/index.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowRunConsoleNote.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction.java
job/src/main/resources/index.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMVar.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectFactory.java
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.properties
stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMFlowDefinition.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerCancelledCause.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStep.java
support/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-plugin/b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Code changed in jenkins
User: Manuel Recena
Path:
cps/src/main/js/samples.js
http://jenkins-ci.org/commit/workflow-plugin/259a070a3f9b24b564a9ceb04298eed013b00062
Log:
JENKINS-31153 One more label
Code changed in jenkins
User: Manuel Recena
Path:
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
http://jenkins-ci.org/commit/workflow-plugin/2146584587da0332c440c9e70e675159a8724288
Log:
JENKINS-31153 Remove unrelated change
Code changed in jenkins
User: Manuel Recena
Path:
COMPATIBILITY.md
http://jenkins-ci.org/commit/workflow-plugin/28aa2eacac8227ff9b45ba93d3dc0f6276e29157
Log:
JENKINS-31153 Renaming in docs
Code changed in jenkins
User: Manuel Recena
Path:
COMPATIBILITY.md
README.md
http://jenkins-ci.org/commit/workflow-plugin/d9e6b60efb553c826de9be1ada6f07aaf30cb6e2
Log:
JENKINS-31153 Renaming in docs
Code changed in jenkins
User: Manuel Recena
Path:
README.md
TUTORIAL.md
http://jenkins-ci.org/commit/workflow-plugin/6cc4c31ed78f275c8f52cafc33f74bd741582d18
Log:
JENKINS-31153 Renaming in docs
Code changed in jenkins
User: Manuel Recena
Path:
TUTORIAL.md
http://jenkins-ci.org/commit/workflow-plugin/130b1e1d1d58d60361d330d3cb1b6084ddaf9bd3
Log:
JENKINS-31153 Renaming in docs
Code changed in jenkins
User: Manuel Recena
Path:
aggregator/pom.xml
api/pom.xml
basic-steps/pom.xml
cps-global-lib/pom.xml
cps/pom.xml
durable-task-step/pom.xml
job/pom.xml
multibranch/pom.xml
pom.xml
scm-step/pom.xml
step-api/pom.xml
stm/pom.xml
support/pom.xml
http://jenkins-ci.org/commit/workflow-plugin/178b74cb7907696a107ed43cbe6768d72b49a910
Log:
JENKINS-31153 Changing POM Module Name in all modules
Code changed in jenkins
User: Manuel Recena
Path:
demo/README.md
http://jenkins-ci.org/commit/workflow-plugin/29610cc6c5d5622e40017be2206e95b309d0cbb1
Log:
JENKINS-31153 Renaming in demo README.md
Code changed in jenkins
User: Manuel Recena
Path:
stm/src/main/resources/index.jelly
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution/PlaceholderTask/PlaceholderExecutable/executorCell.jelly
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-job.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html
http://jenkins-ci.org/commit/workflow-plugin/e26b879008e27e7e6bdc719e8bbee2f31d1b6339
Log:
JENKINS-31153 More references were replaced
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/src/main/resources/index.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index.jelly
multibranch/src/main/resources/index.jelly
scm-step/README.md
scm-step/src/main/resources/index.jelly
step-api/README.md
http://jenkins-ci.org/commit/workflow-plugin/e9785b290387f6b809a623097e83722c05d3c106
Log:
JENKINS-31153 More references were replaced
Code changed in jenkins
User: Manuel Recena
Path:
README.md
TUTORIAL.md
http://jenkins-ci.org/commit/workflow-plugin/9c41a4aace1002f9ffaf5f290197ac0c02c346d2
Log:
JENKINS-31153 @jglick's comments were addressed
Code changed in jenkins
User: Manuel Recena
Path:
README.md
TUTORIAL.md
aggregator/pom.xml
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/newInstanceDetail.jelly
http://jenkins-ci.org/commit/workflow-plugin/2ca9e66e56803506314c48b7a9aebb2c46fda5e2
Log:
JENKINS-31153 @jglick's suggestion was addressed
Code changed in jenkins
User: Jesse Glick
Path:
COMPATIBILITY.md
README.md
TUTORIAL.md
aggregator/pom.xml
aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java
aggregator/src/test/java/org/jenkinsci/plugins/workflow/cps/global/WorkflowLibRepositoryTest.java
api/pom.xml
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowEndNode.java
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowStartNode.java
basic-steps/pom.xml
cps-global-lib/pom.xml
cps/package.json
cps/pom.xml
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
cps/src/main/js/samples.js
cps/src/main/resources/index.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
demo/README.md
durable-task-step/pom.xml
durable-task-step/src/main/resources/index.jelly
job/pom.xml
job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowRunConsoleNote.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction.java
job/src/main/resources/index.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/newInstanceDetail.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index.jelly
multibranch/pom.xml
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMVar.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectFactory.java
multibranch/src/main/resources/index.jelly
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.properties
pom.xml
scm-step/README.md
scm-step/pom.xml
scm-step/src/main/resources/index.jelly
step-api/README.md
step-api/pom.xml
stm/pom.xml
stm/src/main/java/org/jenkinsci/plugins/workflow/stm/STMFlowDefinition.java
stm/src/main/resources/index.jelly
support/pom.xml
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerCancelledCause.java
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStep.java
support/src/main/resources/index.jelly
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution/PlaceholderTask/PlaceholderExecutable/executorCell.jelly
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-job.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html
http://jenkins-ci.org/commit/workflow-plugin/118b89e1b1828a39f50fb955942ffcbbe69e653e
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Compare: https://github.com/jenkinsci/workflow-plugin/compare/d16b80e92f26...118b89e1b182
Code changed in jenkins
User: Jesse Glick
Path:
CHANGES.md
http://jenkins-ci.org/commit/workflow-plugin/2f2efded09b9c81e3d04186dc5ac4cb8710b9290
Log:
JENKINS-29326 JENKINS-31153 Noting #271 and #296.
danielbeck nobody expected this to be real. For example `jenkins.cd` domain and `workflow-plugin` bundling were rejected by community and other devs. Probably this situation can be raised to jenkins board, but it still weighted with CB persons. Seems that project is now vendor locked.
integer like almost all plugins this one is fairly autonomous. The maintainers of the plugin decided to change the naming and branding of the plugin, they are fully empowered to do so, just like a number of other plugins other the past few years.
What somebody names a plugin, so long as it doesn't violate the code of conduct (and trademark guidelines), is largely their business.
rtyler please read this comment https://issues.jenkins-ci.org/browse/JENKINS-31153?focusedCommentId=246004&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-246004 any other plugin wasn't claimed as Jenkins future, controlled by X company. Splitting core into plugins or proposing project future development in plugin instead core and then controlling them is not a fair game. Stage view plugin wasn't also opensourced (That's fact atm. Let's remember the real timeline of words and actions).
integer I did read that comment. I'm confused where this impression that pieces of functionality being separated from core into plugins is occurring; workflow-plugin has never been in core, that's fact atm.
This ticket is exactly where community feedback is being considered, and I guarantee that it was. I understand your disagreement with the decision being made here, but ultimately it's not your decision to make.
Code changed in jenkins
User: Manuel Recena
Path:
pom.xml
http://jenkins-ci.org/commit/workflow-plugin/0bda4bec52b3089b16c18310f335dee5e5b2ad3e
Log:
JENKINS-31153 WikiPage URL renamed
Code changed in jenkins
User: Manuel Recena
Path:
aggregator/pom.xml
api/pom.xml
basic-steps/pom.xml
cps-global-lib/pom.xml
cps/pom.xml
durable-task-step/pom.xml
job/pom.xml
multibranch/pom.xml
scm-step/pom.xml
step-api/pom.xml
stm/pom.xml
support/pom.xml
http://jenkins-ci.org/commit/workflow-plugin/3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Log:
JENKINS-31153 WikiPage URL renamed
Code changed in jenkins
User: Jesse Glick
Path:
aggregator/pom.xml
api/pom.xml
basic-steps/pom.xml
cps-global-lib/pom.xml
cps/pom.xml
durable-task-step/pom.xml
job/pom.xml
multibranch/pom.xml
pom.xml
scm-step/pom.xml
step-api/pom.xml
stm/pom.xml
support/pom.xml
http://jenkins-ci.org/commit/workflow-plugin/764d6339e9a8f377ae6eaa27a7cb7ade12961364
Log:
Merge pull request #308 from recena/wiki
JENKINS-31153 WikiPage URL renamed
Compare: https://github.com/jenkinsci/workflow-plugin/compare/2f2efded09b9...764d6339e9a8
Code changed in jenkins
User: Manuel Recena
Path:
README.md
jenkinsfile-examples/README.md
pipeline-examples/README.md
pipeline-examples/get-build-cause/README.md
pipeline-examples/get-build-cause/getBuildCause.groovy
pipeline-examples/gitcommit/README.md
pipeline-examples/gitcommit/gitcommit.groovy
pipeline-examples/jobs-in-parallel/README.md
pipeline-examples/jobs-in-parallel/jobs_in_parallel.groovy
pipeline-examples/parallel-from-list/README.md
pipeline-examples/parallel-from-list/parallelFromList.groovy
pipeline-examples/push-git-repo/README.md
pipeline-examples/push-git-repo/pushGitRepo.Groovy
pipeline-examples/slacknotify/README.md
pipeline-examples/slacknotify/slackNotify.groovy
pipeline-examples/timestamper-wrapper/README.md
pipeline-examples/timestamper-wrapper/timestamperWrapper.groovy
pipeline-examples/unstash-different-dir/README.md
pipeline-examples/unstash-different-dir/unstashDifferentDir.groovy
workflow-examples/README.md
workflow-examples/get-build-cause/README.md
workflow-examples/get-build-cause/getBuildCause.groovy
workflow-examples/gitcommit/README.md
workflow-examples/gitcommit/gitcommit.groovy
workflow-examples/jobs-in-parallel/README.md
workflow-examples/jobs-in-parallel/jobs_in_parallel.groovy
workflow-examples/parallel-from-list/README.md
workflow-examples/parallel-from-list/parallelFromList.groovy
workflow-examples/push-git-repo/README.md
workflow-examples/push-git-repo/pushGitRepo.Groovy
workflow-examples/slacknotify/README.md
workflow-examples/slacknotify/slackNotify.groovy
workflow-examples/timestamper-wrapper/README.md
workflow-examples/timestamper-wrapper/timestamperWrapper.groovy
workflow-examples/unstash-different-dir/README.md
workflow-examples/unstash-different-dir/unstashDifferentDir.groovy
http://jenkins-ci.org/commit/workflow-examples/188512db6fc8dbe6cd8218ceae5c6c657d27457c
Log:
JENKINS-31153 Rename Workflow to Pipeline
Code changed in jenkins
User: Andrew Bayer
Path:
README.md
jenkinsfile-examples/README.md
pipeline-examples/README.md
pipeline-examples/get-build-cause/README.md
pipeline-examples/get-build-cause/getBuildCause.groovy
pipeline-examples/gitcommit/README.md
pipeline-examples/gitcommit/gitcommit.groovy
pipeline-examples/jobs-in-parallel/README.md
pipeline-examples/jobs-in-parallel/jobs_in_parallel.groovy
pipeline-examples/parallel-from-list/README.md
pipeline-examples/parallel-from-list/parallelFromList.groovy
pipeline-examples/push-git-repo/README.md
pipeline-examples/push-git-repo/pushGitRepo.Groovy
pipeline-examples/slacknotify/README.md
pipeline-examples/slacknotify/slackNotify.groovy
pipeline-examples/timestamper-wrapper/README.md
pipeline-examples/timestamper-wrapper/timestamperWrapper.groovy
pipeline-examples/unstash-different-dir/README.md
pipeline-examples/unstash-different-dir/unstashDifferentDir.groovy
workflow-examples/README.md
workflow-examples/get-build-cause/README.md
workflow-examples/get-build-cause/getBuildCause.groovy
workflow-examples/gitcommit/README.md
workflow-examples/gitcommit/gitcommit.groovy
workflow-examples/jobs-in-parallel/README.md
workflow-examples/jobs-in-parallel/jobs_in_parallel.groovy
workflow-examples/parallel-from-list/README.md
workflow-examples/parallel-from-list/parallelFromList.groovy
workflow-examples/push-git-repo/README.md
workflow-examples/push-git-repo/pushGitRepo.Groovy
workflow-examples/slacknotify/README.md
workflow-examples/slacknotify/slackNotify.groovy
workflow-examples/timestamper-wrapper/README.md
workflow-examples/timestamper-wrapper/timestamperWrapper.groovy
workflow-examples/unstash-different-dir/README.md
workflow-examples/unstash-different-dir/unstashDifferentDir.groovy
http://jenkins-ci.org/commit/workflow-examples/1a705dc2de8a3fdb847730f6a587a4dfef863286
Log:
Merge pull request #12 from recena/pipeline-examples
JENKINS-31153 Rename Workflow to Pipeline
Compare: https://github.com/jenkinsci/workflow-examples/compare/0a7aa6180e14...1a705dc2de8a
Code changed in jenkins
User: Jesse Glick
Path:
COMPATIBILITY.md
README.md
TUTORIAL.md
aggregator/src/main/resources/index.jelly
api/src/main/resources/index.jelly
basic-steps/CORE-STEPS.md
basic-steps/src/main/resources/index.jelly
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help.html
cps-global-lib/README.md
cps-global-lib/src/main/resources/index.jelly
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scm.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/help.html
demo/Dockerfile
demo/JENKINS_HOME/log/Workflow.xml
demo/README.md
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowConsoleLogger.java
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep/help.html
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/SCMVar/help.jelly
scm-step/README.md
scm-step/src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep/help.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/StageStep/help.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/input/InputStep/help.html
http://jenkins-ci.org/commit/workflow-plugin/199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Log:
JENKINS-31153 More renames.
Code changed in jenkins
User: Jesse Glick
Path:
COMPATIBILITY.md
README.md
TUTORIAL.md
aggregator/src/main/resources/index.jelly
api/src/main/resources/index.jelly
basic-steps/CORE-STEPS.md
basic-steps/src/main/resources/index.jelly
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help.html
cps-global-lib/README.md
cps-global-lib/src/main/resources/index.jelly
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scm.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/help.html
demo/Dockerfile
demo/JENKINS_HOME/log/Workflow.xml
demo/README.md
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowConsoleLogger.java
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep/help.html
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/SCMVar/help.jelly
scm-step/README.md
scm-step/src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep/help.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/StageStep/help.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/input/InputStep/help.html
http://jenkins-ci.org/commit/workflow-plugin/3094947f45f0b7d7c18d7f3be03b39eceffeee5b
Log:
Merge pull request #314 from jglick/more-renames
JENKINS-31153 More renames
Compare: https://github.com/jenkinsci/workflow-plugin/compare/3aaaabe37169...3094947f45f0
The issue description says that the "GitHub repository name" should be renamed.
There are still three workflow repositories — including workflow-plugin — that haven't yet been renamed (the workflow demo plugin repo can be deleted).
As we've seen when renaming various jenkinsci repos, GitHub handles redirecting old URLs including the git remote when a repository is renamed, so there shouldn't be any problems with renaming.
As we're not changing artifactId, repo names shouldn't be changed either IMO.
Yes. Current plugin hosting rules presume that artifactId always equals to GitHub repo name.
We may depend on it in project infrastructure automation soon, so it is preferable to avoid the repo renaming
Sure, this was the main reason to do not rename the repository. AFAIK, there are exceptions, right?
Current plugin hosting rules presume that artifactId always equals to GitHub repo name.
It's very nice to have, but I don't think there are any set rules for this?
We may depend on it in project infrastructure automation soon, so it is preferable to avoid the repo renaming
Oh, I haven't heard about this It sounds nice, but we would need to maintain a mapping between plugin ID and repo name anyway — there will be a lot of plugins whose repo names don't match their IDs. Or are you also proposing to split out the ten different Pipeline plugins each into their own separate repos?
In any case, I think the renaming is good for consistency (something that should be important for Jenkins 2.0), and for users (especially since the wiki just links to this GitHub repo). As mentioned in various comments above, while it is preferable to avoid renaming in general, we may as well do it as far as possible, as soon as possible and pay the costs now rather than in the future.
The current multimodule repository is not named exactly according to any given artifactId, though the naming is of course analogous.
Or are you also proposing to split out the ten different Pipeline plugins each into their own separate repos?
I do in fact want to do this, at least for some of the plugins, and in that case yes I would expect the GH repo name to be artifactId-plugin. There is a bunch of work to be done here.
Code changed in jenkins
User: Gianpaolo Macario
Path:
docs/BEST_PRACTICES.md
http://jenkins-ci.org/commit/pipeline-examples/8bc9343e93178a0a9212568c6d1f7253aea0f7ba
Log:
JENKINS-31153 Rename Workflow to Pipeline
Signed-off-by: Gianpaolo Macario <gmacario@gmail.com>
Code changed in jenkins
User: R. Tyler Croy
Path:
docs/BEST_PRACTICES.md
http://jenkins-ci.org/commit/pipeline-examples/e61d97c52344c00cf94e15a22287cad3dbf80d2d
Log:
Merge pull request #17 from gmacario/patch-1
JENKINS-31153 Rename Workflow to Pipeline
Compare: https://github.com/jenkinsci/pipeline-examples/compare/530b3d4ae385...e61d97c52344
Code changed in jenkins
User: Manuel Recena
Path:
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowEndNode.java
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowStartNode.java
http://jenkins-ci.org/commit/workflow-api-plugin/efd40f1e36dbed7e77b845502b2377daae3885c7
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Manuel Recena
Path:
api/pom.xml
http://jenkins-ci.org/commit/workflow-api-plugin/1c64c870e0f9949dce24b65e6cf8dfea9f5e4ce0
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Jesse Glick
Path:
api/pom.xml
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowEndNode.java
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowStartNode.java
http://jenkins-ci.org/commit/workflow-api-plugin/5c206d7708befbf109a91ea3946d1e95eb33a878
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
api/pom.xml
http://jenkins-ci.org/commit/workflow-api-plugin/05c90ac84366db18a37adaa13f45ec53f8e7c395
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
api/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-api-plugin/4b31e4eb3403603dc40f43e41aa58f2e1aaec0be
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
support/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-support-plugin/35da396644356165fee79c3778b97a0ec1cfa0f6
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Manuel Recena
Path:
support/pom.xml
http://jenkins-ci.org/commit/workflow-support-plugin/cb034785666eda3d164b787f061c394c5781e951
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Jesse Glick
Path:
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
support/pom.xml
support/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-support-plugin/33caac94648bc8a01fe0270aa48ce994396c4993
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
support/pom.xml
http://jenkins-ci.org/commit/workflow-support-plugin/7dbcdffb6128f51a4a3f09ee987ca2d99f6a62ee
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Manuel Recena
Path:
basic-steps/pom.xml
http://jenkins-ci.org/commit/workflow-basic-steps-plugin/cf1880faa0fb991b3cc916480270043bd90f2bdd
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/pom.xml
http://jenkins-ci.org/commit/workflow-basic-steps-plugin/23d46567cea41470242a2da3d0e58ae4093dd019
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
basic-steps/pom.xml
http://jenkins-ci.org/commit/workflow-basic-steps-plugin/5f87f11ae72b70625395b0ac992abe868021b57f
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/CORE-STEPS.md
basic-steps/src/main/resources/index.jelly
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help.html
http://jenkins-ci.org/commit/workflow-basic-steps-plugin/96c2cd530ccb577a17bafc6772cc0f85a8e334dd
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/CORE-STEPS.md
basic-steps/src/main/resources/index.jelly
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CatchErrorStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/CoreWrapperStep/help.html
basic-steps/src/main/resources/org/jenkinsci/plugins/workflow/steps/SleepStep/help.html
http://jenkins-ci.org/commit/workflow-basic-steps-plugin/0643d8ea4bdad60323e71549d4d2a8c5f6e39032
Log:
Merge pull request #314 from jglick/more-renames
JENKINS-31153 More renames
Originally-Committed-As: 3094947f45f0b7d7c18d7f3be03b39eceffeee5b
Code changed in jenkins
User: Manuel Recena
Path:
scm-step/pom.xml
http://jenkins-ci.org/commit/workflow-scm-step-plugin/4c387cc46c20ef4d5fee38a025ce0c8a02978fb6
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
scm-step/README.md
scm-step/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-scm-step-plugin/d74759b2ddf08f5a4197880af2887e1bf90ffad6
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Manuel Recena
Path:
scm-step/pom.xml
http://jenkins-ci.org/commit/workflow-scm-step-plugin/ea62cef0016d186022740193e8ace535b9e3eb57
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
scm-step/README.md
scm-step/src/main/resources/org/jenkinsci/plugins/workflow/steps/scm/GenericSCMStep/help.html
http://jenkins-ci.org/commit/workflow-scm-step-plugin/9b6d9469b66b567a61d7117be0ff08e99061c9d3
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerCancelledCause.java
http://jenkins-ci.org/commit/pipeline-build-step-plugin/07200b9c7a1c04e7e0957402db7c4b08abb3b724
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/pom.xml
http://jenkins-ci.org/commit/pipeline-build-step-plugin/a712585fa5261665c9227cbc2629b9a09d191a08
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-job.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html
http://jenkins-ci.org/commit/pipeline-build-step-plugin/a89714ecabe6af104c4b6619a2023143cf071696
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e26b879008e27e7e6bdc719e8bbee2f31d1b6339
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/src/main/resources/index.jelly
http://jenkins-ci.org/commit/pipeline-build-step-plugin/ef4fa63fe77689ff25e4e74f1474ba17a2a80eb5
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Jesse Glick
Path:
durable-task-step/pom.xml
multibranch/src/main/resources/index.jelly
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerCancelledCause.java
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-job.html
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/build/BuildTriggerStep/help-wait.html
http://jenkins-ci.org/commit/pipeline-build-step-plugin/621569e1309aee771cfdf164ebedc0926417ce0c
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/pom.xml
http://jenkins-ci.org/commit/pipeline-build-step-plugin/242d61319e954236222435c5b88a98c2976f3d4a
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/src/main/resources/index.jelly
http://jenkins-ci.org/commit/pipeline-build-step-plugin/2c62c783effc83f6fb28b341aa772e9ed2204972
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStep.java
http://jenkins-ci.org/commit/pipeline-input-step-plugin/867e2396fbc5e4b6e545ed3e8e974526e57e692a
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/pom.xml
http://jenkins-ci.org/commit/pipeline-input-step-plugin/5d72322613585ff1df596a3a731233059963364d
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/src/main/resources/index.jelly
http://jenkins-ci.org/commit/pipeline-input-step-plugin/d9ddf50d918f2b517b4f4940f141692fb4c236de
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Jesse Glick
Path:
durable-task-step/pom.xml
multibranch/src/main/resources/index.jelly
support/src/main/java/org/jenkinsci/plugins/workflow/support/steps/input/InputStep.java
http://jenkins-ci.org/commit/pipeline-input-step-plugin/c540394932434c9b7a46726057bf74050586f017
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/pom.xml
http://jenkins-ci.org/commit/pipeline-input-step-plugin/1ee41ba22dbefc2939919836d2e84b85d809a3e6
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/src/main/resources/index.jelly
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/input/InputStep/help.html
http://jenkins-ci.org/commit/pipeline-input-step-plugin/fa379bac235be050b5832eaa02186e50630d6d09
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/pom.xml
http://jenkins-ci.org/commit/pipeline-stage-step-plugin/caf351f20338f8b3b1ba38546f7aa109ce4831ec
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/src/main/resources/index.jelly
http://jenkins-ci.org/commit/pipeline-stage-step-plugin/07946ae715e4b189a830a3bd288e5677a7ec640e
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Manuel Recena
Path:
durable-task-step/pom.xml
http://jenkins-ci.org/commit/pipeline-stage-step-plugin/369463ce3790cf7a97630a5882491070371811e7
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/src/main/resources/index.jelly
support/src/main/resources/org/jenkinsci/plugins/workflow/support/steps/StageStep/help.html
http://jenkins-ci.org/commit/pipeline-stage-step-plugin/1391b05046c44c8b98bbf1f740382b878496e395
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMVar.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectFactory.java
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.properties
http://jenkins-ci.org/commit/workflow-multibranch-plugin/a5e9d5900f8d6390943dff0784ac136d522e09ab
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/pom.xml
http://jenkins-ci.org/commit/workflow-multibranch-plugin/9141fdeea59c7cb6c2dc62b569fdd469a83023ea
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-multibranch-plugin/05ceb092495c6d3982cc76c57ac366b94370fc76
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Jesse Glick
Path:
multibranch/pom.xml
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMBinder.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/SCMVar.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject.java
multibranch/src/main/java/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProjectFactory.java
multibranch/src/main/resources/index.jelly
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/WorkflowMultiBranchProject/newInstanceDetail.properties
http://jenkins-ci.org/commit/workflow-multibranch-plugin/9db86141e8cc151e53831710f3b263dd7649b954
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java
cps/package.json
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
cps/src/main/resources/index.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
http://jenkins-ci.org/commit/workflow-cps-plugin/98609abbdb17c9af8affaa29ced22b6c4b3c82c5
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/pom.xml
http://jenkins-ci.org/commit/workflow-multibranch-plugin/fc9124e64fd19dbd00e2853e7a0df4cd91798902
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Manuel Recena
Path:
cps/src/main/js/samples.js
http://jenkins-ci.org/commit/workflow-cps-plugin/1528233f0c99d0766bb4d39958284cc35cd3a7c7
Log:
JENKINS-31153 One more label
Originally-Committed-As: 259a070a3f9b24b564a9ceb04298eed013b00062
Code changed in jenkins
User: Manuel Recena
Path:
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowStartNode.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowRunConsoleNote.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction.java
job/src/main/resources/index.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
http://jenkins-ci.org/commit/workflow-job-plugin/57fb19b54cf3cc169d77c23f967a29783f850871
Log:
JENKINS-31153 Rename Workflow to Pipeline. All the display names in the user interface
Originally-Committed-As: b91ba5c3fd00a8bf4ef6178ae74f2fa43da4b5cb
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/src/main/resources/index.jelly
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/JobPropertyStep/help.html
multibranch/src/main/resources/org/jenkinsci/plugins/workflow/multibranch/SCMVar/help.jelly
http://jenkins-ci.org/commit/workflow-multibranch-plugin/2ab74ee84a62b3b246e05e8ae1f6e8ee21f34bac
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
http://jenkins-ci.org/commit/workflow-cps-plugin/835c817120f8b549e7f90a8f13f7834126dc0d44
Log:
JENKINS-31153 Remove unrelated change
Originally-Committed-As: 2146584587da0332c440c9e70e675159a8724288
Code changed in jenkins
User: Manuel Recena
Path:
cps/pom.xml
http://jenkins-ci.org/commit/workflow-cps-plugin/1307f6a83e0dc37a3c67b2d83a8451febbc7d2b6
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
job/pom.xml
http://jenkins-ci.org/commit/workflow-job-plugin/d34c4b27aa6415830bcf9cdb491c52a9ed076336
Log:
JENKINS-31153 Changing POM Module Name in all modules
Originally-Committed-As: 178b74cb7907696a107ed43cbe6768d72b49a910
Code changed in jenkins
User: Manuel Recena
Path:
multibranch/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-cps-plugin/b2ba8b2e1bd63c7744911c5a00c21ecacc2bf4c0
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Jesse Glick
Path:
aggregator/src/test/java/org/jenkinsci/plugins/workflow/WorkflowJobNonRestartingTest.java
cps/package.json
cps/pom.xml
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/Snippetizer.java
cps/src/main/js/samples.js
cps/src/main/resources/index.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scriptPath.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
multibranch/src/main/resources/index.jelly
http://jenkins-ci.org/commit/workflow-cps-plugin/bd2d1662356531a50841beadfabb2ef9a84cfd0f
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Manuel Recena
Path:
job/src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index.jelly
http://jenkins-ci.org/commit/workflow-job-plugin/480eee8345b296c5ac6cf4409f7c20813842ccb9
Log:
JENKINS-31153 More references were replaced
Originally-Committed-As: e9785b290387f6b809a623097e83722c05d3c106
Code changed in jenkins
User: Manuel Recena
Path:
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/newInstanceDetail.jelly
http://jenkins-ci.org/commit/workflow-job-plugin/a71b83a5cff2c18911c8a62928ee2a5c9dadbac9
Log:
JENKINS-31153 @jglick's suggestion was addressed
Originally-Committed-As: 2ca9e66e56803506314c48b7a9aebb2c46fda5e2
Code changed in jenkins
User: Manuel Recena
Path:
cps/pom.xml
http://jenkins-ci.org/commit/workflow-cps-plugin/051a03ceade003d90be6cfb7d6f2ccd7b1d5f2a4
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
api/src/main/java/org/jenkinsci/plugins/workflow/graph/FlowStartNode.java
job/pom.xml
job/src/main/java/org/jenkinsci/plugins/workflow/job/WorkflowJob.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowRunConsoleNote.java
job/src/main/java/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction.java
job/src/main/resources/index.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/configure-entries.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/WorkflowJob/newInstanceDetail.jelly
job/src/main/resources/org/jenkinsci/plugins/workflow/job/views/FlowGraphTableAction/index.jelly
http://jenkins-ci.org/commit/workflow-job-plugin/07e8dd5279cb5d613d530343818fb00d7af8d0de
Log:
Merge pull request #296 from recena/JENKINS-31153
JENKINS-31153 Rename Workflow to Pipeline
Originally-Committed-As: 118b89e1b1828a39f50fb955942ffcbbe69e653e
Code changed in jenkins
User: Jesse Glick
Path:
basic-steps/src/main/resources/index.jelly
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/LoadStep.java
cps/src/main/java/org/jenkinsci/plugins/workflow/cps/steps/ParallelStep.java
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsFlowDefinition/help-script.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/CpsScmFlowDefinition/help-scm.html
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/EnvActionImpl/Binder/help.jelly
cps/src/main/resources/org/jenkinsci/plugins/workflow/cps/steps/LoadStep/help.html
http://jenkins-ci.org/commit/workflow-cps-plugin/440fd34d14012dd013a99d50663ee43c8117aefe
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Code changed in jenkins
User: Manuel Recena
Path:
job/pom.xml
http://jenkins-ci.org/commit/workflow-job-plugin/4f64bc9272c33de242787f6710e6f5c60463b587
Log:
JENKINS-31153 WikiPage URL renamed
Originally-Committed-As: 3498babe0c38b35dac8e0a0cccb9051ca129c2c8
Code changed in jenkins
User: Jesse Glick
Path:
job/src/main/java/org/jenkinsci/plugins/workflow/job/console/WorkflowConsoleLogger.java
http://jenkins-ci.org/commit/workflow-job-plugin/b186ee2849adca7854355b2a4c31aa5f0b974ac0
Log:
JENKINS-31153 More renames.
Originally-Committed-As: 199d8c9dc7ec8d02d6429dd652f666f14cbfc660
Still unsure about renaming the GitHub repository. This could be disruptive. Anyway I want to move toward putting plugins in their own repos wherever possible, and these will be workflow-something-plugin to follow the convention of naming the repository after the short name / artifact ID, and it would be confusing to have pipeline-plugin as one repository and workflow-something-plugin closely related to that.