Open guilim opened 4 years ago
The plugin marks any stages directive as a problem if repeated multiple times in the Jenkinsfile.
stages
However, it is a valid syntax when used:
stage
matrix
That will be hard to fix, for now I will disable this.
The plugin marks any
stages
directive as a problem if repeated multiple times in the Jenkinsfile.However, it is a valid syntax when used:
stages
under astage
directive is valid.stages
under amatrix
directive is valid.