Skip to content

Commit b7fb6ce

Browse files
Update Full-sentry-test
1 parent cb2af89 commit b7fb6ce

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

jenkins/Full-sentry-test

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ pipeline {
3535
steps {
3636
script {
3737
withCredentials([string(credentialsId: 'ce73d801-9cb5-41ea-814e-a416fa193afe', variable: 'ID')]) {
38-
sh "SECRET_SENTRY_AUTH_TOKEN='${ID}'; echo \$SECRET_SENTRY_AUTH_TOKEN"
39-
// cd src && make packages"
38+
sh "env SECRET_SENTRY_AUTH_TOKEN='${ID}'; echo \$SECRET_SENTRY_AUTH_TOKEN"
39+
// sh "cd src && make packages"
4040
}
4141
}
4242
}
@@ -60,17 +60,17 @@ pipeline {
6060
// }
6161
// }
6262
// }
63-
// post {
64-
// success {
65-
// archiveArtifacts artifacts: 'artifacts/**', fingerprint: false
66-
// archiveArtifacts artifacts: 'src/logs/**', fingerprint: false
67-
// }
63+
post {
64+
success {
65+
archiveArtifacts artifacts: 'artifacts/**', fingerprint: false
66+
archiveArtifacts artifacts: 'src/logs/**', fingerprint: false
67+
}
6868
// failure {
6969
// archiveArtifacts artifacts: 'src/logs/**', fingerprint: false
7070
// 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]";
7171
// }
7272
// always {
7373
// sh 'rm -f conf/secrets.yaml'
74-
// }
74+
}
7575
}
7676
}

0 commit comments

Comments
 (0)