fixed missing brace
Gitea/webhook-testing/pipeline/head There was a failure building this commit
Details
Gitea/webhook-testing/pipeline/head There was a failure building this commit
Details
parent
89b937ea21
commit
3613d83934
|
@ -16,6 +16,7 @@ pipeline {
|
|||
echo "main branch" >> ~/test
|
||||
EOF
|
||||
'''
|
||||
}
|
||||
if(env.BRANCHNAME == 'testing') {
|
||||
sh '''
|
||||
ssh mdbook@baltimore-wiki.lxd << EOF
|
||||
|
@ -23,7 +24,7 @@ EOF
|
|||
EOF
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue