Closed rpl-ffl closed 1 month ago
post { always { script { def artifacts = ["*.yml", "*.csv", "*.log", "*.html"] uploadArtifacts(artifacts) } } }
should now reads:
post { always { uploadArtifacts(["*.yml", "*.csv", "*.log", "*.html"]) } }
should now reads: