We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 912e091 commit fa06bcfCopy full SHA for fa06bcf
Jenkinsfile
@@ -2,11 +2,6 @@ pipeline {
2
agent any
3
4
stages {
5
- stage('Clone Repository') {
6
- steps {
7
- git url: 'https://github.com/Quizzfly/quizzfly.git'
8
- }
9
10
stage('Stop Existing Container') {
11
steps {
12
script {
0 commit comments