Skip to content
Snippets Groups Projects
Commit e01bb13e authored by jnaud's avatar jnaud
Browse files

Fix Jenkinsfile

parent fcfa64a7
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ pipeline {
stage('Make docker') {
agent any
steps {
unstash 'jenkins_release'
unstash 'target'
sh 'cicd/build/6_make_docker.sh'
//stash includes: 'jenkins_release/', name: 'jenkins_release'
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment