fix
This commit is contained in:
20
Jenkinsfile
vendored
20
Jenkinsfile
vendored
@@ -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/
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user