File tree Expand file tree Collapse file tree 1 file changed +0
-35
lines changed
Expand file tree Collapse file tree 1 file changed +0
-35
lines changed Original file line number Diff line number Diff line change @@ -257,41 +257,6 @@ pipeline {
257257 }
258258 }
259259
260- stage(' Ubuntu Jammy' ) {
261- agent {
262- dockerfile {
263- filename ' Dockefile.ubuntu-jammy'
264- dir ' ci/jenkins'
265- label ' docker'
266- args ' -u root'
267- }
268- }
269-
270- options {
271- timeout(time : 30 , unit : " MINUTES" )
272- }
273-
274- steps {
275- echo " Building on ubuntu-jammy-AMD64 in ${ NODE_NAME} --> ${ WORKSPACE} "
276- checkout scm
277- sh ' pwd; ls -la'
278- sh ' rm -rf build'
279- sh ' mkdir build'
280- sh ' cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j $(nproc)'
281-
282- echo ' Getting ready to run tests'
283- script {
284- try {
285- sh ' cd build && ctest --no-compress-output -T Test'
286- } catch (exc) {
287-
288- unstable(message : " ${ STAGE_NAME} - Testing failed" )
289- }
290- }
291- }
292- }
293-
294-
295260 stage(' Debian Bullseye' ) {
296261 agent {
297262 dockerfile {
You can’t perform that action at this time.
0 commit comments