docker integration v5
This commit is contained in:
parent
47ba98e49c
commit
cd091c6439
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -27,7 +27,7 @@ node {
|
|||||||
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
checkout([$class: 'GitSCM', branches: [[name: '*/master']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
||||||
sh '''
|
sh '''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
chmod 777 get_data_simple.sh
|
chmod 777 get_data.sh
|
||||||
./get_data_simple.sh $CUTOFF | tee output.txt
|
./get_data_simple.sh $CUTOFF | tee output.txt
|
||||||
'''
|
'''
|
||||||
archiveArtifacts "data_dev"
|
archiveArtifacts "data_dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user