fixed missing brace
Gitea/webhook-testing/pipeline/head There was a failure building this commit Details

testing
s00ner 2022-02-17 10:10:22 -05:00
parent 89b937ea21
commit 3613d83934
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -16,6 +16,7 @@ pipeline {
echo "main branch" >> ~/test echo "main branch" >> ~/test
EOF EOF
''' '''
}
if(env.BRANCHNAME == 'testing') { if(env.BRANCHNAME == 'testing') {
sh ''' sh '''
ssh mdbook@baltimore-wiki.lxd << EOF ssh mdbook@baltimore-wiki.lxd << EOF
@ -23,7 +24,7 @@ EOF
EOF EOF
''' '''
} }
} }
} }
} }
} }