diff --git a/Jenkinsfile b/Jenkinsfile index 84530c2..4467994 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,8 @@ +test pipeline { agent any - +ddsksnkmdjks stages { stage('Install Dependencies') { @@ -9,14 +10,12 @@ pipeline { sh 'npm install' } } - + testtt stage('Test') { steps { sh 'echo "testing application..."' } - } - - stage("Deploy application") { + } stage("Deploy application") { steps { sh 'echo "deploying application..."' } diff --git a/test.sh b/test.sh new file mode 100644 index 0000000..77913c6 --- /dev/null +++ b/test.sh @@ -0,0 +1 @@ +echo "regex"