View difference between Paste ID: VaD50dr7 and yzGSLRbi
SHOW: | | - or go back to the newest paste.
1-
    parameters {
1+
        stage('Clean running containers') {
2-
        string(name: 'backendDockerTag', defaultValue: '', description: 'Backend docker image tag')
2+
            steps {
3-
        string(name: 'frontendDockerTag', defaultValue: '', description: 'Frontend docker image tag')
3+
                sh "docker rm -f frontend backend"
4-
    }
4+
            }
5
        }