This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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"])
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user