3.1 Changed
This commit is contained in:
parent
b4a731aebe
commit
46c95e1abd
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -18,9 +18,12 @@ pipeline {
|
||||
}
|
||||
stage('sh: Shell Script') {
|
||||
steps {
|
||||
sh 'chmod +x preparations.sh'
|
||||
sh 'echo ${CUTOFF}'
|
||||
sh './preparations.sh ${CUTOFF}'
|
||||
def image = docker.build('dock')
|
||||
image.inside{
|
||||
sh 'chmod +x preparations.sh'
|
||||
sh 'echo ${CUTOFF}'
|
||||
sh './preparations.sh ${CUTOFF}'
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('archiveArtifacts'){
|
||||
|
Loading…
Reference in New Issue
Block a user