jenkins-docs/simple-java-maven-app

it provides access

sharmanityam252 opened this issue · 2 comments

package com.companyname.bank;

/**

  • Hello world!

*/
public class App {
public static void main( String[] args ){
System.out.println( "Hello World!" );
}
}

it may help to access issue thats created by you

i have created a branch but not able to push as login authentication failed, what should i do to push my code