Brian Kidd
Brian Kidd
### Version report Bitbucket Server: v7.5.1 Jenkins and plugins versions report: ```bash Jenkins: 2.263.3 OS: Linux - 4.4.0-1117-aws --- ace-editor:1.1 authentication-tokens:1.4 ant:1.11 antisamy-markup-formatter:2.1 handlebars:1.1.1 apache-httpcomponents-client-4-api:4.5.13-1.0 config-file-provider:3.7.0 blueocean-autofavorite:1.2.4 bouncycastle-api:2.18 gradle:1.36 javadoc:1.6...
`Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: gradle/wrapper-validation-action` I am using v1 `- uses: gradle/wrapper-validation-action@v1` and that tag...
This is what I found to work. It's not fool-proof as the same commit message could occur more than once and have been in more than one pr. ``` -...
I'm running into a problem converting @import to @use. Example: file-a.scss: `@use 'sass:math'` file-b.scss: `@use 'sass:math'; @use file-a` `Error: There's already a module with namespace "math".` This is a very...