This commit is contained in:
Wojciech Lidwin 2023-04-04 15:02:07 +02:00
parent 75bd87fe80
commit 3af321fdee

View File

@ -3,7 +3,7 @@ node {
stage('checkout: Check out from version control') {
checkout([$class: 'GitSCM', branches: [[name: '*/master']], extensions: [], userRemoteConfigs: [[credentialsId: 's487197', url: 'https://git.wmi.amu.edu.pl/s487197/ium_487197']]])
}
stage(Docker build){
stage('Docker build'){
docker.image('s487197/ium:1').inside {
stage('copyArtifact') {
copyArtifacts fingerprintArtifacts: true, projectName: 's487197-create-dataset', selector: lastSuccessful()