CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 22:45:12 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=3a677a9ee83fdc9593f8b088e000cee26454afdec9d94492a0c09417ae5dff4da%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22iXlEOJFggF34Ka5bZxhE0dK-2idOMqtq%22%3B%7D; HttpOnly; Path=/
cf-ray: 98c9a58ebf533585-BLR
python docker - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pipeline {
- agent any
- environment {
- AUTHOR = 'Guillaume Rémy'
- PURPOSE = 'This is a sample app'
- LIFE_QUOTE = 'The greatest glory in living lies not in never falling, but in rising every time we fall.'
- }
- stages {
- stage('Checkout') {
- steps {
- // Checkout your source code repository
- git branch: 'main',
- url: 'https://gitlab.com/qualibre-info-formations/public/python-django-simple.git'
- }
- }
- stage('Build') {
- steps {
- // Build your Django application
- sh 'docker build -t django-simple-app .'
- }
- }
- stage('Deploy') {
- steps {
- // Deploy your Django application
- sh 'docker rm -f django-sample-app || true'
- sh 'docker run --name django-sample-app -d -p 8000:8000 -it -e AUTHOR="$AUTHOR" -e PURPOSE="$PURPOSE" -e LIFE_QUOTE="$LIFE_QUOTE" django-simple-app'
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ 7
JavaScript | 2 sec ago | 0.24 KB
-
✅ Make $2500 in 20 minutes⭐⭐⭐ 6
JavaScript | 9 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $1000 INSTANTLY⭐⭐
Java | 18 sec ago | 0.10 KB
-
⭐⭐Exchange Exploit⭐⭐ L
JavaScript | 20 sec ago | 0.24 KB
-
⭐⭐⭐Crypto Accounts⭐⭐
Java | 31 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ A
JavaScript | 31 sec ago | 0.24 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ O
JavaScript | 42 sec ago | 0.24 KB
-
⭐⭐⭐Swapzone.io Glitch (Working)⭐⭐
Java | 44 sec ago | 0.10 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand