diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..8dcf909 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,15 @@ +pipeline { + agent none + stages { + stage('Printing') { + steps { + echo 'Halooo' + } + } + stage('error') { + steps { + input(message: 'Do you want to deploy to live?', id: 'deploy') + } + } + } +} \ No newline at end of file diff --git a/test b/test new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/test @@ -0,0 +1 @@ +test