Bumped minisatip version to 2.0.75
* Build system was changed to cmake since 2.0.72
This commit is contained in:
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@@ -1,4 +1,4 @@
|
||||
//When setting up this pipeline, please enable SCM branch to '*/Main' and enable 'checkout to subdirectory' to checkout to 'AlpinePackages'
|
||||
//When setting up this pipeline, please enable SCM branch to '*/Main'
|
||||
|
||||
pipeline {
|
||||
agent none
|
||||
@@ -22,9 +22,12 @@ pipeline {
|
||||
stage('Prepair') {
|
||||
steps {
|
||||
echo "Prepairing on ${Arch}"
|
||||
// cleanWs()
|
||||
cleanWs()
|
||||
// Checkout the repository
|
||||
checkout scm
|
||||
dir('AlpinePackages') {
|
||||
checkout scm
|
||||
}
|
||||
|
||||
sh 'if [ ! -L out ];then ln -s ~/packages/AlpinePackages ./out;fi'
|
||||
|
||||
script{
|
||||
|
||||
Reference in New Issue
Block a user