Jenkinsfile edited
This commit is contained in:
parent
fbfbf25258
commit
c10741fe4a
@ -11,8 +11,16 @@ pipeline {
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
stages {
|
||||
stage('checkout') {
|
||||
|
||||
stage('checkout') {
|
||||
steps {
|
||||
git 'https://git.wmi.amu.edu.pl/s434742/ium_s434742.git'
|
||||
}
|
||||
}
|
||||
|
||||
stage('copy artficats') {
|
||||
steps {
|
||||
copyArtifacts(fingerprintArtifacts: true, projectName: 's434742-create-dataset', selector: buildParameter('WHICH_BUILD'))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user