Jenkins update
This commit is contained in:
parent
34e53f524a
commit
7c909f817c
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -1,4 +1,6 @@
|
||||
node {
|
||||
// properties([[$class: 'GogsProjectProperty', gogsBranchFilter: '', gogsSecret: <object of type hudson.util.Secret>, gogsUsePayload: false], [$class: 'RebuildSettings', autoRebuild: false, rebuildDisabled: false], parameters([string('CUTOFF')]), pipelineTriggers([pollSCM('')])])
|
||||
|
||||
stage('checkout: Check out from version control') {
|
||||
git 'https://git.wmi.amu.edu.pl/s478841/ium_478841.git'
|
||||
}
|
||||
@ -14,9 +16,8 @@ node {
|
||||
sh './load_data.sh'
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'avocado.data*', onlyIfSuccessful: true
|
||||
}
|
||||
stage('Archive arifacts') {
|
||||
archiveArtifacts artifacts: 'avocado.data*', followSymlinks: false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user