mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 20:48:15 -05:00
CI Debug
This commit is contained in:
parent
8cefea916a
commit
047c4bf6e6
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -136,6 +136,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'docker-compose config'
|
||||||
sh 'rm -rf ./test/results/junit/*'
|
sh 'rm -rf ./test/results/junit/*'
|
||||||
sh './scripts/ci/fulltest-cypress'
|
sh './scripts/ci/fulltest-cypress'
|
||||||
}
|
}
|
||||||
@ -164,6 +165,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'docker-compose config'
|
||||||
sh 'rm -rf ./test/results/junit/*'
|
sh 'rm -rf ./test/results/junit/*'
|
||||||
sh './scripts/ci/fulltest-cypress'
|
sh './scripts/ci/fulltest-cypress'
|
||||||
}
|
}
|
||||||
@ -192,6 +194,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
sh 'docker-compose config'
|
||||||
sh 'rm -rf ./test/results/junit/*'
|
sh 'rm -rf ./test/results/junit/*'
|
||||||
sh './scripts/ci/fulltest-cypress'
|
sh './scripts/ci/fulltest-cypress'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user