testing_06
06
This commit is contained in:
parent
f19f260509
commit
2c60e5c6ff
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -44,6 +44,7 @@ node('test')
|
|||||||
stageName = 'pre-build'
|
stageName = 'pre-build'
|
||||||
stage(stageName)
|
stage(stageName)
|
||||||
{
|
{
|
||||||
|
sh label: 'uiae', script: 'ls -al'
|
||||||
sh label: 'patch_sources', script: 'patch -p1 < ../owrt_build_script/patches/16M.patch'
|
sh label: 'patch_sources', script: 'patch -p1 < ../owrt_build_script/patches/16M.patch'
|
||||||
sh label: 'feeds_update', script: './scripts/feeds update -a'
|
sh label: 'feeds_update', script: './scripts/feeds update -a'
|
||||||
sh label: 'feeds_install', script: './scripts/feeds install -a'
|
sh label: 'feeds_install', script: './scripts/feeds install -a'
|
||||||
@ -65,5 +66,9 @@ node('test')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cleanWs()
|
stageName = 'clean'
|
||||||
|
stage(stageName)
|
||||||
|
{
|
||||||
|
cleanWs()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user