Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
[JENKINS-29922] @aheritier requests some information about version av…
Browse files Browse the repository at this point in the history
…ailability.
  • Loading branch information
jglick committed Aug 5, 2016
1 parent 50af0b6 commit d234db9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TUTORIAL.md
Expand Up @@ -314,6 +314,9 @@ Newer versions of Pipeline will often allow shorter forms, such as
archiveArtifacts artifacts: '**/target/*.jar', fingerprint: true
```

_Pipeline: Groovy_ 2.10 or later is needed for such syntax.
Depending on the particular call, you may also need _Pipeline: Basic Steps_ 2.1 or later,
Jenkins core 2.2 or later, and/or updated versions of various Pipeline-compatible plugins.
See the _Pipeline Syntax: Reference_ page inside Jenkins for a detailed guide on step configuration syntax.

**Example**: rather than using the simple `git` step, you can use the more general `checkout` step and specify any complex configuration supported by the Git plugin:
Expand Down

1 comment on commit d234db9

@aheritier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect @jglick

Please sign in to comment.