mirror of
https://github.com/lxsang/DiyaSDK.git
synced 2025-04-05 16:26:45 +02:00
Update Jenkinsfile
This commit is contained in:
parent
9af3fa7d6e
commit
d3a9b41f07
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -39,9 +39,12 @@ pipeline{
|
|||||||
}
|
}
|
||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
//script {
|
||||||
//archiveArtifacts artifacts: 'build/tmp/deploy/images/', fingerprint: true
|
//archiveArtifacts artifacts: 'build/tmp/deploy/images/', fingerprint: true
|
||||||
}
|
//}
|
||||||
|
sh '''
|
||||||
|
echo "DONE"
|
||||||
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user