2
All checks were successful
p_test/pipeline/head This commit looks good

This commit is contained in:
2024-12-02 18:08:20 +03:00
parent 756a1c9f3c
commit 5f6a7c194d

2
Jenkinsfile vendored
View File

@@ -10,6 +10,6 @@ node {
def pl = new org.SHS.Platforms(this) def pl = new org.SHS.Platforms(this)
pl.get() pl.get()
pl.forEach ({ dist, toolchain -> pl.forEach ({ dist, toolchain ->
sh 'echo build=${env.BUILD_NUMBER}' echo "build=${env.BUILD_NUMBER}"
}, whiteList: ["debian"]) }, whiteList: ["debian"])
} }