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