From 87a27472a5f4ae605e4821e547f274e708ff7ed5 Mon Sep 17 00:00:00 2001 From: Daniel Gyulai Date: Sun, 1 Nov 2020 17:28:55 +0100 Subject: [PATCH] Fix #1 for jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a839032..2d8a0ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ spec: stage('Git') { git url: 'https://gyulai.cloud/git/bme/covidok-backend.git', credentialsId: '1b1c30a0-590d-41d4-b775-bdb90e837bc8' - sh 'mv *covidok-backend* covidok-backend' + sh 'mv $(find . -name *covidok-backend*) covidok-backend' container('kaniko') { stage('Build and publish dev Docker image') { sh '/kaniko/executor --dockerfile `pwd`/covidok-backend/CoviDok/Dockerfile -c `pwd` --destination=docker.local/bme/covidok'