Add pre-commit Jenkins job

This commit is contained in:
Pedro Algarvio 2020-04-08 07:36:32 +01:00
parent 94c8ca527c
commit ed9b1cc399
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF
28 changed files with 33 additions and 27 deletions

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runDocs(
env: env)

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 0,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
// Pre-nox pipeline
runTestSuite(

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
// Pre-nox pipeline
runTestSuite(

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
// Pre-nox pipeline
runTestSuite(

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runTestSuite(
concurrent_builds: 1,

View file

@ -1,4 +1,4 @@
@Library('salt@master-1.6') _
@Library('salt@master-1.7') _
runLint(
env: env)

6
.ci/pre-commit Normal file
View file

@ -0,0 +1,6 @@
@Library('salt@master-1.7') _
runPreCommit(
env: env)
// vim: ft=groovy