Skip to content

Commit 93faf5b

Browse files
committed
Working with test containers
1 parent da8fd55 commit 93faf5b

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

ci/jenkins/Jenkinsfile.groovy

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)