General:
Security:
Boards:
Pipelines:
Repos:
Artifacts:
CMMI comparision with Agile:
Azure Devops Account: aziz.azure2024@gmail.com | |||
Organization: star2024 (https://dev.azure.com/star2024) | |||
star_Project_Basic | star_Project_Agile | star_Project_CMMI | star_Project_Scrum |
Click + next to project: New Work Item:
|
New Project Configuration: Click + next to project: New Work Item:
|
New Project Configuration: Click + next to project: New Work Item:
|
New Project Configuration:
Click + next to project: New Work Item:
|
/azboards signin
and paste it in Message #application-development send now/enter/azboards link
https://dev.azure.com/myorg/myproject
/azboards create
or using message actions./azboards subscriptions
at any time, paste this command and enter./azpipelines subscribe [pipeline url/ project url]
, copy URL of pipeline from slack_integration project(https://dev.azure.com/star2024/slack_integration/_build?definitionId=13)/azpipelines subscribe https://dev.azure.com/star2024/slack_integration/_build?definitionId=13
(enter)The JRE is the Java Runtime Environment. It is a package of everything necessary to run a compiled Java program, including the Java Virtual Machine (JVM), the Java Class Library, the java
command, and other infrastructure. However, it cannot be used to create new programs.
The JDK is the Java Development Kit, the full-featured SDK for Java. It has everything the JRE has, but also the compiler (javac
) and tools (like javadoc
and jdb
). It is capable of creating and compiling programs.
Usually, if you only care about running Java programs on computer you will only install the JRE. It's all you need. On the other hand, if you are planning to do some Java programming, you need to install the JDK instead.
Sometimes, even if you are not planning to do any Java development on a computer, you still need the JDK installed. For example, if you are deploying a web application with JSP, you are technically just running Java programs inside the application server. Why would you need the JDK then? Because the application server will convert JSP into Java servlets and needs to use the JDK to compile the servlets. I am sure that there are more examples.
wget -O /usr/share/keyrings/jenkins-keyring.asc \
https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
/etc/apt/sources.list.d/jenkins.list > /dev/null
The JRE is the Java Runtime Environment. It is a package of everything necessary to run a compiled Java program, including the Java Virtual Machine (JVM), the Java Class Library, the java
command, and other infrastructure. However, it cannot be used to create new programs.
The JDK is the Java Development Kit, the full-featured SDK for Java. It has everything the JRE has, but also the compiler (javac
) and tools (like javadoc
and jdb
). It is capable of creating and compiling programs.
Usually, if you only care about running Java programs on computer you will only install the JRE. It's all you need. On the other hand, if you are planning to do some Java programming, you need to install the JDK instead.
Sometimes, even if you are not planning to do any Java development on a computer, you still need the JDK installed. For example, if you are deploying a web application with JSP, you are technically just running Java programs inside the application server. Why would you need the JDK then? Because the application server will convert JSP into Java servlets and needs to use the JDK to compile the servlets. I am sure that there are more examples.
wget -O /usr/share/keyrings/jenkins-keyring.asc \
https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key
echo deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
https://pkg.jenkins.io/debian-stable binary/ | sudo tee \
/etc/apt/sources.list.d/jenkins.list > /dev/null
---
- hosts: ansible
tasks:
- name: clone repository
git:
repo: https://github.com/AbdulAziz-uk/Cafe-App.git
dest: /opt/docker/cafe-app
clone: yes
update: yes
- name: create docker image
command: docker build -t cafe-app:latest /opt/docker/cafe-app
args:
chdir: /opt/docker/
---
- hosts: ansible
tasks:
- name: clone repository
git:
repo: https://github.com/AbdulAziz-uk/Cafe-App.git
dest: /opt/docker/cafe-app
clone: yes
update: yes
- name: create docker image
command: docker build -t cafe-app:latest /opt/docker/cafe-app
args:
chdir: /opt/docker/
- name: create tag to push image onto dockerhub
command: docker tag cafe-app:latest aziz27uk/cafe-app:latest
- name: push docker image
command: docker push aziz27uk/cafe-app:latest
New Project creation:
Agile Work Item Flow:
Agile Workflow states:
Agile User Story work state flow:
Bug work Flow:
Thank you for confirming your request for an NVD API key. Please securely save this key. Once you close or leave this page, the key will no longer be accessible from this link. If you lose or forget your API key you must request a new one. There is no process for recovering an API Key.
API Key: 36883b57-9d9d-4677-b466-f7012f883687
To request a new API key, please resubmit an API Key Request. Please note that activating a new key will deactivate the key shown above.
Thank you for confirming your request for an NVD API key. Please securely save this key. Once you close or leave this page, the key will no longer be accessible from this link. If you lose or forget your API key you must request a new one. There is no process for recovering an API Key.
API Key: 36883b57-9d9d-4677-b466-f7012f883687
To request a new API key, please resubmit an API Key Request. Please note that activating a new key will deactivate the key shown above.