This commit is contained in:
2026-03-21 15:52:51 +01:00
parent 7da4612962
commit 9a7b13297a

20
Jenkinsfile vendored
View File

@@ -111,16 +111,16 @@ pipeline {
}
}
}
}
}
stage('Save artifacts') {
steps {
dir('root')
{
sh '''
mkdir artifacts
mv /root/*.deb artifacts/
'''
stage('Save artifacts') {
steps {
dir('root')
{
sh '''
mkdir artifacts
mv /root/*.deb artifacts/
'''
}
}
}
}
}