generated from gCubeCI/Pipeline-Docker-Template
initialize backup file
This commit is contained in:
parent
f5b55a9c40
commit
c6bbc0e18c
|
@ -51,8 +51,9 @@ pipeline {
|
||||||
stage('initialize environment') {
|
stage('initialize environment') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
date=`date`
|
date=`date`;
|
||||||
touch $DEPLOY_FILE
|
touch $DEPLOY_FILE;
|
||||||
|
touch $BACKUP_FILE;
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue