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') {
|
||||
steps {
|
||||
sh '''
|
||||
date=`date`
|
||||
touch $DEPLOY_FILE
|
||||
date=`date`;
|
||||
touch $DEPLOY_FILE;
|
||||
touch $BACKUP_FILE;
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue