You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.IllegalArgumentException: File and IncludePathPattern cannot be used together
at com.google.common.base.Preconditions.checkArgument(Preconditions.java:88)
at de.taimos.pipeline.aws.S3UploadStep$Execution.run(S3UploadStep.java:349)
at de.taimos.pipeline.aws.S3UploadStep$Execution.run(S3UploadStep.java:295)
at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
Finished: FAILURE
If the file and includePathPattern are mutually exclusive the snippet generator should not write both of them
Thanks in advance
Bram
The text was updated successfully, but these errors were encountered:
m8ram
changed the title
snippet generator generates faulty code
snippet generator generates faulty code (File and IncludePathPattern cannot be used together)
Aug 25, 2021
Version report
Jenkins and plugins versions report:
Jenkins 2.263.3
pipeline-aws-plugin version 1.43
Master and agent run RHEL8
Reproduction steps
Results
Expected result:
Working code that runs without exception.
Actual result:
Results in
If the file and includePathPattern are mutually exclusive the snippet generator should not write both of them
Thanks in advance
Bram
The text was updated successfully, but these errors were encountered: