Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jenkins: test jenkins in a loop #33762

Closed
wants to merge 51 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4abe6d9
test
maxime-desroches Oct 10, 2024
3a38ab3
fix
maxime-desroches Oct 10, 2024
9fcc21e
test
maxime-desroches Oct 10, 2024
dafa0c6
test
maxime-desroches Oct 10, 2024
69b905c
fix
maxime-desroches Oct 10, 2024
011b8cb
test
maxime-desroches Oct 10, 2024
18b44bb
test
maxime-desroches Oct 10, 2024
e4334d0
test
maxime-desroches Oct 10, 2024
86c890a
test
maxime-desroches Oct 10, 2024
816c08c
test
maxime-desroches Oct 10, 2024
7cc5ee9
test
maxime-desroches Oct 10, 2024
9d0a9af
test
maxime-desroches Oct 10, 2024
89e5a3c
test
maxime-desroches Oct 10, 2024
a194772
test
maxime-desroches Oct 10, 2024
8f50948
test this
maxime-desroches Oct 10, 2024
9ff576c
test
maxime-desroches Oct 10, 2024
869f3ed
fix
maxime-desroches Oct 10, 2024
35e16c9
better
maxime-desroches Oct 10, 2024
2a384f3
test
maxime-desroches Oct 11, 2024
b827835
better
maxime-desroches Oct 11, 2024
4ad1d7a
better
maxime-desroches Oct 17, 2024
fde1ff2
also this
maxime-desroches Oct 17, 2024
2093a1e
all
maxime-desroches Oct 17, 2024
6e3651b
fix
maxime-desroches Oct 17, 2024
18bf032
testing
maxime-desroches Oct 17, 2024
82d124c
fix?
maxime-desroches Oct 17, 2024
8e0148f
fix
maxime-desroches Oct 17, 2024
331669a
fix this also
maxime-desroches Oct 17, 2024
d37ff5e
test
maxime-desroches Oct 17, 2024
86a93a1
js
maxime-desroches Oct 17, 2024
c21f92a
better
maxime-desroches Oct 17, 2024
9862c37
better
maxime-desroches Oct 17, 2024
0b4aae7
git
maxime-desroches Oct 17, 2024
f333122
fix sub
maxime-desroches Oct 17, 2024
76c6f20
sub
maxime-desroches Oct 17, 2024
b0eb821
fix
maxime-desroches Oct 17, 2024
5425d96
fix
maxime-desroches Oct 17, 2024
b7143ad
try
maxime-desroches Oct 17, 2024
5e100e8
env var
maxime-desroches Oct 17, 2024
ed95911
try full run
maxime-desroches Oct 17, 2024
ee76d20
fix this
maxime-desroches Oct 17, 2024
7368f40
Merge branch 'master' into jenkins_stress
maxime-desroches Oct 17, 2024
6206c01
cleanup
maxime-desroches Oct 17, 2024
9549de8
simpler
maxime-desroches Oct 18, 2024
ebc7319
better
maxime-desroches Oct 19, 2024
1ef5abb
fix
maxime-desroches Oct 19, 2024
3d8f808
get back
maxime-desroches Oct 19, 2024
00bee5b
concurent build
maxime-desroches Oct 19, 2024
c73f8fb
Merge branch 'master' into jenkins_stress
maxime-desroches Oct 19, 2024
3c74723
cleanup
maxime-desroches Oct 19, 2024
7c9d7ca
name
maxime-desroches Oct 19, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test
maxime-desroches committed Oct 10, 2024
commit 9fcc21e220b3acb9cb591899c917ab7856c84fd7
3 changes: 2 additions & 1 deletion .github/workflows/jenkins_test.yaml
Original file line number Diff line number Diff line change
@@ -21,4 +21,5 @@ jobs:
'X-GitHub-Api-Version': '2022-11-28'
}
});
console.log(response.data);
console.log(response.data.statuses[0].context);
console.log(response.data.statuses[0].state);