Skip to content

Commit c887d10

Browse files
Update Full-sentry-test
1 parent 8f2b08c commit c887d10

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

jenkins/Full-sentry-test

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ pipeline {
2929
steps {
3030
script {
3131
withCredentials([string(credentialsId: 'f2c8ef55-e558-4ac6-bc7a-8aa5a69b8cfa', variable: 'ID')]) {
32-
sh "env SECRET_SENTRY_AUTH_TOKEN='${ID}' ; cd src && make packages"
32+
sh "env SECRET_SENTRY_AUTH_TOKEN='${ID}' ; cd src && make packages PACKAGES='truenas_webui'"
3333
}
3434
}
3535
}
3636
}
37-
stage('Update') {
38-
steps {
39-
sh 'cd src && make update'
40-
}
41-
}
42-
stage('ISO') {
43-
steps {
44-
sh 'cd src && make iso'
45-
}
46-
}
37+
// stage('Update') {
38+
// steps {
39+
// sh 'cd src && make update'
40+
// }
41+
// }
42+
// stage('ISO') {
43+
// steps {
44+
// sh 'cd src && make iso'
45+
// }
46+
// }
4747
stage('Artifact') {
4848
steps {
4949
sh 'rm -rf artifacts || true'
@@ -54,13 +54,13 @@ pipeline {
5454
}
5555
}
5656
post {
57-
success {
58-
archiveArtifacts artifacts: 'artifacts/**', fingerprint: false
57+
always {
5958
archiveArtifacts artifacts: 'src/logs/**', fingerprint: false
59+
archiveArtifacts artifacts: 'artifacts/**', fingerprint: false
6060
}
61-
failure {
62-
archiveArtifacts artifacts: 'src/logs/**', fingerprint: false
61+
// failure {
62+
// archiveArtifacts artifacts: 'src/logs/**', fingerprint: false
6363
// mail bcc: '', body: "<b>Jenkins: TrueNAS SCALE Nightly Build Failure</b><br>Project: ${env.JOB_NAME} <br>Build Number: ${env.BUILD_NUMBER} <br> URL build: ${env.BUILD_URL}", cc: '', charset: 'UTF-8', from: '', mimeType: 'text/html', replyTo: '', subject: "ERROR CI: Project name -> ${env.JOB_NAME}", to: "[email protected],[email protected]";
64-
}
64+
// }
6565
}
6666
}

0 commit comments

Comments
 (0)