Jenkinsfile_docker fix

This commit is contained in:
MatOgr 2022-04-03 11:37:35 +02:00
parent c41f389915
commit fa6fa4738f

View File

@ -15,7 +15,9 @@ pipeline {
}
}
stage('Archive arifacts') {
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
steps {
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
}
}
}
}