Fix
This commit is contained in:
parent
75bd87fe80
commit
3af321fdee
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user