Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-deb/pipeline/head There was a failure building this commit

This commit is contained in:
dany 2023-01-01 13:05:26 +01:00
parent 0f4506141f
commit 046815a6d1

3
Jenkinsfile vendored
View File

@ -82,6 +82,7 @@ pipeline{
script
{
env.arch = "x86_64";
parallel parallelStagesMap;
}
}
@ -98,6 +99,7 @@ pipeline{
script
{
env.arch = "aarch64";
parallel parallelStagesMap;
}
}
@ -113,6 +115,7 @@ pipeline{
steps {
script
{
env.arch = "armv7l";
parallel parallelStagesMap;
}
}