1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-06-26 15:09:47 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
Jenkinsfile vendored
View File

@ -39,9 +39,12 @@ pipeline{
}
stage('Archive') {
steps {
script {
//script {
//archiveArtifacts artifacts: 'build/tmp/deploy/images/', fingerprint: true
}
//}
sh '''
echo "DONE"
'''
}
}
}