Skip to content

Commit

Permalink
Added credentials for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Wallace committed Jan 27, 2025
1 parent 0c0ed59 commit d2e883e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pipeline {

matrixSendMessage hostname: 'synapse.osuosl.org',
accessTokenCredentialsId: 'matrix-notification',
roomId: env.ROOM_ID
roomId: credentials("matrix-room-id"),
body: "osuosl/website - #${env.BUILD_ID} finished with status ${currentBuild.result} [Open](${env.BUILD_URL})"
}
}
Expand Down

0 comments on commit d2e883e

Please sign in to comment.