We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b40029 commit aa08e3fCopy full SHA for aa08e3f
benchmarks/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
63
// Pushes to the git repo if there have been changes
64
stage('Update results repo') {
65
steps {
66
- withCredentials([sshUserPrivateKey(credentialsId: 'GH_DEPLOY_KEY_METPY_BENCH_RESULTS', keyFileVariable: 'deploy_key')]) { {
+ withCredentials([sshUserPrivateKey(credentialsId: 'GH_DEPLOY_KEY_METPY_BENCH_RESULTS', keyFileVariable: 'deploy_key')]) {
67
sh '''
68
if [ -n "$(git status --porcelain)" ]; then
69
cd ${CLONE_DIR}
0 commit comments