Skip to content

Commit

Permalink
Update dependency crate-ci/typos to v1.28.1 (jenkins-infra#7711)
Browse files Browse the repository at this point in the history
* Update dependency crate-ci/typos to v1.28.1

* Fix newly detected spelling errors

Parameterized is now checked for spelling

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kris Stern <[email protected]>
Co-authored-by: Mark Waite <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent a34f0a2 commit 941edb0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/_data/events-archive/barcelona_jam_apr2017.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: "Barcelona JAM"
date: "2017-04-05T19:00:00"
link: "https://www.meetup.com/Barcelona-Jenkins-Area-Meetup/events/238612461/"
---
Jenkins Automated Functional Testing with Parametrized Pipelines
Jenkins Automated Functional Testing with Parameterized Pipelines
4 changes: 2 additions & 2 deletions content/blog/2017/01/2017-01-13-blueocean-dev-log-jan.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ went out this week. Of note:

image::/images/blueocean/input-step.png["Using the input step in Blue Ocean", role=center]

Also a bunch of work has been done to support parametrized pipelines, as
Also a bunch of work has been done to support parameterized pipelines, as
well as creation of new multibranch pipelines (both are much asked for).

There is also now an "official" Docker image being published to
Expand All @@ -49,7 +49,7 @@ link:https://hub.docker.com/_/jenkins/[official "jenkins" image]

Up next for Blue Ocean development as we march towards 1.0:

* Support for parametrized jobs. For which a bunch of api work has already been
* Support for parameterized jobs. For which a bunch of api work has already been
done.
* Creation of the new Pipeline GUI
* Preview release of the Visual Editor for
Expand Down
4 changes: 2 additions & 2 deletions content/blog/2017/01/2017-01-20-blueocean-dev-log-jan2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ some of the good stuff that has been going on, and this week was a _very_ busy w

A new Blue Ocean beta (*b18*) was released with:

* Parametrized pipelines are now supported!
* Parameterized pipelines are now supported!
* i18n improvements
* Better support for matrix and the _evil_ (yet somehow still used) Maven project type (don't use it!)
* link:https://en.wikipedia.org/wiki/Server-sent_events[SSE] fixes for IE and Edge browsers
Expand All @@ -25,7 +25,7 @@ A new Blue Ocean beta (*b18*) was released with:
link:https://fosdem.org/2017/schedule/event/declarative_pipeline/[FOSDEM next week].


== Parametrized Pipelines
== Parameterized Pipelines

You would know this if you followed
link:https://twitter.com/ThorScherler[Thorsten's twitter account].
Expand Down
2 changes: 1 addition & 1 deletion content/blog/2020/03/2020-03-17-ui-plugins.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ The elements in this tutorial will be all used in the new
https://github.com/jenkinsci/forensics-api-plugin[Forensics API Plugin] (actually the plugin is not new, it is a dependency of the
https://github.com/jenkinsci/warnings-ng-plugin[Warnings Next Generation Plugin]). You can download the plugin content
and see in more detail how these new components can be used in practice. Or you can change this plugin just to see
how these new components can be parametrized.
how these new components can be parameterized.

If you are using Git as source code management system then this plugin will mine
the repository in the style of
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-typos
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o errexit
set -o nounset
set -o pipefail

TYPOS_VERSION=v1.27.0
TYPOS_VERSION=v1.28.1

if [[ -v CI ]] ; then
if [[ $OSTYPE == darwin* ]] ; then
Expand Down

0 comments on commit 941edb0

Please sign in to comment.