|
|
@ -13,7 +13,8 @@ spec: |
|
|
|
|
|
|
|
node(POD_LABEL) { |
|
|
|
stage('Build') { |
|
|
|
git 'https://gyulai.cloud/git/bme/covidok-backend.git' |
|
|
|
git url: 'https://gyulai.cloud/git/bme/covidok-backend.git', |
|
|
|
credentialsId: '1b1c30a0-590d-41d4-b775-bdb90e837bc8' |
|
|
|
container('kaniko') { |
|
|
|
stage('Build and publish dev Docker image') { |
|
|
|
sh '/kaniko/executor -f covidok-backend/CoviDok/Dockerfile -c `pwd` --destination=docker.local/bme/covidok' |
|
|
|