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

Week two #12

Open
wants to merge 60 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
b9683c6
add docker file
johnsamey Sep 29, 2024
a5c7552
Project Documentation
johnsamey Sep 29, 2024
7af7ab0
update docker-compose file
johnsamey Oct 1, 2024
7b432bb
update dockerfile
johnsamey Oct 1, 2024
8ee7237
update docker-compose file
johnsamey Oct 1, 2024
d44074e
Update plan.md
MainUseless Oct 1, 2024
dbc60cf
Add Jenkinsfile
khalid-salman Oct 1, 2024
e02eaa5
Add Jenkinsfile
khalid-salman Oct 1, 2024
1f250e0
Add Jenkinsfile
khalid-salman Oct 1, 2024
e133c2b
Add Jenkinsfile
khalid-salman Oct 1, 2024
6acc2c7
Add Jenkinsfile
khalid-salman Oct 1, 2024
a96162d
Add Jenkinsfile
khalid-salman Oct 1, 2024
c9b4b84
Add Jenkinsfile
khalid-salman Oct 1, 2024
4d975a4
update jenkinsfile
johnsamey Oct 1, 2024
7ebb7e6
add email notification to the pipeline
johnsamey Oct 1, 2024
d939c1c
test failure jenkinsfile
johnsamey Oct 1, 2024
26b3f8a
test failure jenkinsfile
johnsamey Oct 1, 2024
f53c39d
test failure jenkinsfile
johnsamey Oct 1, 2024
61e7f1f
update
johnsamey Oct 1, 2024
a570206
modify jenkinsfile
johnsamey Oct 2, 2024
553af29
modify jenkinsfile
johnsamey Oct 2, 2024
6c9bf70
modify jenkinsfile
johnsamey Oct 2, 2024
27e455b
modify jenkinsfile
johnsamey Oct 2, 2024
4eff53c
modify jenkinsfile
johnsamey Oct 2, 2024
6b27345
update jenkinsfile
johnsamey Oct 2, 2024
11a58ea
update jenkinsfile
johnsamey Oct 2, 2024
eefdddf
update jenkinsfile
johnsamey Oct 2, 2024
2c36fc6
update jenkinsfile
johnsamey Oct 2, 2024
b3f5378
add always test email
Andrew-Adel Oct 2, 2024
e47cda8
add subject for email
Andrew-Adel Oct 2, 2024
95f2a73
Updated Jenkinsfile for testing
khalid-salman Oct 2, 2024
d5a1d4c
return to the LTS
Andrew-Adel Oct 2, 2024
4d4c2b1
return to the LTS
Andrew-Adel Oct 2, 2024
31f7762
remove second always
Andrew-Adel Oct 2, 2024
8fb9347
add rest of email to mail
Andrew-Adel Oct 2, 2024
dbb5d62
use mail instead of emailext
Andrew-Adel Oct 2, 2024
2bb4085
remove attachLog
Andrew-Adel Oct 2, 2024
23d2915
tst
Andrew-Adel Oct 2, 2024
854d924
remove mostafa's email
Andrew-Adel Oct 2, 2024
c8e6a29
test_failure
Andrew-Adel Oct 2, 2024
d1e6e54
return_the_correct_credential
Andrew-Adel Oct 2, 2024
cc7ede9
Update jenkinsfile for testing
khalid-salman Oct 2, 2024
ba9272b
updating for testing
khalid-salman Oct 2, 2024
59d481f
updating for testing
khalid-salman Oct 2, 2024
0457f18
updating for testing
khalid-salman Oct 2, 2024
dd846db
Update test.py for fail testing
khalid-salman Oct 2, 2024
75b66e8
Update jenkinsfile for run test stage
khalid-salman Oct 2, 2024
80c2c77
update run test stage
khalid-salman Oct 2, 2024
31dc58c
update for testing
khalid-salman Oct 2, 2024
63498dc
update for testing task
khalid-salman Oct 2, 2024
cd8b79b
update jenkinsfile
johnsamey Oct 2, 2024
0bf66a4
update jenkinsfile
johnsamey Oct 2, 2024
650083d
update .gitignore
johnsamey Oct 3, 2024
07d78de
update jenkinsfile
johnsamey Oct 3, 2024
db06777
Add testing stage
johnsamey Oct 6, 2024
e404f5b
Updated docker-compose.yml to match master
johnsamey Oct 6, 2024
c7e24fe
Add testing stage
johnsamey Oct 6, 2024
23feaec
Add testing stage
johnsamey Oct 6, 2024
7270aaa
add terraform
johnsamey Oct 6, 2024
b38b6a1
Update
johnsamey Oct 6, 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
Add Jenkinsfile
khalid-salman committed Oct 1, 2024
commit a96162d47d1c2d6633a4aaef453d9e70a2fe95b4
2 changes: 1 addition & 1 deletion jenkinsfile
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ pipeline {
stages {
stage('Checkout') {
steps {
git url: 'https://github.com/username/DEPiProject.git', branch: 'master', credentialsId: 'github-personal-access-token'
git url: 'https://github.com/username/DEPiProject.git', branch: 'master', credentialsId: 'github-token'
}
}