Zaktualizuj 'jenkinsfile'
save file
This commit is contained in:
parent
f935856037
commit
bdd8bbe982
@ -13,8 +13,14 @@ pipeline {
|
||||
// Checkout to a specific branch in your repo.
|
||||
sh "git checkout master"
|
||||
sh "curl -o adult-income-dataset.csv https://git.wmi.amu.edu.pl/s478831/ium_478831/src/commit/afaecaa22f5e6f24e43aab1e4155c8d033582d3e/adult-income-dataset.csv"
|
||||
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'adult-data.txt', onlyIfSuccessful: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user