j3t

Results 5 issues of j3t

fixes #20 Changes: * introduce `fileCache` step * delegate all `cache` step requests to `fileCache` * mark `cache` as deprecated * print warning when `cache` step is used * adjust...

A Jenkinsfile can be written using declarative or scripted pipelines (see https://www.jenkins.io/doc/book/pipeline/#declarative-versus-scripted-pipeline-syntax). At the moment, only scripted pipelines are officially supported but it make sense to extend the support so...

Newer plugin versions can only be used with Java 11 or later. `[ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:3.34:validate (default-validate) on project jenkins-pipeline-cache: Java 11 or later is necessary to build...

The [jobcacher-plugin](https://github.com/jenkinsci/jobcacher-plugin) provides a pipeline step named `cache` already. Since this plugin provides also a pipeline step named `cache`, this leads to a conflict if you want to use both...