E
Size: a a a
E
VD
Н
AV
S
S
S
S
AV
S
AV
S
AV
OM
G
АЧ
АЧ
V
pipeline {
agent any
options {
timeout(time: 60, unit: 'MINUTES')
ansiColor('xterm')
}
environment {
ENVT = 'qa'
}
// Pipeline stages
stages {
stage('Input') {
steps {
script {
if ( ${ENVT} == 'qa' ) {
input {
message "Press Ok to continue"
}
V
E
pipeline {
agent any
options {
timeout(time: 60, unit: 'MINUTES')
ansiColor('xterm')
}
environment {
ENVT = 'qa'
}
// Pipeline stages
stages {
stage('Input') {
steps {
script {
if ( ${ENVT} == 'qa' ) {
input {
message "Press Ok to continue"
}