Skip to content

Commit

Permalink
Merge pull request #4317 from openshift-eng/revert-4316-cosign-creds-…
Browse files Browse the repository at this point in the history
…microshift-bootc

Revert "cosign creds for microshift-bootc job"
  • Loading branch information
ashwindasr authored Dec 17, 2024
2 parents 3144c88 + 83c8af3 commit 03d41e8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scheduled-jobs/build/ocp4_scan_konflux/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ node {
withCredentials([
string(credentialsId: 'jenkins-service-account', variable: 'JENKINS_SERVICE_ACCOUNT'),
string(credentialsId: 'jenkins-service-account-token', variable: 'JENKINS_SERVICE_ACCOUNT_TOKEN'),
string(credentialsId: 'redis-server-password', variable: 'REDIS_SERVER_PASSWORD'),
string(credentialsId: 'konflux-art-images-username', variable: 'KONFLUX_ART_IMAGES_USERNAME'),
string(credentialsId: 'konflux-art-images-password', variable: 'KONFLUX_ART_IMAGES_PASSWORD')]) {
string(credentialsId: 'redis-server-password', variable: 'REDIS_SERVER_PASSWORD')]) {
wrap([$class: 'BuildUser']) {
builderEmail = env.BUILD_USER_EMAIL
}
Expand Down

0 comments on commit 03d41e8

Please sign in to comment.