delete cloning artifacts
This commit is contained in:
parent
807f85790f
commit
094e93bd2d
@ -31,15 +31,6 @@ pipeline {
|
|||||||
git branch: 'main', url: 'https://git.wmi.amu.edu.pl/s495715/iumKC.git'
|
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') {
|
stage('Execute Script') {
|
||||||
steps {
|
steps {
|
||||||
sh 'python3 main.py'
|
sh 'python3 main.py'
|
||||||
|
Loading…
Reference in New Issue
Block a user