1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2025-09-01 00:32:04 +02:00

Update Jenkinsfile

This commit is contained in:
Dany LE
2022-08-07 00:26:01 +02:00
committed by GitHub
parent 9af3fa7d6e
commit d3a9b41f07

7
Jenkinsfile vendored
View File

@@ -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"
'''
} }
} }
} }