delete cloning artifacts

This commit is contained in:
Karol Cyganik 2024-04-14 14:52:14 +02:00
parent 807f85790f
commit 094e93bd2d
1 changed files with 0 additions and 9 deletions

View File

@ -31,15 +31,6 @@ pipeline {
git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s495715/iumKC.git'
}
}
stage('Copy Artifacts') {
steps {
script {
copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495715-create-dataset', selector: specific('16')
sh 'apt-get install unzip'
sh 'unzip football-semantic-segmentation.zip -d football_dataset'
}
}
}
stage('Execute Script') {
steps {
sh 'python3 main.py'