You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ci/jenkins/Jenkinsfile.groovy
+65-65Lines changed: 65 additions & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -24,71 +24,71 @@ pipeline {
24
24
stage('Build') {
25
25
parallel {
26
26
// Broken: java.io.IOException: Failed to run image '692f7cce9b970633dba347a9aaf12846429c073f'. Error: docker: Error // response from daemon: OCI runtime create failed: container_linux.go:367: starting container process caused: chdir to cwd ("/home/jenkins/build/workspace/restc-staging") set in config.json failed: permission denied: unknown.
27
-
// stage('Ubuntu Jammy') {
28
-
// agent {
29
-
// dockerfile {
30
-
// filename 'Dockefile.ubuntu-jammy'
31
-
// dir 'ci/jenkins'
32
-
// label 'docker'
33
-
// }
34
-
// }
35
-
//
36
-
// options {
37
-
// timeout(time: 30, unit: "MINUTES")
38
-
// }
39
-
//
40
-
// steps {
41
-
// echo "Building on ubuntu-jammy-AMD64 in ${WORKSPACE}"
42
-
// checkout scm
43
-
// sh 'pwd; ls -la'
44
-
// sh 'rm -rf build'
45
-
// sh 'mkdir build'
46
-
// sh 'cd build && cmake -DCMAKE_BUILD_TYPE=Release -DRESTC_CPP_USE_CPP17=ON .. && make -j $(nproc)'
47
-
//
48
-
// echo 'Getting ready to run tests'
49
-
// script {
50
-
// try {
51
-
// sh 'cd build && ctest --no-compress-output -T Test'
0 commit comments