Skip to content

Instantly share code, notes, and snippets.

View Dibae101's full-sized avatar
💬

Dibya Darshan Khanal Dibae101

💬
View GitHub Profile
@Dibae101
Dibae101 / SonarQube Jenkins Integration
Created April 20, 2022 09:48
SonarQube Jenkins Integration The JenkinsFile
pipeline{
agent{
docker {
image 'maven:3.5.2'
}
}
stages{
stage('Build'){
steps{
sh 'mvn clean install -DskipTests'
@Dibae101
Dibae101 / Django app requirements.txt
Last active January 25, 2024 07:59
Requirements.txt for Django app deployment
asgiref==3.4.1
backports.zoneinfo==0.2.1
boto3==1.20.26
botocore==1.23.26
certifi==2021.10.8
charset-normalizer==2.0.9
Django==4.0
django-admin-interface==0.18.3
django-admin-thumbnails==0.2.6
django-appconf==1.0.5