Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
44dba197
"docs/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "3bd5a9b6d11a74df6035ecdbdf5f71088eb2e901"
Unverified
Commit
44dba197
authored
May 05, 2022
by
Rhett Ying
Committed by
GitHub
May 05, 2022
Browse files
[CI] fetch status and generate report in separate node/machine (#3973)
parent
5b97a1a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
44dba197
...
@@ -475,7 +475,7 @@ pipeline {
...
@@ -475,7 +475,7 @@ pipeline {
post
{
post
{
always
{
always
{
script
{
script
{
node
(
"
linux-core-worker
"
)
{
node
(
"
dglci-post-linux
"
)
{
docker
.
image
(
'dgllib/dgl-ci-awscli:v220418'
).
inside
(
"--pull always --entrypoint=''"
)
{
docker
.
image
(
'dgllib/dgl-ci-awscli:v220418'
).
inside
(
"--pull always --entrypoint=''"
)
{
sh
(
"rm -rf ci_tmp"
)
sh
(
"rm -rf ci_tmp"
)
dir
(
'ci_tmp'
)
{
dir
(
'ci_tmp'
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment