Update 'Jenkinsfile'
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit
Some checks failed
gitea-sync/antos-appimage/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a97702665e
commit
c0e75f35fa
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -77,8 +77,8 @@ pipeline{
|
||||
parallel parallelStagesMap;
|
||||
}
|
||||
sh'''
|
||||
mv antos/frontend/master /antos/frontend/latest
|
||||
tree antos
|
||||
exit 1
|
||||
'''
|
||||
}
|
||||
}
|
||||
@ -86,7 +86,7 @@ pipeline{
|
||||
steps {
|
||||
sh'''
|
||||
cd $WORKSPACE
|
||||
for file in /var/jenkins_home/workspace/nightly-antosaio/build/frontend/*; do
|
||||
for file in antos/frontend/*; do
|
||||
echo "Building for AMD64 version $tag"
|
||||
./mkimg.sh amd64 $(basename $file)
|
||||
done
|
||||
@ -97,7 +97,7 @@ pipeline{
|
||||
steps {
|
||||
sh'''
|
||||
cd $WORKSPACE
|
||||
for file in /var/jenkins_home/workspace/nightly-antosaio/build/frontend/*; do
|
||||
for file in antos/frontend/*; do
|
||||
echo "Building for arm64 version $tag"
|
||||
./mkimg.sh arm64 $(basename $file)
|
||||
done
|
||||
@ -108,8 +108,7 @@ pipeline{
|
||||
steps {
|
||||
sh'''
|
||||
cd $WORKSPACE
|
||||
[ -d build ] || mkdir build
|
||||
for file in /var/jenkins_home/workspace/nightly-antosaio/build/frontend/*; do
|
||||
for file in antos/frontend/*; do
|
||||
echo "Building for arm version $tag"
|
||||
./mkimg.sh arm $(basename $file)
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user