mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
Merge pull request #1257 from KaiSforza/jenkins-usestack
Use stack to get a newer shellcheck
This commit is contained in:
commit
324ae23ad3
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -71,7 +71,7 @@ def prSetupRuns = prDistroversions.collectEntries {
|
|||
node ('bootstrap') {
|
||||
stage('checkout') { checkout scm }
|
||||
stage('shellcheck') {
|
||||
sh 'shellcheck -s sh -f checkstyle bootstrap-salt.sh | tee checkstyle.xml'
|
||||
sh 'stack exec -- shellcheck -s sh -f checkstyle bootstrap-salt.sh | tee checkstyle.xml'
|
||||
checkstyle pattern: '**/checkstyle.xml'
|
||||
archiveArtifacts artifacts: '**/checkstyle.xml'
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue