@ -15,11 +15,7 @@ pipeline {
stage('maven') {
steps {
timeout(time: 10, unit: 'SECONDS') {
sh '''
#!/bin/bash
set -x
echo 1111111
'''
sh 'echo 122'
}